Skip to content

Commit d837cc1

Browse files
Azure CLI BotSDKAutoBigCat20196
authored andcommitted
[AutoRelease] t2-compute-2021-09-02-34739 (#20515)
* CodeGen from PR 15837 in Azure/azure-rest-api-specs Add swagger for Compute Diagnostic Resource Provider (#15837) * version,CHANGELOG * test * Update test_mgmt_compute_vmss.py Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Jiefeng Chen <[email protected]>
1 parent 07372e5 commit d837cc1

File tree

135 files changed

+74615
-2348
lines changed

Some content is hidden

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

135 files changed

+74615
-2348
lines changed

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

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

3+
## 23.0.0 (2021-09-02)
4+
5+
**Features**
6+
7+
- Model HardwareProfile has a new parameter vm_size_properties
8+
- Model VirtualMachineScaleSetVMProfile has a new parameter application_profile
9+
- Model AdditionalCapabilities has a new parameter hibernation_enabled
10+
- Model VirtualMachine has a new parameter application_profile
11+
- Model VirtualMachineScaleSetVMExtensionUpdate has a new parameter suppress_failures
12+
- Model Gallery has a new parameter soft_delete_policy
13+
- Model ScaleInPolicy has a new parameter force_deletion
14+
- Model VirtualMachineScaleSetExtensionUpdate has a new parameter suppress_failures
15+
- Model GalleryArtifactPublishingProfileBase has a new parameter replication_mode
16+
- Model GalleryImageVersionPublishingProfile has a new parameter replication_mode
17+
- Model GalleryApplicationVersionPublishingProfile has a new parameter replication_mode
18+
- Model ImageReference has a new parameter shared_gallery_image_id
19+
- Model VirtualMachineUpdate has a new parameter application_profile
20+
- Model VirtualMachineScaleSetVMExtension has a new parameter suppress_failures
21+
- Model ResourceSkuLocationInfo has a new parameter type
22+
- Model ResourceSkuLocationInfo has a new parameter extended_locations
23+
- Model VirtualMachineScaleSetExtension has a new parameter suppress_failures
24+
- Model VirtualMachineExtension has a new parameter suppress_failures
25+
- Model VirtualMachineExtensionUpdate has a new parameter suppress_failures
26+
- Model GalleryUpdate has a new parameter soft_delete_policy
27+
28+
**Breaking changes**
29+
30+
- Operation ResourceSkusOperations.list has a new signature
31+
- Operation VirtualMachinesOperations.begin_deallocate has a new signature
32+
333
## 22.1.0 (2021-07-22)
434

535
**Features**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "48796aff62fdca25b201bfcbe587729a40a6b851",
7+
"commit": "d5ad9431bbc19c34090d97209eb497167db32879",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"autorest_command": "autorest specification/compute/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
1010
"readme": "specification/compute/resource-manager/readme.md"

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

Lines changed: 113 additions & 11 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "22.1.0"
8+
VERSION = "23.0.0"

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

Lines changed: 113 additions & 11 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# Licensed under the MIT License. See License.txt in the project root for
55
# license information.
66
# --------------------------------------------------------------------------
7-
from .v2019_04_01.models import *
8-
from .v2020_09_30.models import *
97
from .v2020_12_01.models import *
108
from .v2021_03_01.models import *
11-
from .v2021_04_01.models import *
9+
from .v2021_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 = "22.1.0"
9+
VERSION = "23.0.0"

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 = "22.1.0"
9+
VERSION = "23.0.0"

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 = "22.1.0"
9+
VERSION = "23.0.0"

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 = "22.1.0"
9+
VERSION = "23.0.0"

0 commit comments

Comments
 (0)