Skip to content

Commit

Permalink
[Release] sdk/resourcemanager/hdinsight/armhdinsight/1.2.0-beta.1 (#2…
Browse files Browse the repository at this point in the history
…1114)

* [Release] sdk/resourcemanager/hdinsight/armhdinsight/1.2.0-beta.1 generation from spec commit: 310a0100f5b020c1900c527a6aa70d21992f078a

* Update CHANGELOG.md

add changelog
  • Loading branch information
Alancere authored Jul 24, 2023
1 parent a678ed6 commit 71b433a
Show file tree
Hide file tree
Showing 30 changed files with 397 additions and 306 deletions.
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

0 comments on commit 71b433a

Please sign in to comment.