Skip to content

Commit 069f0ee

Browse files
author
SDK Automation
committed
Update from release/v3
1 parent 06f5c8c commit 069f0ee

27 files changed

+14227
-4957
lines changed

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

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

3-
## 13.0.0 (2020-07-06)
4-
5-
**Features**
6-
7-
- Model VirtualMachineScaleSet has a new parameter host_group
8-
- Model DiskEncryptionSetUpdate has a new parameter encryption_type
9-
- Model SnapshotUpdate has a new parameter network_access_policy
10-
- Model SnapshotUpdate has a new parameter disk_access_id
11-
- Model VirtualMachineScaleSetVMInstanceView has a new parameter assigned_host
12-
- Model WindowsConfiguration has a new parameter patch_settings
13-
- Model VirtualMachineScaleSetUpdateVMProfile has a new parameter security_profile
14-
- Model DedicatedHostGroup has a new parameter support_automatic_placement
15-
- Model DedicatedHostGroup has a new parameter instance_view
16-
- Model VirtualMachineScaleSetVM has a new parameter security_profile
17-
- Model DedicatedHostGroupUpdate has a new parameter support_automatic_placement
18-
- Model DedicatedHostGroupUpdate has a new parameter instance_view
19-
- Model DiskUpdate has a new parameter network_access_policy
20-
- Model DiskUpdate has a new parameter disk_access_id
21-
- Model Snapshot has a new parameter network_access_policy
22-
- Model Snapshot has a new parameter disk_access_id
23-
- Model VirtualMachine has a new parameter extensions_time_budget
24-
- Model VirtualMachine has a new parameter security_profile
25-
- Model VirtualMachine has a new parameter host_group
26-
- Model VirtualMachineInstanceView has a new parameter assigned_host
27-
- Model DiskEncryptionSet has a new parameter encryption_type
28-
- Model VirtualMachineUpdate has a new parameter extensions_time_budget
29-
- Model VirtualMachineUpdate has a new parameter security_profile
30-
- Model VirtualMachineUpdate has a new parameter host_group
31-
- Model VirtualMachineImage has a new parameter disallowed
32-
- Model VirtualMachineScaleSetExtensionProfile has a new parameter extensions_time_budget
33-
- Model VirtualMachineScaleSetVMProfile has a new parameter security_profile
34-
- Model Disk has a new parameter network_access_policy
35-
- Model Disk has a new parameter disk_access_id
36-
- Added operation VirtualMachinesOperations.assess_patches
37-
- Added operation VirtualMachinesOperations.retrieve_boot_diagnostics_data
38-
- Added operation VirtualMachineScaleSetVMsOperations.retrieve_boot_diagnostics_data
39-
- Added operation group DiskAccessesOperations
40-
41-
**Breaking changes**
42-
43-
- Operation DedicatedHostGroupsOperations.get has a new signature
44-
- Operation DiskEncryptionSetsOperations.update has a new signature
45-
463
## 12.1.0 (2020-06-17)
474

485
**Features**

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 = "13.0.0"
8+
VERSION = "12.1.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
pass
3737

3838
# Version extraction inspired from 'requests'
39-
with open(os.path.join(package_folder_path, 'version.py')
39+
with open(os.path.join(package_folder_path, 'version.py')
4040
if os.path.exists(os.path.join(package_folder_path, 'version.py'))
4141
else os.path.join(package_folder_path, '_version.py'), 'r') as fd:
4242
version = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]',

sdk/compute/azure-mgmt-compute/tests/recordings/test_cli_mgmt_compute.test_compute.yaml

Lines changed: 8434 additions & 2412 deletions
Large diffs are not rendered by default.

sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.test_availability_sets.yaml

Lines changed: 70 additions & 358 deletions
Large diffs are not rendered by default.

sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.test_resources_skus.yaml

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

