Skip to content

Commit 1a925d1

Browse files
grizzlytheodoreTheodore ChangpayalguptapgnreactNaveena Patil
authored
CRP 2023 07 01 version (#25066)
* add new folder * update readme * update version reference in swagger files * psuh * revert last commit * Add missing parameter(timeCreated) in VMSS VM (#23848) * Updating examples for GetImages API to add details about paging.. (#24030) * Updating examples for GetImages API to include the paging support. * Addressing PR comments. Added the a template for next link --------- Co-authored-by: Naveena Patil <[email protected]> * Add optional parameter domain name label scope to VM and VMSS PIP dnsSettings (#24329) * add optinal parameter domain name label to vm and vmss pip dnssettings * fix syntax * fix syntax * fix syntax * changes made by prettier * Update Image_ListBySubscription.json prettier * update diskRP reference to latest. Merge conflict. * credscan remediation * Adding support for Sirius on VMSS (#25117) * adding auxmode and auxsku * adding example --------- Co-authored-by: Prachi Pravin Bhavsar <[email protected]> * missed ticks from conflict merge --------- Co-authored-by: Theodore Chang <[email protected]> Co-authored-by: payalguptapg <[email protected]> Co-authored-by: nreact <[email protected]> Co-authored-by: Naveena Patil <[email protected]> Co-authored-by: tinama0302 <[email protected]> Co-authored-by: pracsb <[email protected]> Co-authored-by: Prachi Pravin Bhavsar <[email protected]>
1 parent d3edca9 commit 1a925d1

File tree

390 files changed

+53438
-3
lines changed

Some content is hidden

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

390 files changed

+53438
-3
lines changed

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2023-07-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-07-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-07-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-07-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-07-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-07-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-07-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-07-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-07-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-07-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)