зеркало из
1
0
Форкнуть 0

[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 <yuchaoyan@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-09-10 00:12:14 -07:00 коммит произвёл GitHub
Родитель 1c2781c5cc
Коммит 40ca664274
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
36 изменённых файлов: 10 добавлений и 79 удалений

Просмотреть файл

@ -1,5 +1,11 @@
# Release History # Release History
## 9.1.0b1 (2024-09-10)
### Other Changes
- Regular release
## 9.0.0b3 (2024-08-21) ## 9.0.0b3 (2024-08-21)
### Features Added ### Features Added

Просмотреть файл

@ -1,11 +1,11 @@
{ {
"commit": "21c2852d62ccc3abe9cc3800c989c6826f8363dc", "commit": "1ad29756bd141a47cac770140105a706d065ae1b",
"repository_url": "https://github.com/Azure/azure-rest-api-specs", "repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2", "autorest": "3.10.2",
"use": [ "use": [
"@autorest/python@6.17.0", "@autorest/python@6.19.0",
"@autorest/modelerfour@4.27.0" "@autorest/modelerfour@4.27.0"
], ],
"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/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False", "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/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
"readme": "specification/hdinsight/resource-manager/readme.md" "readme": "specification/hdinsight/resource-manager/readme.md"
} }

Просмотреть файл

@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
VERSION = "9.0.0b3" VERSION = "9.1.0b1"

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Dict, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Dict, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,15 +6,10 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, TYPE_CHECKING, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient
if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from .. import models as _models
""" """
# PREREQUISITES # PREREQUISITES
pip install azure-identity pip install azure-identity

Просмотреть файл

@ -6,15 +6,10 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, TYPE_CHECKING, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient
if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from .. import models as _models
""" """
# PREREQUISITES # PREREQUISITES
pip install azure-identity pip install azure-identity

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,15 +6,10 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, TYPE_CHECKING, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient
if TYPE_CHECKING:
# pylint: disable=unused-import,ungrouped-imports
from .. import models as _models
""" """
# PREREQUISITES # PREREQUISITES
pip install azure-identity pip install azure-identity

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import IO, List, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient

Просмотреть файл

@ -6,8 +6,6 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated. # Changes may cause incorrect behavior and will be lost if the code is regenerated.
# -------------------------------------------------------------------------- # --------------------------------------------------------------------------
from typing import Any, IO, Union
from azure.identity import DefaultAzureCredential from azure.identity import DefaultAzureCredential
from azure.mgmt.hdinsight import HDInsightManagementClient from azure.mgmt.hdinsight import HDInsightManagementClient