Skip to content

Commit ed55339

Browse files
author
SDKAuto
committed
CodeGen from PR 3532 in test-repo-billy/azure-rest-api-specs
Merge d5efa2813ef94d7a5e803f46814fbe9a6e017c3a into 6c6e1713f03acaf37e5c89652b023dd2c9eae16e
1 parent b2b0c35 commit ed55339

File tree

222 files changed

+64
-610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+64
-610
lines changed

sdk/compute/azure-mgmt-compute/_meta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "3d87a71fb30062a70d5adf9cd7653639f00c3b92",
3-
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
2+
"commit": "55ea1767a311aef3e82507617e8bed58e7bedab0",
3+
"repository_url": "https://github.com/test-repo-billy/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/compute/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/compute/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/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/compute/resource-manager/readme.md",
1111
"package-2024-03-02-only": "2024-07-16 12:23:13 -0400 602fb5144a226577186e35845422c11db9067cf8 Microsoft.Compute/DiskRP/stable/2024-03-02/snapshot.json",
1212
"package-2024-03-01-only": "2024-06-05 15:03:47 -0700 491e00d17f24909ecf5e1030b3833bed51224e92 Microsoft.Compute/ComputeRP/stable/2024-03-01/virtualMachineScaleSet.json",
@@ -55,5 +55,5 @@
5555
"package-compute-2016-04-preview": "2022-07-31 21:47:43 -0400 2dcad6d6e9a96882eb6d317e7500a94be007a9c6 Microsoft.Compute/DiskRP/preview/2016-04-30-preview/disk.json",
5656
"package-compute-2016-03": "2022-07-31 21:47:43 -0400 2dcad6d6e9a96882eb6d317e7500a94be007a9c6 Microsoft.Compute/ComputeRP/stable/2016-03-30/compute.json",
5757
"package-compute-2015-06": "2022-07-31 21:47:43 -0400 2dcad6d6e9a96882eb6d317e7500a94be007a9c6 Microsoft.Compute/ComputeRP/stable/2015-06-15/compute.json",
58-
"package-2024-07-01-only": "2024-07-30 04:25:27 -0400 4f68529971f845e8757c2b2a746d78ceb91854cd Microsoft.Compute/ComputeRP/stable/2024-07-01/virtualMachineScaleSet.json"
58+
"package-2024-07-01-only": "2024-10-17 23:29:42 +0800 d5efa2813ef94d7a5e803f46814fbe9a6e017c3a Microsoft.Compute/ComputeRP/stable/2024-07-01/computeRPCommon.json"
5959
}

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/_compute_management_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class ComputeManagementClient(MultiApiClientMixin, _SDKClient):
7979
'gallery_image_versions': '2023-07-03',
8080
'gallery_images': '2023-07-03',
8181
'gallery_sharing_profile': '2023-07-03',
82+
'operations': '2024-03-01',
8283
'resource_skus': '2021-07-01',
8384
'shared_galleries': '2023-07-03',
8485
'shared_gallery_image_versions': '2023-07-03',
@@ -1463,7 +1464,6 @@ def operations(self):
14631464
* 2023-07-01: :class:`Operations<azure.mgmt.compute.v2023_07_01.operations.Operations>`
14641465
* 2023-09-01: :class:`Operations<azure.mgmt.compute.v2023_09_01.operations.Operations>`
14651466
* 2024-03-01: :class:`Operations<azure.mgmt.compute.v2024_03_01.operations.Operations>`
1466-
* 2024-07-01: :class:`Operations<azure.mgmt.compute.v2024_07_01.operations.Operations>`
14671467
"""
14681468
api_version = self._get_api_version('operations')
14691469
if api_version == '2017-12-01':
@@ -1506,8 +1506,6 @@ def operations(self):
15061506
from .v2023_09_01.operations import Operations as OperationClass
15071507
elif api_version == '2024-03-01':
15081508
from .v2024_03_01.operations import Operations as OperationClass
1509-
elif api_version == '2024-07-01':
1510-
from .v2024_07_01.operations import Operations as OperationClass
15111509
else:
15121510
raise ValueError("API version {} does not have operation group 'operations'".format(api_version))
15131511
self._config.api_version = api_version

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/aio/_compute_management_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class ComputeManagementClient(MultiApiClientMixin, _SDKClient):
7979
'gallery_image_versions': '2023-07-03',
8080
'gallery_images': '2023-07-03',
8181
'gallery_sharing_profile': '2023-07-03',
82+
'operations': '2024-03-01',
8283
'resource_skus': '2021-07-01',
8384
'shared_galleries': '2023-07-03',
8485
'shared_gallery_image_versions': '2023-07-03',
@@ -1463,7 +1464,6 @@ def operations(self):
14631464
* 2023-07-01: :class:`Operations<azure.mgmt.compute.v2023_07_01.aio.operations.Operations>`
14641465
* 2023-09-01: :class:`Operations<azure.mgmt.compute.v2023_09_01.aio.operations.Operations>`
14651466
* 2024-03-01: :class:`Operations<azure.mgmt.compute.v2024_03_01.aio.operations.Operations>`
1466-
* 2024-07-01: :class:`Operations<azure.mgmt.compute.v2024_07_01.aio.operations.Operations>`
14671467
"""
14681468
api_version = self._get_api_version('operations')
14691469
if api_version == '2017-12-01':
@@ -1506,8 +1506,6 @@ def operations(self):
15061506
from ..v2023_09_01.aio.operations import Operations as OperationClass
15071507
elif api_version == '2024-03-01':
15081508
from ..v2024_03_01.aio.operations import Operations as OperationClass
1509-
elif api_version == '2024-07-01':
1510-
from ..v2024_07_01.aio.operations import Operations as OperationClass
15111509
else:
15121510
raise ValueError("API version {} does not have operation group 'operations'".format(api_version))
15131511
self._config.api_version = api_version

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
from .v2021_07_01.models import *
88
from .v2022_09_04.models import *
99
from .v2023_07_03.models import *
10+
from .v2024_03_01.models import *
1011
from .v2024_03_02.models import *
1112
from .v2024_07_01.models import *

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2015_06_15/_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 = "33.0.0"
9+
VERSION = "1.0.0b1"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2016_03_30/_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 = "33.0.0"
9+
VERSION = "1.0.0b1"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/_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 = "33.0.0"
9+
VERSION = "1.0.0b1"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_03_30/_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 = "33.0.0"
9+
VERSION = "1.0.0b1"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_09_01/_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 = "33.0.0"
9+
VERSION = "1.0.0b1"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_12_01/_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 = "33.0.0"
9+
VERSION = "1.0.0b1"

0 commit comments

Comments
 (0)