Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
564370c
Update generate configration
Jun 7, 2023
f9dd337
Regenerate source code.
Jun 7, 2023
2e3e9bf
Export-API
Jun 8, 2023
acb48b8
regenerate source code [Sample].
Jun 8, 2023
0b8e802
remove old test session records
Jun 12, 2023
0c2a436
add change log
Jun 13, 2023
f774e6d
Need a empty test-resources.json file here to ensure that the living …
Jun 13, 2023
5648855
Add test case and update test session records
Jun 14, 2023
e388925
modift default test location
Jun 14, 2023
93e32fa
modify default test location
Jun 14, 2023
ecd72e7
Merge branch 'HDinsight_new_api_version_20230415' of https://github.c…
Jun 14, 2023
dc295ab
update changelog
Jun 14, 2023
6c37a1e
remove changelog unrelease section
Jun 14, 2023
d65a2f7
update test seesion record
Jun 15, 2023
dd265be
Manually modify the generate code
Jun 15, 2023
ab9a440
Manual modification generate code
Jun 15, 2023
eadccff
Update generate code
Jun 15, 2023
5767c8a
Merge branch 'HDinsight_new_api_version_20230415' of https://github.c…
Jun 15, 2023
5e0cef3
update changelog
Jun 20, 2023
1f951a7
update csproj
Jun 20, 2023
2a52b3a
revert git branch
Jun 25, 2023
0156db6
Update release date
Jun 27, 2023
efe0493
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
ArthurMa1978 Jun 27, 2023
b85d8e3
update
ArthurMa1978 Jun 27, 2023
7d5ea25
Update
ArthurMa1978 Jun 27, 2023
add1693
Update
ArthurMa1978 Jun 27, 2023
8d1af4a
Update csproj and release date
Jun 27, 2023
050e79c
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
ArthurMa1978 Jun 27, 2023
47e3c1e
Merge branch 'HDinsight_new_api_version_20230415' of https://github.c…
ArthurMa1978 Jun 27, 2023
93c06a1
Merge branch 'main' into HDinsight_new_api_version_20230415
yuc-Li Jun 27, 2023
87541d7
Merge branch 'HDinsight_new_api_version_20230415' of https://github.c…
ArthurMa1978 Jun 27, 2023
274f302
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-net int…
ArthurMa1978 Jun 27, 2023
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
4 changes: 2 additions & 2 deletions eng/mgmt/mgmtmetadata/hdinsight_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/maste
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 2ebe584103a362fa87f2f60c9bab89ab410c7571
Commit: de37c47a625de64c0ac5bf76cf531527ba2feb77
AutoRest information
Requested version: v2
Bootstrapper version: autorest@3.3.2
Bootstrapper version: autorest@3.9.3
8 changes: 4 additions & 4 deletions sdk/hdinsight/Azure.ResourceManager.HDInsight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.2.0-beta.1 (2023-06-27)

### Features Added

### Breaking Changes

### Bugs Fixed
- 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.

### Other Changes

- Upgraded API version to 2023-04-15-preview.

## 1.1.0 (2023-06-27)

This release is the stable release of 1.1.0-beta.1.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ public partial class HDInsightStorageAccountInfo
{
public HDInsightStorageAccountInfo() { }
public string Container { get { throw null; } set { } }
public bool? EnableSecureChannel { get { throw null; } set { } }
public string Fileshare { get { throw null; } set { } }
public string FileSystem { get { throw null; } set { } }
public bool? IsDefault { get { throw null; } set { } }
Expand Down

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