Skip to content

Commit

Permalink
Update changelog date on OT, OC (Azure#17725)
Browse files Browse the repository at this point in the history
* changelog

* Update sdk/core/azure-core-tracing-opencensus/CHANGELOG.md

* Apply suggestions from code review
  • Loading branch information
rakshith91 committed Apr 1, 2021
1 parent f777abe commit 43ab3a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion sdk/core/azure-core-tracing-opencensus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# Release History

## 1.0.0b7 (Unreleased)
## 1.0.0b7 (2021-04-02)

- `Link` and `SpanKind` can now be added while creating the span instance.

## 1.0.0b6 (2020-05-04)

Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release History

## 1.0.0b9 (Unreleased)
## 1.0.0b9 (2021-04-02)

- Pinned opentelemetry-api to version 1.0.0
- Updated opentelemetry-api to version 1.0.0
- `Link` and `SpanKind` can now be added while creating the span instance.

## 1.0.0b8 (2021-02-08)
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core/azure/core/tracing/_abstract_span.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def set_http_attributes(self, request, response=None):

class Link(object):
"""
This is a wrapper link the context to the current tracer.
This is a wrapper class to link the context to the current tracer.
:param headers: A dictionary of the request header as key value pairs.
:type headers: dict
:param attributes: Any additional attributes that should be added to link
Expand Down

0 comments on commit 43ab3a4

Please sign in to comment.