Skip to content

Commit bf420af

Browse files
Compute CloudService 2024-11-04 version (#31910)
* create new version folder * update version references * update readme * Adding new property isBootstrapCertificate to CSES (#31851) * adding isBootstrapCertificate property * addressing PR comments * running prettier --------- Co-authored-by: avilgoelms <163285360+avilgoelms@users.noreply.github.com>
1 parent 07871a5 commit bf420af

36 files changed

+4710
-1
lines changed

specification/compute/resource-manager/Microsoft.Compute/CloudserviceRP/stable/2024-11-04/cloudService.json

+2,695
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"location": "westus2",
5+
"api-version": "2024-11-04"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"name": "3",
13+
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/3",
14+
"type": "Microsoft.Compute/locations/cloudServiceOsFamilies",
15+
"location": "westus2",
16+
"properties": {
17+
"name": "3",
18+
"label": "Windows Server 2012",
19+
"versions": [
20+
{
21+
"version": "WA-GUEST-OS-3.90_202010-02",
22+
"label": "Windows Azure Guest OS 3.90 (Release 202010-02)",
23+
"isDefault": true,
24+
"isActive": true
25+
}
26+
]
27+
}
28+
},
29+
{
30+
"name": "4",
31+
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/4",
32+
"type": "Microsoft.Compute/locations/cloudServiceOsFamilies",
33+
"location": "westus2",
34+
"properties": {
35+
"name": "4",
36+
"label": "Windows Server 2012 R2",
37+
"versions": [
38+
{
39+
"version": "WA-GUEST-OS-4.83_202010-02",
40+
"label": "Windows Azure Guest OS 4.83 (Release 202010-02)",
41+
"isDefault": true,
42+
"isActive": true
43+
}
44+
]
45+
}
46+
}
47+
]
48+
}
49+
}
50+
}
51+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"location": "westus2",
5+
"osFamilyName": "3",
6+
"api-version": "2024-11-04"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"name": "3",
12+
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/3",
13+
"type": "Microsoft.Compute/locations/cloudServiceOsFamilies",
14+
"location": "westus2",
15+
"properties": {
16+
"name": "3",
17+
"label": "Windows Server 2012",
18+
"versions": [
19+
{
20+
"version": "WA-GUEST-OS-3.90_202010-02",
21+
"label": "Windows Azure Guest OS 3.90 (Release 202010-02)",
22+
"isDefault": true,
23+
"isActive": true
24+
}
25+
]
26+
}
27+
}
28+
}
29+
}
30+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"location": "westus2",
5+
"osVersionName": "WA-GUEST-OS-3.90_202010-02",
6+
"api-version": "2024-11-04"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"name": "WA-GUEST-OS-3.90_202010-02",
12+
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-3.90_202010-02",
13+
"type": "Microsoft.Compute/locations/cloudServiceOsVersions",
14+
"location": "westus2",
15+
"properties": {
16+
"version": "WA-GUEST-OS-3.90_202010-02",
17+
"label": "Windows Azure Guest OS 3.90 (Release 202010-02)",
18+
"isDefault": true,
19+
"isActive": true,
20+
"family": "3",
21+
"familyLabel": "Windows Server 2012"
22+
}
23+
}
24+
}
25+
}
26+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"location": "westus2",
5+
"api-version": "2024-11-04"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"name": "WA-GUEST-OS-3.90_202010-02",
13+
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-3.90_202010-02",
14+
"type": "Microsoft.Compute/locations/cloudServiceOsVersions",
15+
"location": "westus2",
16+
"properties": {
17+
"version": "WA-GUEST-OS-3.90_202010-02",
18+
"label": "Windows Azure Guest OS 3.90 (Release 202010-02)",
19+
"isDefault": true,
20+
"isActive": true,
21+
"family": "3",
22+
"familyLabel": "Windows Server 2012"
23+
}
24+
},
25+
{
26+
"name": "WA-GUEST-OS-4.83_202010-02",
27+
"id": "/subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-4.83_202010-02",
28+
"type": "Microsoft.Compute/locations/cloudServiceOsVersions",
29+
"location": "westus2",
30+
"properties": {
31+
"version": "WA-GUEST-OS-4.83_202010-02",
32+
"label": "Windows Azure Guest OS 4.83 (Release 202010-02)",
33+
"isDefault": true,
34+
"isActive": true,
35+
"family": "4",
36+
"familyLabel": "Windows Server 2012 R2"
37+
}
38+
}
39+
]
40+
}
41+
}
42+
}
43+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"roleInstanceName": "{roleInstance-name}",
7+
"api-version": "2024-11-04"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"location": "https://foo.com/operationstatus"
14+
}
15+
},
16+
"204": {}
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"api-version": "2024-11-04",
7+
"parameters": {
8+
"roleInstances": [
9+
"ContosoFrontend_IN_0",
10+
"ContosoBackend_IN_1"
11+
]
12+
}
13+
},
14+
"responses": {
15+
"200": {},
16+
"202": {
17+
"headers": {
18+
"location": "https://foo.com/operationstatus"
19+
}
20+
}
21+
}
22+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"roleInstanceName": "{roleInstance-name}",
7+
"api-version": "2024-11-04"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"name": "{roleInstance-name}",
13+
"id": "/subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/{roleInstance-name}",
14+
"type": "Microsoft.Compute/cloudServices/roleInstances",
15+
"location": "eastus2euap",
16+
"sku": {
17+
"name": "Standard_D1_v2",
18+
"tier": "Standard"
19+
},
20+
"properties": {
21+
"networkProfile": {
22+
"networkInterfaces": [
23+
{
24+
"id": "/subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/{roleInstance-name}/networkInterfaces/nic1"
25+
}
26+
]
27+
}
28+
}
29+
}
30+
}
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"roleInstanceName": "{roleInstance-name}",
7+
"api-version": "2024-11-04"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"platformUpdateDomain": 0,
13+
"platformFaultDomain": 0,
14+
"privateId": "3491bc0c-1f6c-444f-b1d0-ec0751a74e3e",
15+
"statuses": [
16+
{
17+
"code": "RoleState/RoleStateStarted",
18+
"level": "Info",
19+
"displayStatus": "RoleStateStarted",
20+
"message": ""
21+
}
22+
]
23+
}
24+
}
25+
}
26+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"roleInstanceName": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
4+
"resourceGroupName": "rgcloudService",
5+
"cloudServiceName": "aaaa",
6+
"subscriptionId": "{subscription-id}",
7+
"api-version": "2024-11-04"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {}
12+
}
13+
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"roleInstanceName": "{roleInstance-name}",
7+
"api-version": "2024-11-04"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"location": "https://foo.com/operationstatus"
14+
}
15+
}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"api-version": "2024-11-04",
7+
"parameters": {
8+
"roleInstances": [
9+
"ContosoFrontend_IN_0",
10+
"ContosoBackend_IN_1"
11+
]
12+
}
13+
},
14+
"responses": {
15+
"200": {},
16+
"202": {
17+
"headers": {
18+
"location": "https://foo.com/operationstatus"
19+
}
20+
}
21+
}
22+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"roleInstanceName": "{roleInstance-name}",
7+
"api-version": "2024-11-04"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"location": "https://foo.com/operationstatus"
14+
}
15+
}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"api-version": "2024-11-04",
7+
"parameters": {
8+
"roleInstances": [
9+
"ContosoFrontend_IN_0",
10+
"ContosoBackend_IN_1"
11+
]
12+
}
13+
},
14+
"responses": {
15+
"200": {},
16+
"202": {
17+
"headers": {
18+
"location": "https://foo.com/operationstatus"
19+
}
20+
}
21+
}
22+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"roleInstanceName": "{roleInstance-name}",
7+
"api-version": "2024-11-04"
8+
},
9+
"responses": {
10+
"200": {},
11+
"202": {
12+
"headers": {
13+
"location": "https://foo.com/operationstatus"
14+
}
15+
}
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "ConstosoRG",
5+
"cloudServiceName": "{cs-name}",
6+
"api-version": "2024-11-04",
7+
"parameters": {
8+
"roleInstances": [
9+
"ContosoFrontend_IN_0",
10+
"ContosoBackend_IN_1"
11+
]
12+
}
13+
},
14+
"responses": {
15+
"200": {},
16+
"202": {
17+
"headers": {
18+
"location": "https://foo.com/operationstatus"
19+
}
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)