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] sdk/resourcemanager/hdinsight/armhdinsight/1.2.0-beta.1 #21114

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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion 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-beta.1 (2023-07-28)
### Features Added

- New field `EnableSecureChannel` in struct `StorageAccount`
- Added feature to support selecting use secure channel during creation. The paramter would force to true if the cluster created based on a stroage account that secure transfer enabled, no matter it use 'blob' or 'dfs' type.

## 1.1.1 (2023-04-14)
### Bug Fixes

Expand All @@ -18,4 +24,4 @@ The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/hdinsight/

To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/azsdk/go/mgmt/migration).

To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/go/mgmt).
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/go/mgmt).
24 changes: 12 additions & 12 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.

7 changes: 4 additions & 3 deletions sdk/resourcemanager/hdinsight/armhdinsight/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/blob/310a0100f5b020c1900c527a6aa70d21992f078a/specification/hdinsight/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/310a0100f5b020c1900c527a6aa70d21992f078a/specification/hdinsight/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.1.1
module-version: 1.2.0-beta.1
directive:
- from: cluster.json
where: $.definitions.Resource
transform: >
$["title"] = "Resource"
tag: package-2023-04-preview
```
38 changes: 19 additions & 19 deletions sdk/resourcemanager/hdinsight/armhdinsight/client_factory.go

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

Loading
Loading