Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release refresh all package 1700623495 #22038

Merged
merged 11 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions sdk/resourcemanager/iothub/armiothub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

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

- Support for test fakes and OpenTelemetry trace spans.


## 1.2.0 (2023-09-22)
### Features Added

Expand Down
7 changes: 7 additions & 0 deletions sdk/resourcemanager/iothub/armiothub/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.NewResourceClient()
```

## 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
2 changes: 1 addition & 1 deletion sdk/resourcemanager/iothub/armiothub/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ require:
- https://github.com/Azure/azure-rest-api-specs/blob/32c178f2467f792a322f56174be244135d2c907f/specification/iothub/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/32c178f2467f792a322f56174be244135d2c907f/specification/iothub/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.2.0
module-version: 1.3.0
tag: package-2023-06
```
26 changes: 25 additions & 1 deletion sdk/resourcemanager/iothub/armiothub/certificates_client.go

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

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

14 changes: 11 additions & 3 deletions sdk/resourcemanager/iothub/armiothub/client.go

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

9 changes: 8 additions & 1 deletion sdk/resourcemanager/iothub/armiothub/client_factory.go

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

4 changes: 2 additions & 2 deletions sdk/resourcemanager/iothub/armiothub/constants.go

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

Loading
Loading