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 1700815965 #22055

Merged
merged 11 commits into from
Nov 27, 2023
Merged
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions sdk/resourcemanager/hdinsight/armhdinsight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

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

- Support for test fakes and OpenTelemetry trace spans.


## 1.2.0-beta.1 (2023-07-28)
### Features Added

Expand Down
7 changes: 7 additions & 0 deletions sdk/resourcemanager/hdinsight/armhdinsight/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.NewVirtualMachinesClient()
```

## 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
129 changes: 80 additions & 49 deletions sdk/resourcemanager/hdinsight/armhdinsight/applications_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.

Loading
Loading