Skip to content

Commit 4ecab6a

Browse files
changlong-liuSDK Automation
andauthored
Sdk automation/azure mgmt compute@9801 (Azure#12091)
* Update from release/v3 * Generated from a141cdcb5f626438602a0739a847a78c8b70bf21 Revert PYthon Directive Change * run test * run live * run test * run test * update version Co-authored-by: SDK Automation <[email protected]>
1 parent 19bc45f commit 4ecab6a

26 files changed

+7862
-2034
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# Release History
22

3-
## 13.0.0 (2020-05-29)
3+
## 12.1.0 (2020-06-17)
44

55
**Features**
66

77
- Model DiffDiskSettings has a new parameter placement
88
- Added operation VirtualMachinesOperations.simulate_eviction
99
- Added operation VirtualMachineScaleSetVMsOperations.simulate_eviction
1010

11-
**Breaking changes**
12-
13-
- Operation VirtualMachineScaleSetsOperations.set_orchestration_service_state has a new signature
14-
1511
## 12.0.0 (2020-03-23)
1612

1713
**Features**

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2015_06_15/operations/_virtual_machine_scale_set_vms_operations.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,16 @@ def list(
475475
:type resource_group_name: str
476476
:param virtual_machine_scale_set_name: The name of the VM scale set.
477477
:type virtual_machine_scale_set_name: str
478-
:param filter: The filter to apply to the operation.
478+
:param filter: The filter to apply to the operation. Allowed values
479+
are 'startswith(instanceView/statuses/code, 'PowerState') eq true',
480+
'properties/latestModelApplied eq true',
481+
'properties/latestModelApplied eq false'.
479482
:type filter: str
480-
:param select: The list parameters.
483+
:param select: The list parameters. Allowed values are 'instanceView',
484+
'instanceView/statuses'.
481485
:type select: str
482486
:param expand: The expand expression to apply to the operation.
487+
Allowed values are 'instanceView'.
483488
:type expand: str
484489
:param dict custom_headers: headers that will be added to the request
485490
:param bool raw: returns the direct response alongside the

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2016_03_30/operations/_availability_sets_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def list_by_subscription(
235235
"""Lists all availability sets in a subscription.
236236
237237
:param expand: The expand expression to apply to the operation.
238+
Allowed values are 'instanceView'.
238239
:type expand: str
239240
:param dict custom_headers: headers that will be added to the request
240241
:param bool raw: returns the direct response alongside the

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2016_03_30/operations/_virtual_machine_scale_set_vms_operations.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,16 @@ def list(
475475
:type resource_group_name: str
476476
:param virtual_machine_scale_set_name: The name of the VM scale set.
477477
:type virtual_machine_scale_set_name: str
478-
:param filter: The filter to apply to the operation.
478+
:param filter: The filter to apply to the operation. Allowed values
479+
are 'startswith(instanceView/statuses/code, 'PowerState') eq true',
480+
'properties/latestModelApplied eq true',
481+
'properties/latestModelApplied eq false'.
479482
:type filter: str
480-
:param select: The list parameters.
483+
:param select: The list parameters. Allowed values are 'instanceView',
484+
'instanceView/statuses'.
481485
:type select: str
482486
:param expand: The expand expression to apply to the operation.
487+
Allowed values are 'instanceView'.
483488
:type expand: str
484489
:param dict custom_headers: headers that will be added to the request
485490
:param bool raw: returns the direct response alongside the

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_03_30/operations/_availability_sets_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def list_by_subscription(
235235
"""Lists all availability sets in a subscription.
236236
237237
:param expand: The expand expression to apply to the operation.
238+
Allowed values are 'instanceView'.
238239
:type expand: str
239240
:param dict custom_headers: headers that will be added to the request
240241
:param bool raw: returns the direct response alongside the

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_03_30/operations/_virtual_machine_scale_set_vms_operations.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,11 +574,16 @@ def list(
574574
:type resource_group_name: str
575575
:param virtual_machine_scale_set_name: The name of the VM scale set.
576576
:type virtual_machine_scale_set_name: str
577-
:param filter: The filter to apply to the operation.
577+
:param filter: The filter to apply to the operation. Allowed values
578+
are 'startswith(instanceView/statuses/code, 'PowerState') eq true',
579+
'properties/latestModelApplied eq true',
580+
'properties/latestModelApplied eq false'.
578581
:type filter: str
579-
:param select: The list parameters.
582+
:param select: The list parameters. Allowed values are 'instanceView',
583+
'instanceView/statuses'.
580584
:type select: str
581585
:param expand: The expand expression to apply to the operation.
586+
Allowed values are 'instanceView'.
582587
:type expand: str
583588
:param dict custom_headers: headers that will be added to the request
584589
:param bool raw: returns the direct response alongside the

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_12_01/operations/_availability_sets_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def list_by_subscription(
304304
"""Lists all availability sets in a subscription.
305305
306306
:param expand: The expand expression to apply to the operation.
307+
Allowed values are 'instanceView'.
307308
:type expand: str
308309
:param dict custom_headers: headers that will be added to the request
309310
:param bool raw: returns the direct response alongside the

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_12_01/operations/_virtual_machine_scale_set_vms_operations.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,11 +684,16 @@ def list(
684684
:type resource_group_name: str
685685
:param virtual_machine_scale_set_name: The name of the VM scale set.
686686
:type virtual_machine_scale_set_name: str
687-
:param filter: The filter to apply to the operation.
687+
:param filter: The filter to apply to the operation. Allowed values
688+
are 'startswith(instanceView/statuses/code, 'PowerState') eq true',
689+
'properties/latestModelApplied eq true',
690+
'properties/latestModelApplied eq false'.
688691
:type filter: str
689-
:param select: The list parameters.
692+
:param select: The list parameters. Allowed values are 'instanceView',
693+
'instanceView/statuses'.
690694
:type select: str
691695
:param expand: The expand expression to apply to the operation.
696+
Allowed values are 'instanceView'.
692697
:type expand: str
693698
:param dict custom_headers: headers that will be added to the request
694699
:param bool raw: returns the direct response alongside the

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/operations/_availability_sets_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ def list_by_subscription(
296296
"""Lists all availability sets in a subscription.
297297
298298
:param expand: The expand expression to apply to the operation.
299+
Allowed values are 'instanceView'.
299300
:type expand: str
300301
:param dict custom_headers: headers that will be added to the request
301302
:param bool raw: returns the direct response alongside the

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/operations/_virtual_machine_scale_set_vms_operations.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,16 @@ def list(
628628
:type resource_group_name: str
629629
:param virtual_machine_scale_set_name: The name of the VM scale set.
630630
:type virtual_machine_scale_set_name: str
631-
:param filter: The filter to apply to the operation.
631+
:param filter: The filter to apply to the operation. Allowed values
632+
are 'startswith(instanceView/statuses/code, 'PowerState') eq true',
633+
'properties/latestModelApplied eq true',
634+
'properties/latestModelApplied eq false'.
632635
:type filter: str
633-
:param select: The list parameters.
636+
:param select: The list parameters. Allowed values are 'instanceView',
637+
'instanceView/statuses'.
634638
:type select: str
635639
:param expand: The expand expression to apply to the operation.
640+
Allowed values are 'instanceView'.
636641
:type expand: str
637642
:param dict custom_headers: headers that will be added to the request
638643
:param bool raw: returns the direct response alongside the

0 commit comments

Comments
 (0)