-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: jsonfmt recoveryservices (#6222)
Ran `jsonfmt -w "specification/recoveryservices/**/*.json"`
- Loading branch information
1 parent
7852aae
commit 8caae17
Showing
19 changed files
with
1,019 additions
and
1,018 deletions.
There are no files selected for viewing
34 changes: 17 additions & 17 deletions
34
...icrosoft.RecoveryServices/stable/2016-06-01/examples/CheckNameAvailability_Available.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"parameters":{ | ||
"subscriptionId":"77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName":"resGroupFoo", | ||
"api-version": "2016-06-01", | ||
"location":"westus", | ||
"input":{ | ||
"name":"swaggerExample", | ||
"type": "Microsoft.RecoveryServices/Vaults" | ||
} | ||
}, | ||
"responses":{ | ||
"200":{ | ||
"body":{ | ||
"nameAvailable": true | ||
} | ||
} | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "resGroupFoo", | ||
"api-version": "2016-06-01", | ||
"location": "westus", | ||
"input": { | ||
"name": "swaggerExample", | ||
"type": "Microsoft.RecoveryServices/Vaults" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nameAvailable": true | ||
} | ||
} | ||
} | ||
} |
38 changes: 19 additions & 19 deletions
38
...osoft.RecoveryServices/stable/2016-06-01/examples/CheckNameAvailability_NotAvailable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"parameters":{ | ||
"subscriptionId":"77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName":"resGroupBar", | ||
"api-version": "2016-06-01", | ||
"location":"westus", | ||
"input":{ | ||
"name":"swaggerExample2", | ||
"type": "Microsoft.RecoveryServices/Vaults" | ||
} | ||
}, | ||
"responses":{ | ||
"200":{ | ||
"body":{ | ||
"nameAvailable": false, | ||
"reason": "AlreadyExists", | ||
"message": "Resource already exists with the same name." | ||
} | ||
} | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "resGroupBar", | ||
"api-version": "2016-06-01", | ||
"location": "westus", | ||
"input": { | ||
"name": "swaggerExample2", | ||
"type": "Microsoft.RecoveryServices/Vaults" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nameAvailable": false, | ||
"reason": "AlreadyExists", | ||
"message": "Resource already exists with the same name." | ||
} | ||
} | ||
} | ||
} |
24 changes: 12 additions & 12 deletions
24
...ger/Microsoft.RecoveryServices/stable/2016-06-01/examples/DeleteRegisteredIdentities.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"parameters":{ | ||
"subscriptionId": "77777777-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "BCDRIbzRG", | ||
"vaultName": "BCDRIbzVault", | ||
"identityName": "dpmcontainer01", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses":{ | ||
"204":{ | ||
"body": "" | ||
} | ||
"parameters": { | ||
"subscriptionId": "77777777-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "BCDRIbzRG", | ||
"vaultName": "BCDRIbzVault", | ||
"identityName": "dpmcontainer01", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses": { | ||
"204": { | ||
"body": "" | ||
} | ||
} | ||
} | ||
} |
22 changes: 11 additions & 11 deletions
22
...s/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/examples/DeleteVault.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"parameters":{ | ||
"subscriptionId":"77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName":"Default-RecoveryServices-ResourceGroup", | ||
"vaultName":"swaggerExample", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses":{ | ||
"200":{ | ||
"body": "" | ||
} | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "Default-RecoveryServices-ResourceGroup", | ||
"vaultName": "swaggerExample", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": "" | ||
} | ||
} | ||
} | ||
} |
50 changes: 25 additions & 25 deletions
50
...ices/resource-manager/Microsoft.RecoveryServices/stable/2016-06-01/examples/GETVault.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"parameters":{ | ||
"subscriptionId":"77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName":"Default-RecoveryServices-ResourceGroup", | ||
"vaultName":"swaggerExample", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses":{ | ||
"200":{ | ||
"body":{ | ||
"location": "westus", | ||
"name": "swaggerExample", | ||
"eTag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"", | ||
"tags": { | ||
"TestUpdatedKey": "TestUpdatedValue" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
} | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "Default-RecoveryServices-ResourceGroup", | ||
"vaultName": "swaggerExample", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"location": "westus", | ||
"name": "swaggerExample", | ||
"eTag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"", | ||
"tags": { | ||
"TestUpdatedKey": "TestUpdatedValue" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
40 changes: 20 additions & 20 deletions
40
...e-manager/Microsoft.RecoveryServices/stable/2016-06-01/examples/GETVaultExtendedInfo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"parameters":{ | ||
"subscriptionId":"77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName":"Default-RecoveryServices-ResourceGroup", | ||
"vaultName":"swaggerExample", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses":{ | ||
"200":{ | ||
"body":{ | ||
"name": "vaultExtendedInfo", | ||
"eTag": "f0d0260b-b92d-4458-ba0a-32c6cdabacb7", | ||
"properties": { | ||
"integrityKey": "J09wzS27fnJ+Wjot7xO5wA==", | ||
"algorithm": "None" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample/extendedInformation/vaultExtendedInfo", | ||
"type": "Microsoft.RecoveryServices/vaults/extendedInformation" | ||
} | ||
} | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "Default-RecoveryServices-ResourceGroup", | ||
"vaultName": "swaggerExample", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"name": "vaultExtendedInfo", | ||
"eTag": "f0d0260b-b92d-4458-ba0a-32c6cdabacb7", | ||
"properties": { | ||
"integrityKey": "J09wzS27fnJ+Wjot7xO5wA==", | ||
"algorithm": "None" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample/extendedInformation/vaultExtendedInfo", | ||
"type": "Microsoft.RecoveryServices/vaults/extendedInformation" | ||
} | ||
} | ||
} | ||
} | ||
} |
118 changes: 59 additions & 59 deletions
118
...-manager/Microsoft.RecoveryServices/stable/2016-06-01/examples/ListBySubscriptionIds.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"parameters":{ | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses":{ | ||
"200":{ | ||
"body": { | ||
"value": [ | ||
{ | ||
"location": "westus", | ||
"name": "patchtest", | ||
"eTag": "W/\"datetime'2017-11-22T11%3A05%3A19.907Z'\"", | ||
"tags": { | ||
"Love": "India" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/patchtest", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
}, | ||
{ | ||
"location": "westus", | ||
"name": "swaggerExample", | ||
"eTag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"", | ||
"tags": { | ||
"TestUpdatedKey": "TestUpdatedValue" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
}, | ||
{ | ||
"location": "westus", | ||
"name": "today1", | ||
"eTag": "W/\"datetime'2017-11-21T10%3A52%3A19.633Z'\"", | ||
"tags": { | ||
"TestUpdatedKey": "TestUpdatedValue" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/today1", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
} | ||
] | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"api-version": "2016-06-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"location": "westus", | ||
"name": "patchtest", | ||
"eTag": "W/\"datetime'2017-11-22T11%3A05%3A19.907Z'\"", | ||
"tags": { | ||
"Love": "India" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/patchtest", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
} | ||
}, | ||
{ | ||
"location": "westus", | ||
"name": "swaggerExample", | ||
"eTag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"", | ||
"tags": { | ||
"TestUpdatedKey": "TestUpdatedValue" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
}, | ||
{ | ||
"location": "westus", | ||
"name": "today1", | ||
"eTag": "W/\"datetime'2017-11-21T10%3A52%3A19.633Z'\"", | ||
"tags": { | ||
"TestUpdatedKey": "TestUpdatedValue" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/today1", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.