Skip to content

Commit b06a6f4

Browse files
grizzlytheodoreTheodore ChangKartik-715cakaratapayalguptapg
authored
Feature/cplat 2023 03 01 (#22885)
* copy last version to 2023-03-01 folder * update version reference in the new folder * update versions reference in the new folder * add new readme tag with new version * sync with updates made to 2022-11-01 version * fix generation error * fix duplicate enum name thru c# directive instead. * make all the changes to this version that was made to the last version (2022-11-01) to address modelvalidation errors * update * Revert "update" This reverts commit 08417d3. * Added $expand option in ListAllVMs and ListAllVMs in RG (#22800) * Added $expand option in ListAllVMs and ListAllVMs in RG * Update virtualMachine.json * dedicatedHost Resize feature (#23268) * dedicatedHost Resize feature * DedicatedHost Sku renamed to size and resolved lint errors. * reviewer comments * httpMethod fix * Add property for VM (#22882) (#23329) Co-authored-by: payalguptapg <[email protected]> * Add Reapply for VMSS (#22344) * Add Reapply for VMSS * Prettier fix * Update examples * Address review comments 01 * Use typical resourceGroupName parameter. * Address review comments - Rename examples * Remove <br> syntax from many descriptions in CRP swagger files (#23019) * up to computeRPCommon * all but computeRPCommons * computerpcommon * vmss clean * common clean * vmss try n * trying only \n * remove \n as it messes with rest docs * cleanup 2022-11-01 accidents * cleanups 2023 * remove ID from Update objects that do not have ID (#23078) * update * add identifiers --------- Co-authored-by: Theodore Chang <[email protected]> * Origin/feature/cplat 2023 03 01 (#23203) * Update virtualMachine.json Added missing property for Additional properties not allowed: provisionAfterExtensions Json path: $.value[*].properties.provisionAfterExtensions * added missing property for provisionAfterExtensions * add locatoin in VirtualMachineScaleSetVMExtension * fixed issue of x-ms-mutability --------- Co-authored-by: Younghyun Kim <[email protected]> * Add securityPostureReference (#23106) * [RestorePoints] Adding Encryption, Source Details, HyperVGeneration and WriteAccelerated for Restore Point (#23303) * Restore Point Encryption Details * Modified descriptions and made DiskRestorePointProperties as input property * Renaming object and adding type * Renaming DiskRestorePointProperties * making DiskRestorePoint.id readOnly * Modifying reference * Running Prettier * Renaming EncryptionType * Adding HyperVGeneration and WriteAcceleratorEnabled (prchin) * Add optional parameter hibernate to vmss deallocate api (#23409) * Add optional parameter hibernate to vmss deallocate api * Fix with prettier * update example for vmss deallocate * Add Spot Related Properties to VMSS PATCH * prettier and lintDiff suppressions * retry lintDiff suppression * lint diff suppression retry * Add managed identities parameters for blobs, add treatFailureAsDeploymentFailure flag for Run Command (#23557) * Add managed identities inputs for script, errorBlob, outputBlob * Add treatFailureAsDeploymentFailure flag * Update proximityPlacementGroup.json (#23556) * Update proximityPlacementGroup.json * Update proximityPlacementGroup.json * Update proximityPlacementGroup.json --------- Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: Kartik Gupta <[email protected]> Co-authored-by: cakarata <[email protected]> Co-authored-by: payalguptapg <[email protected]> Co-authored-by: Anshul Verma <[email protected]> Co-authored-by: Adam Sandor <[email protected]> Co-authored-by: younghyun5756 <[email protected]> Co-authored-by: Younghyun Kim <[email protected]> Co-authored-by: krishnak-msft <[email protected]> Co-authored-by: Linu George <[email protected]> Co-authored-by: vatsan28 <[email protected]> Co-authored-by: Viv Lingaiah <[email protected]> Co-authored-by: Micah McKittrick <[email protected]>
1 parent 87589a8 commit b06a6f4

File tree

388 files changed

+52835
-2
lines changed

Some content is hidden

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

388 files changed

+52835
-2
lines changed

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/availabilitySet.json

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

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/capacityReservation.json

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

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/computeRPCommon.json

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

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-03-01/dedicatedHost.json

Lines changed: 1147 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "myResourceGroup",
5+
"api-version": "2023-03-01",
6+
"availabilitySetName": "myAvailabilitySet",
7+
"parameters": {
8+
"location": "westus",
9+
"properties": {
10+
"platformFaultDomainCount": 2,
11+
"platformUpdateDomainCount": 20
12+
}
13+
}
14+
},
15+
"responses": {
16+
"200": {
17+
"body": {
18+
"sku": {
19+
"name": "Classic"
20+
},
21+
"name": "myAvailabilitySet",
22+
"properties": {
23+
"platformFaultDomainCount": 2,
24+
"platformUpdateDomainCount": 20
25+
},
26+
"location": "westus",
27+
"type": "Microsoft.Compute/availabilitySets",
28+
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/availabilitySets/myAvailabilitySet"
29+
}
30+
}
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"resourceGroupName": "rgcompute",
4+
"availabilitySetName": "aaaaaaaaaaaaaaaaaaaa",
5+
"api-version": "2023-03-01",
6+
"subscriptionId": "{subscription-id}"
7+
},
8+
"responses": {
9+
"200": {},
10+
"204": {}
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"resourceGroupName": "rgcompute",
4+
"availabilitySetName": "aaaaaaaaaaa",
5+
"api-version": "2023-03-01",
6+
"subscriptionId": "{subscription-id}"
7+
},
8+
"responses": {
9+
"200": {},
10+
"204": {}
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"parameters": {
3+
"resourceGroupName": "rgcompute",
4+
"availabilitySetName": "aaaaaaaaaaaa",
5+
"api-version": "2023-03-01",
6+
"subscriptionId": "{subscription-id}"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"location": "westus",
12+
"properties": {
13+
"platformFaultDomainCount": 2,
14+
"platformUpdateDomainCount": 20,
15+
"virtualMachines": [
16+
{
17+
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"
18+
}
19+
],
20+
"proximityPlacementGroup": {
21+
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}"
22+
},
23+
"statuses": [
24+
{
25+
"code": "aaaaaaaaaaaaaaaaaaaaaaa",
26+
"level": "Info",
27+
"displayStatus": "aaaaaa",
28+
"message": "a",
29+
"time": "2021-11-30T12:58:26.522Z"
30+
}
31+
]
32+
},
33+
"sku": {
34+
"name": "Classic",
35+
"tier": "aaaaaaaaaaaaaa",
36+
"capacity": 29
37+
},
38+
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/availabilitySets/myAvailabilitySet",
39+
"name": "myAvailabilitySet",
40+
"type": "Microsoft.Compute/availabilitySets",
41+
"tags": {
42+
"key9626": "aaaaaaaaaaaaaaaaaaaa",
43+
"key2505": "aa"
44+
}
45+
}
46+
}
47+
}
48+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"parameters": {
3+
"resourceGroupName": "rgcompute",
4+
"availabilitySetName": "aaaaaaaaaaaaaaaaaaaa",
5+
"api-version": "2023-03-01",
6+
"subscriptionId": "{subscription-id}"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"location": "westus",
12+
"id": "/subscriptions/{subscription-id}/resourceGroups/rgcompute/providers/Microsoft.Compute/availabilitySets/myAvailabilitySet"
13+
}
14+
}
15+
}
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"resourceGroupName": "rgcompute",
4+
"availabilitySetName": "aaaaaaaaaaaaaaaaaaaa",
5+
"api-version": "2023-03-01",
6+
"subscriptionId": "{subscription-id}"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"name": "Standard_A1_V2",
14+
"numberOfCores": 1,
15+
"osDiskSizeInMB": 1047552,
16+
"resourceDiskSizeInMB": 10240,
17+
"memoryInMB": 2048,
18+
"maxDataDiskCount": 2
19+
},
20+
{
21+
"name": "Standard_A2_V2",
22+
"numberOfCores": 2,
23+
"osDiskSizeInMB": 1047552,
24+
"resourceDiskSizeInMB": 20480,
25+
"memoryInMB": 4096,
26+
"maxDataDiskCount": 4
27+
}
28+
]
29+
}
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)