sdk/compute/azure-mgmt-compute/tests/recordings/test_mgmt_compute.test_usage.yaml

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ interactions:
99
Connection:
1010
- keep-alive
1111
User-Agent:
12-
- python/3.8.1 (Windows-10-10.0.18362-SP0) msrest/0.6.11 msrest_azure/0.6.3
12+
- python/3.8.1 (Windows-10-10.0.18362-SP0) msrest/0.6.13 msrest_azure/0.6.3
1313
azure-mgmt-compute/13.0.0 Azure-SDK-For-Python
1414
accept-language:
1515
- en-US
1616
method: GET
17-
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/usages?api-version=2020-06-01
17+
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/usages?api-version=2019-12-01
1818
response:
1919
body:
2020
string: "{\r\n \"value\": [\r\n {\r\n \"limit\": 2500,\r\n \"unit\":
2121
\"Count\",\r\n \"currentValue\": 0,\r\n \"name\": {\r\n \"value\":
2222
\"availabilitySets\",\r\n \"localizedValue\": \"Availability Sets\"\r\n
2323
\ }\r\n },\r\n {\r\n \"limit\": 100,\r\n \"unit\": \"Count\",\r\n
24-
\ \"currentValue\": 17,\r\n \"name\": {\r\n \"value\": \"cores\",\r\n
24+
\ \"currentValue\": 16,\r\n \"name\": {\r\n \"value\": \"cores\",\r\n
2525
\ \"localizedValue\": \"Total Regional vCPUs\"\r\n }\r\n },\r\n
2626
\ {\r\n \"limit\": 25000,\r\n \"unit\": \"Count\",\r\n \"currentValue\":
27-
2,\r\n \"name\": {\r\n \"value\": \"virtualMachines\",\r\n \"localizedValue\":
27+
1,\r\n \"name\": {\r\n \"value\": \"virtualMachines\",\r\n \"localizedValue\":
2828
\"Virtual Machines\"\r\n }\r\n },\r\n {\r\n \"limit\": 2500,\r\n
2929
\ \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
3030
{\r\n \"value\": \"virtualMachineScaleSets\",\r\n \"localizedValue\":
@@ -38,13 +38,13 @@ interactions:
3838
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 16,\r\n \"name\":
3939
{\r\n \"value\": \"standardDSv2Family\",\r\n \"localizedValue\":
4040
\"Standard DSv2 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
41-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 1,\r\n \"name\":
42-
{\r\n \"value\": \"standardA0_A7Family\",\r\n \"localizedValue\":
43-
\"Standard A0-A7 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
4441
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
4542
{\r\n \"value\": \"basicAFamily\",\r\n \"localizedValue\": \"Basic
4643
A Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\": 100,\r\n
4744
\ \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
45+
{\r\n \"value\": \"standardA0_A7Family\",\r\n \"localizedValue\":
46+
\"Standard A0-A7 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
47+
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
4848
{\r\n \"value\": \"standardA8_A11Family\",\r\n \"localizedValue\":
4949
\"Standard A8-A11 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
5050
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
@@ -105,30 +105,6 @@ interactions:
105105
{\r\n \"value\": \"standardESv3Family\",\r\n \"localizedValue\":
106106
\"Standard ESv3 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
107107
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
108-
{\r\n \"value\": \"standardDv4Family\",\r\n \"localizedValue\":
109-
\"Standard Dv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
110-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
111-
{\r\n \"value\": \"standardDDv4Family\",\r\n \"localizedValue\":
112-
\"Standard DDv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
113-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
114-
{\r\n \"value\": \"standardDSv4Family\",\r\n \"localizedValue\":
115-
\"Standard DSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
116-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
117-
{\r\n \"value\": \"standardDDSv4Family\",\r\n \"localizedValue\":
118-
\"Standard DDSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
119-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
120-
{\r\n \"value\": \"standardEv4Family\",\r\n \"localizedValue\":
121-
\"Standard Ev4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
122-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
123-
{\r\n \"value\": \"standardEDv4Family\",\r\n \"localizedValue\":
124-
\"Standard EDv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
125-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
126-
{\r\n \"value\": \"standardESv4Family\",\r\n \"localizedValue\":
127-
\"Standard ESv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
128-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
129-
{\r\n \"value\": \"standardEDSv4Family\",\r\n \"localizedValue\":
130-
\"Standard EDSv4 Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
131-
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
132108
{\r\n \"value\": \"standardBSFamily\",\r\n \"localizedValue\":
133109
\"Standard BS Family vCPUs\"\r\n }\r\n },\r\n {\r\n \"limit\":
134110
100,\r\n \"unit\": \"Count\",\r\n \"currentValue\": 0,\r\n \"name\":
@@ -249,11 +225,11 @@ interactions:
249225
cache-control:
250226
- no-cache
251227
content-length:
252-
- '15675'
228+
- '14011'
253229
content-type:
254230
- application/json; charset=utf-8
255231
date:
256-
- Mon, 06 Jul 2020 07:08:45 GMT
232+
- Fri, 29 May 2020 06:39:37 GMT
257233
expires:
258234
- '-1'
259235
pragma:

0 commit comments

Comments
 (0)