Skip to content

Commit 40ca664

Browse files
azure-sdkmsyyc
andauthored
[AutoRelease] t2-hdinsight-2024-09-10-44154(can only be merged by SDK owner) (#37271)
* code and test * Update _version.py * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: Yuchao Yan <[email protected]>
1 parent 1c2781c commit 40ca664

File tree

36 files changed

+10
-79
lines changed

36 files changed

+10
-79
lines changed

sdk/hdinsight/azure-mgmt-hdinsight/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 9.1.0b1 (2024-09-10)
4+
5+
### Other Changes
6+
7+
- Regular release
8+
39
## 9.0.0b3 (2024-08-21)
410

511
### Features Added
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "21c2852d62ccc3abe9cc3800c989c6826f8363dc",
2+
"commit": "1ad29756bd141a47cac770140105a706d065ae1b",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.17.0",
6+
"@autorest/python@6.19.0",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/hdinsight/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.17.0 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/hdinsight/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.19.0 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/hdinsight/resource-manager/readme.md"
1111
}

sdk/hdinsight/azure-mgmt-hdinsight/azure/mgmt/hdinsight/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "9.0.0b3"
9+
VERSION = "9.1.0b1"

sdk/hdinsight/azure-mgmt-hdinsight/generated_samples/approve_private_endpoint_connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from typing import Any, IO, Union
10-
119
from azure.identity import DefaultAzureCredential
1210

1311
from azure.mgmt.hdinsight import HDInsightManagementClient

sdk/hdinsight/azure-mgmt-hdinsight/generated_samples/change_http_connectivity_disable.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from typing import Dict, IO, Union
10-
119
from azure.identity import DefaultAzureCredential
1210

1311
from azure.mgmt.hdinsight import HDInsightManagementClient

sdk/hdinsight/azure-mgmt-hdinsight/generated_samples/change_http_connectivity_enable.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from typing import Dict, IO, Union
10-
119
from azure.identity import DefaultAzureCredential
1210

1311
from azure.mgmt.hdinsight import HDInsightManagementClient

sdk/hdinsight/azure-mgmt-hdinsight/generated_samples/create_application.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from typing import Any, IO, Union
10-
119
from azure.identity import DefaultAzureCredential
1210

1311
from azure.mgmt.hdinsight import HDInsightManagementClient

sdk/hdinsight/azure-mgmt-hdinsight/generated_samples/create_extension.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from typing import Any, IO, Union
10-
119
from azure.identity import DefaultAzureCredential
1210

1311
from azure.mgmt.hdinsight import HDInsightManagementClient

sdk/hdinsight/azure-mgmt-hdinsight/generated_samples/create_hd_insight_cluster_with_autoscale_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from typing import Any, IO, Union
10-
119
from azure.identity import DefaultAzureCredential
1210

1311
from azure.mgmt.hdinsight import HDInsightManagementClient

sdk/hdinsight/azure-mgmt-hdinsight/generated_samples/create_hd_insight_cluster_with_availability_zones.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
from typing import Any, IO, Union
10-
119
from azure.identity import DefaultAzureCredential
1210

1311
from azure.mgmt.hdinsight import HDInsightManagementClient

0 commit comments

Comments
 (0)