Skip to content

Commit 2fc4245

Browse files
asmittFredericHeem
authored andcommitted
Review request for Microsoft.RecoveryServices to add version stable/2022-03-01 (Azure#18647)
* Base commit: copying 2022-02-01 stable version to 2022-03-01 stable version * updated api version in example and swagger files * updated readme.md * added monitoring settings to resource * prettier fix
1 parent d00680d commit 2fc4245

32 files changed

+4543
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18",
4+
"resourceGroupName": "resGroupFoo",
5+
"api-version": "2022-03-01",
6+
"location": "westus",
7+
"input": {
8+
"name": "swaggerExample",
9+
"type": "Microsoft.RecoveryServices/Vaults"
10+
}
11+
},
12+
"responses": {
13+
"200": {
14+
"body": {
15+
"nameAvailable": true
16+
}
17+
}
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18",
4+
"resourceGroupName": "resGroupBar",
5+
"api-version": "2022-03-01",
6+
"location": "westus",
7+
"input": {
8+
"name": "swaggerExample2",
9+
"type": "Microsoft.RecoveryServices/Vaults"
10+
}
11+
},
12+
"responses": {
13+
"200": {
14+
"body": {
15+
"nameAvailable": false,
16+
"reason": "AlreadyExists",
17+
"message": "Resource already exists with the same name."
18+
}
19+
}
20+
}
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-d41f-4550-9f70-7708a3a2283b",
4+
"resourceGroupName": "BCDRIbzRG",
5+
"vaultName": "BCDRIbzVault",
6+
"identityName": "dpmcontainer01",
7+
"api-version": "2022-03-01"
8+
},
9+
"responses": {
10+
"204": {}
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18",
4+
"resourceGroupName": "Default-RecoveryServices-ResourceGroup",
5+
"vaultName": "swaggerExample",
6+
"api-version": "2022-03-01"
7+
},
8+
"responses": {
9+
"200": {}
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18",
4+
"resourceGroupName": "Default-RecoveryServices-ResourceGroup",
5+
"vaultName": "swaggerExample",
6+
"api-version": "2022-03-01"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"location": "westus",
12+
"name": "swaggerExample",
13+
"etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
14+
"tags": {
15+
"TestUpdatedKey": "TestUpdatedValue"
16+
},
17+
"identity": {
18+
"tenantId": "d676e86e-2206-4a7c-999c-ece52c144b5b",
19+
"principalId": "3137d6c7-5d6c-411c-b934-7a2a729ee247",
20+
"type": "SystemAssigned"
21+
},
22+
"properties": {
23+
"monitoringSettings": {
24+
"azureMonitorAlertSettings": {
25+
"alertsForAllJobFailures": "Enabled"
26+
},
27+
"classicAlertSettings": {
28+
"alertsForCriticalOperations": "Disabled"
29+
}
30+
},
31+
"provisioningState": "Succeeded",
32+
"privateEndpointConnections": [
33+
{
34+
"id": "/subscriptions/6c48fa17-39c7-45f1-90ac-47a587128ace/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/Vaults/pemsi-ecy-rsv2/privateEndpointConnections/pe114-pemsi-ecy-rsv.5944358949303501042.backup.75061caa-cba4-4849-8e09-608da4914aad",
35+
"properties": {
36+
"provisioningState": "Succeeded",
37+
"privateEndpoint": {
38+
"id": "/subscriptions/6c48fa17-39c7-45f1-90ac-47a587128ace/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.Network/privateEndpoints/pe114-pemsi-ecy-rsv"
39+
},
40+
"privateLinkServiceConnectionState": {
41+
"status": "Approved",
42+
"description": "None",
43+
"actionsRequired": "None"
44+
}
45+
}
46+
}
47+
],
48+
"privateEndpointStateForBackup": "Enabled",
49+
"privateEndpointStateForSiteRecovery": "None"
50+
},
51+
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
52+
"type": "Microsoft.RecoveryServices/vaults",
53+
"sku": {
54+
"name": "Standard"
55+
}
56+
}
57+
}
58+
}
59+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18",
4+
"resourceGroupName": "Default-RecoveryServices-ResourceGroup",
5+
"vaultName": "swaggerExample",
6+
"api-version": "2022-03-01"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"name": "vaultExtendedInfo",
12+
"etag": "f0d0260b-b92d-4458-ba0a-32c6cdabacb7",
13+
"properties": {
14+
"integrityKey": "J09wzS27fnJ+Wjot7xO5wA==",
15+
"algorithm": "None"
16+
},
17+
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample/extendedInformation/vaultExtendedInfo",
18+
"type": "Microsoft.RecoveryServices/vaults/extendedInformation"
19+
}
20+
}
21+
}
22+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18",
4+
"resourceGroupName": "HelloWorld",
5+
"vaultName": "swaggerExample",
6+
"operationId": "YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==",
7+
"api-version": "2022-03-01"
8+
},
9+
"responses": {
10+
"202": {
11+
"headers": {
12+
"Retry-After": "10",
13+
"Azure-AsyncOperation": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2015-03-15",
14+
"Location": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationResults/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2015-03-15"
15+
}
16+
},
17+
"200": {
18+
"body": {
19+
"location": "westus",
20+
"name": "swaggerExample",
21+
"etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
22+
"tags": {
23+
"PatchKey": "PatchKeyUpdated"
24+
},
25+
"identity": {
26+
"type": "UserAssigned",
27+
"userAssignedIdentities": {
28+
"/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": {
29+
"clientId": "fbe75b66-01c5-4f87-a220-233af3270436",
30+
"principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9219"
31+
}
32+
}
33+
},
34+
"properties": {
35+
"provisioningState": "Succeeded"
36+
},
37+
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
38+
"type": "Microsoft.RecoveryServices/vaults",
39+
"sku": {
40+
"name": "Standard"
41+
}
42+
}
43+
}
44+
}
45+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18",
4+
"resourceGroupName": "HelloWorld",
5+
"vaultName": "swaggerExample",
6+
"operationId": "YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==",
7+
"api-version": "2022-03-01"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==",
13+
"name": "YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==",
14+
"status": "Succeeded",
15+
"startTime": "2019-11-20T09:49:44.0478496Z",
16+
"endTime": "2019-11-20T09:49:46Z"
17+
}
18+
}
19+
}
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "6c48fa17-39c7-45f1-90ac-47a587128ace",
4+
"resourceGroupName": "petesting",
5+
"vaultName": "pemsi-ecy-rsv2",
6+
"api-version": "2022-03-01",
7+
"privateLinkResourceName": "backupResource"
8+
},
9+
"responses": {
10+
"200": {
11+
"body": {
12+
"id": "/subscriptions/6c48fa17-39c7-45f1-90ac-47a587128ace/resourceGroups/petesting/providers/Microsoft.RecoveryServices/Vaults/pemsi-ecy-rsv2/privateLinkResources/backupResource",
13+
"name": "backupResource",
14+
"type": "Microsoft.RecoveryServices/Vaults/privateLinkResources",
15+
"properties": {
16+
"groupId": "AzureBackup",
17+
"requiredMembers": [
18+
"backup-fab1",
19+
"backup-rec2",
20+
"backup-prot1",
21+
"backup-ecs1",
22+
"backup-tel1",
23+
"backup-wbcm1",
24+
"backup-fc1",
25+
"backup-id1"
26+
],
27+
"requiredZoneNames": [
28+
"privatelink.ecy.backup.windowsazure.com",
29+
"privatelink.queue.core.windows.net",
30+
"privatelink.blob.core.windows.net"
31+
]
32+
}
33+
}
34+
}
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18",
4+
"api-version": "2022-03-01"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"location": "westus",
12+
"name": "patchtest",
13+
"etag": "W/\"datetime'2017-11-22T11%3A05%3A19.907Z'\"",
14+
"tags": {
15+
"Love": "India"
16+
},
17+
"properties": {
18+
"provisioningState": "Succeeded"
19+
},
20+
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/patchtest",
21+
"type": "Microsoft.RecoveryServices/vaults",
22+
"sku": {
23+
"name": "Standard"
24+
}
25+
},
26+
{
27+
"location": "westus",
28+
"name": "swaggerExample",
29+
"etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"",
30+
"tags": {
31+
"TestUpdatedKey": "TestUpdatedValue"
32+
},
33+
"properties": {
34+
"provisioningState": "Succeeded"
35+
},
36+
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample",
37+
"type": "Microsoft.RecoveryServices/vaults",
38+
"sku": {
39+
"name": "Standard"
40+
}
41+
},
42+
{
43+
"location": "westus",
44+
"name": "today1",
45+
"etag": "W/\"datetime'2017-11-21T10%3A52%3A19.633Z'\"",
46+
"tags": {
47+
"TestUpdatedKey": "TestUpdatedValue"
48+
},
49+
"properties": {
50+
"provisioningState": "Succeeded"
51+
},
52+
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/today1",
53+
"type": "Microsoft.RecoveryServices/vaults",
54+
"sku": {
55+
"name": "Standard"
56+
}
57+
}
58+
]
59+
}
60+
}
61+
}
62+
}

0 commit comments

Comments
 (0)