Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/communication/armcommunication/2.1.0 ge…
Browse files Browse the repository at this point in the history
…neration from spec commit: df4c0dccbfb696b378dfef8c7e451dfa4b82b175 (#22004)
  • Loading branch information
Alancere authored Nov 17, 2023
1 parent 2e7902e commit 7fb1598
Show file tree
Hide file tree
Showing 28 changed files with 2,397 additions and 652 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 2.1.0 (2023-11-24)
### Features Added

- Support for test fakes and OpenTelemetry trace spans.


## 2.1.0-beta.1 (2023-10-27)
### Features Added

Expand Down
7 changes: 7 additions & 0 deletions sdk/resourcemanager/communication/armcommunication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ A client groups a set of related APIs, providing access to its functionality. C
client := clientFactory.NewServiceClient()
```

## Fakes

The fake package contains types used for constructing in-memory fake servers used in unit tests.
This allows writing tests to cover various success/error conditions without the need for connecting to a live service.

Please see https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/samples/fakes for details and examples on how to use fakes.

## Provide Feedback

If you encounter bugs or have suggestions, please
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/0d7b535d1273b18623ca0d63a6ebb0456dab95ba/specification/communication/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/0d7b535d1273b18623ca0d63a6ebb0456dab95ba/specification/communication/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/06042d4ffed6a1ea8319c39cd07ea21efe5d49f7/specification/communication/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/06042d4ffed6a1ea8319c39cd07ea21efe5d49f7/specification/communication/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.1.0-beta.1
tag: package-preview-2023-04
module-version: 2.1.0
tag: package-2023-03
```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 2 additions & 22 deletions sdk/resourcemanager/communication/armcommunication/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fb1598

Please sign in to comment.