Skip to content

Commit ea13ae1

Browse files
azure-sdkmsyyc
andauthored
[AutoRelease] t2-azurestackhci-2024-08-26-84558(can only be merged by SDK owner) (#37026)
* code and test * update --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: msyyc <[email protected]>
1 parent 445a18b commit ea13ae1

19 files changed

+366
-85
lines changed

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

Lines changed: 363 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "c9b146c38df5f76e2d34a3ef771979805ff4ff73",
2+
"commit": "30d040e41a4cea0d31a6c7e56726ea2df17fdcc5",
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/azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCI/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/azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCI/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/azurestackhci/resource-manager/Microsoft.AzureStackHCI/StackHCI/readme.md"
1111
}

sdk/azurestackhci/azure-mgmt-azurestackhci/generated_samples/configure_remote_support.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.azurestackhci import AzureStackHCIClient

sdk/azurestackhci/azure-mgmt-azurestackhci/generated_samples/create_cluster.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.azurestackhci import AzureStackHCIClient

sdk/azurestackhci/azure-mgmt-azurestackhci/generated_samples/create_hci_edge_device.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.azurestackhci import AzureStackHCIClient

sdk/azurestackhci/azure-mgmt-azurestackhci/generated_samples/extend_software_assurance_benefit.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.azurestackhci import AzureStackHCIClient

sdk/azurestackhci/azure-mgmt-azurestackhci/generated_samples/extensions_upgrade.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.azurestackhci import AzureStackHCIClient

sdk/azurestackhci/azure-mgmt-azurestackhci/generated_samples/patch_arc_setting.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.azurestackhci import AzureStackHCIClient

sdk/azurestackhci/azure-mgmt-azurestackhci/generated_samples/patch_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.azurestackhci import AzureStackHCIClient

sdk/azurestackhci/azure-mgmt-azurestackhci/generated_samples/put_deployment_settings.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.azurestackhci import AzureStackHCIClient

0 commit comments

Comments
 (0)