Skip to content

Commit 9418429

Browse files
Feature/cplat 2021 10 03 (#16512)
* update new api version branch with base * change 2021-10-03 to 2021-10-01
1 parent 2c6bb90 commit 9418429

File tree

50 files changed

+7061
-1
lines changed

Some content is hidden

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

50 files changed

+7061
-1
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2021-10-01/gallery.json

Lines changed: 2907 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "myResourceGroup",
5+
"api-version": "2021-10-01",
6+
"galleryName": "myGalleryName",
7+
"sharingUpdate": {
8+
"operationType": "Add",
9+
"groups": [
10+
{
11+
"type": "Subscriptions",
12+
"ids": [
13+
"34a4ab42-0d72-47d9-bd1a-aed207386dac",
14+
"380fd389-260b-41aa-bad9-0a83108c370b"
15+
]
16+
},
17+
{
18+
"type": "AADTenants",
19+
"ids": [
20+
"c24c76aa-8897-4027-9b03-8f7928b54ff6"
21+
]
22+
}
23+
]
24+
}
25+
},
26+
"responses": {
27+
"200": {
28+
"body": {
29+
"operationType": "Add",
30+
"groups": [
31+
{
32+
"type": "Subscriptions",
33+
"ids": [
34+
"34a4ab42-0d72-47d9-bd1a-aed207386dac",
35+
"380fd389-260b-41aa-bad9-0a83108c370b"
36+
]
37+
},
38+
{
39+
"type": "AADTenants",
40+
"ids": [
41+
"c24c76aa-8897-4027-9b03-8f7928b54ff6"
42+
]
43+
}
44+
]
45+
}
46+
},
47+
"202": {
48+
"body": {
49+
"operationType": "Add",
50+
"groups": [
51+
{
52+
"type": "Subscriptions",
53+
"ids": [
54+
"34a4ab42-0d72-47d9-bd1a-aed207386dac",
55+
"380fd389-260b-41aa-bad9-0a83108c370b"
56+
]
57+
},
58+
{
59+
"type": "AADTenants",
60+
"ids": [
61+
"c24c76aa-8897-4027-9b03-8f7928b54ff6"
62+
]
63+
}
64+
]
65+
}
66+
}
67+
}
68+
}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "myResourceGroup",
5+
"api-version": "2021-10-01",
6+
"galleryName": "myGalleryName",
7+
"gallery": {
8+
"location": "West US",
9+
"properties": {
10+
"description": "This is the gallery description."
11+
}
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"body": {
17+
"properties": {
18+
"description": "This is the gallery description.",
19+
"identifier": {
20+
"uniqueName": "{subscription-id}-MYGALLERYNAME"
21+
},
22+
"provisioningState": "Updating"
23+
},
24+
"location": "West US",
25+
"name": "myGalleryName"
26+
}
27+
},
28+
"201": {
29+
"body": {
30+
"properties": {
31+
"description": "This is the gallery description.",
32+
"identifier": {
33+
"uniqueName": "{subscription-id}-MYGALLERYNAME"
34+
},
35+
"provisioningState": "Creating"
36+
},
37+
"location": "West US",
38+
"name": "myGalleryName"
39+
}
40+
},
41+
"202": {
42+
"body": {
43+
"properties": {
44+
"description": "This is the gallery description.",
45+
"identifier": {
46+
"uniqueName": "{subscription-id}-MYGALLERYNAME"
47+
},
48+
"provisioningState": "Updating"
49+
},
50+
"location": "West US",
51+
"name": "myGalleryName"
52+
}
53+
}
54+
}
55+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "myResourceGroup",
5+
"api-version": "2021-10-01",
6+
"galleryName": "myGalleryName",
7+
"galleryApplicationName": "myGalleryApplicationName",
8+
"galleryApplication": {
9+
"location": "West US",
10+
"properties": {
11+
"description": "This is the gallery application description.",
12+
"eula": "This is the gallery application EULA.",
13+
"privacyStatementUri": "myPrivacyStatementUri}",
14+
"releaseNoteUri": "myReleaseNoteUri",
15+
"supportedOSType": "Windows"
16+
}
17+
}
18+
},
19+
"responses": {
20+
"200": {
21+
"body": {
22+
"properties": {
23+
"description": "This is the gallery application description.",
24+
"eula": "This is the gallery application EULA.",
25+
"privacyStatementUri": "myPrivacyStatementUri}",
26+
"releaseNoteUri": "myReleaseNoteUri",
27+
"supportedOSType": "Windows"
28+
},
29+
"location": "West US",
30+
"name": "myGalleryApplicationName",
31+
"type": "Microsoft.Compute/galleries",
32+
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications/myGalleryApplicationName"
33+
}
34+
},
35+
"201": {
36+
"body": {
37+
"properties": {
38+
"description": "This is the gallery application description.",
39+
"eula": "This is the gallery application EULA.",
40+
"privacyStatementUri": "myPrivacyStatementUri}",
41+
"releaseNoteUri": "myReleaseNoteUri",
42+
"supportedOSType": "Windows"
43+
},
44+
"location": "West US",
45+
"name": "myGalleryApplicationName",
46+
"type": "Microsoft.Compute/galleries",
47+
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications/myGalleryApplicationName"
48+
}
49+
},
50+
"202": {
51+
"body": {
52+
"properties": {
53+
"description": "This is the gallery application description.",
54+
"eula": "This is the gallery application EULA.",
55+
"privacyStatementUri": "myPrivacyStatementUri}",
56+
"releaseNoteUri": "myReleaseNoteUri",
57+
"supportedOSType": "Windows"
58+
},
59+
"location": "West US",
60+
"name": "myGalleryApplicationName",
61+
"type": "Microsoft.Compute/galleries",
62+
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications/myGalleryApplicationName"
63+
}
64+
}
65+
}
66+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "{subscription-id}",
4+
"resourceGroupName": "myResourceGroup",
5+
"api-version": "2021-10-01",
6+
"galleryName": "myGalleryName",
7+
"galleryApplicationName": "myGalleryApplicationName",
8+
"galleryApplicationVersionName": "1.0.0",
9+
"galleryApplicationVersion": {
10+
"location": "West US",
11+
"properties": {
12+
"publishingProfile": {
13+
"source": {
14+
"mediaLink": "https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey}"
15+
},
16+
"manageActions": {
17+
"install": "powershell -command \"Expand-Archive -Path package.zip -DestinationPath C:\\package\"",
18+
"remove": "del C:\\package "
19+
},
20+
"targetRegions": [
21+
{
22+
"name": "West US",
23+
"regionalReplicaCount": 1,
24+
"storageAccountType": "Standard_LRS"
25+
}
26+
],
27+
"replicaCount": 1,
28+
"endOfLifeDate": "2019-07-01T07:00:00Z",
29+
"storageAccountType": "Standard_LRS"
30+
}
31+
}
32+
}
33+
},
34+
"responses": {
35+
"200": {
36+
"body": {
37+
"location": "West US",
38+
"name": "1.0.0",
39+
"type": "Microsoft.Compute/galleries/applications/versions",
40+
"id": "/subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0",
41+
"properties": {
42+
"publishingProfile": {
43+
"source": {
44+
"mediaLink": "https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey}"
45+
},
46+
"manageActions": {
47+
"install": "powershell -command \"Expand-Archive -Path package.zip -DestinationPath C:\\package\"",
48+
"remove": "del C:\\package "
49+
},
50+
"enableHealthCheck": false,
51+
"targetRegions": [
52+
{
53+
"name": "West US",
54+
"regionalReplicaCount": 1,
55+
"storageAccountType": "Standard_LRS"
56+
}
57+
],
58+
"replicaCount": 1,
59+
"excludeFromLatest": false,
60+
"publishedDate": "2019-06-21T17:13:57.5972568+00:00",
61+
"endOfLifeDate": "2019-07-01T07:00:00+00:00",
62+
"storageAccountType": "Standard_LRS"
63+
},
64+
"provisioningState": "Updating"
65+
}
66+
}
67+
},
68+
"201": {
69+
"body": {
70+
"location": "West US",
71+
"name": "1.0.0",
72+
"type": "Microsoft.Compute/galleries/applications/versions",
73+
"id": "/subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0",
74+
"properties": {
75+
"publishingProfile": {
76+
"source": {
77+
"mediaLink": "https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey}"
78+
},
79+
"manageActions": {
80+
"install": "powershell -command \"Expand-Archive -Path package.zip -DestinationPath C:\\package\"",
81+
"remove": "del C:\\package "
82+
},
83+
"enableHealthCheck": false,
84+
"targetRegions": [
85+
{
86+
"name": "West US",
87+
"regionalReplicaCount": 1,
88+
"storageAccountType": "Standard_LRS"
89+
}
90+
],
91+
"replicaCount": 1,
92+
"excludeFromLatest": false,
93+
"publishedDate": "2019-06-21T17:13:57.5972568+00:00",
94+
"endOfLifeDate": "2019-07-01T07:00:00+00:00",
95+
"storageAccountType": "Standard_LRS"
96+
},
97+
"provisioningState": "Creating"
98+
}
99+
}
100+
},
101+
"202": {
102+
"body": {
103+
"location": "West US",
104+
"name": "1.0.0",
105+
"type": "Microsoft.Compute/galleries/applications/versions",
106+
"id": "/subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0",
107+
"properties": {
108+
"publishingProfile": {
109+
"source": {
110+
"mediaLink": "https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey}"
111+
},
112+
"manageActions": {
113+
"install": "powershell -command \"Expand-Archive -Path package.zip -DestinationPath C:\\package\"",
114+
"remove": "del C:\\package "
115+
},
116+
"enableHealthCheck": false,
117+
"targetRegions": [
118+
{
119+
"name": "West US",
120+
"regionalReplicaCount": 1,
121+
"storageAccountType": "Standard_LRS"
122+
}
123+
],
124+
"replicaCount": 1,
125+
"excludeFromLatest": false,
126+
"publishedDate": "2019-06-21T17:13:57.5972568+00:00",
127+
"endOfLifeDate": "2019-07-01T07:00:00+00:00",
128+
"storageAccountType": "Standard_LRS"
129+
},
130+
"provisioningState": "Updating"
131+
}
132+
}
133+
}
134+
}
135+
}

0 commit comments

Comments
 (0)