-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding recoveryservices swagger for api-version 2021-01-01 #13110
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...icrosoft.RecoveryServices/stable/2021-01-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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "resGroupFoo", | ||
"api-version": "2021-01-01", | ||
"location": "westus", | ||
"input": { | ||
"name": "swaggerExample", | ||
"type": "Microsoft.RecoveryServices/Vaults" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nameAvailable": true | ||
} | ||
} | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...osoft.RecoveryServices/stable/2021-01-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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "resGroupBar", | ||
"api-version": "2021-01-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." | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ger/Microsoft.RecoveryServices/stable/2021-01-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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-d41f-4550-9f70-7708a3a2283b", | ||
"resourceGroupName": "BCDRIbzRG", | ||
"vaultName": "BCDRIbzVault", | ||
"identityName": "dpmcontainer01", | ||
"api-version": "2021-01-01" | ||
}, | ||
"responses": { | ||
"204": {} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...s/resource-manager/Microsoft.RecoveryServices/stable/2021-01-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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "Default-RecoveryServices-ResourceGroup", | ||
"vaultName": "swaggerExample", | ||
"api-version": "2021-01-01" | ||
}, | ||
"responses": { | ||
"200": {} | ||
} | ||
} |
51 changes: 51 additions & 0 deletions
51
...ices/resource-manager/Microsoft.RecoveryServices/stable/2021-01-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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "Default-RecoveryServices-ResourceGroup", | ||
"vaultName": "swaggerExample", | ||
"api-version": "2021-01-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"location": "westus", | ||
"name": "swaggerExample", | ||
"etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"", | ||
"tags": { | ||
"TestUpdatedKey": "TestUpdatedValue" | ||
}, | ||
"identity": { | ||
"tenantId": "d676e86e-2206-4a7c-999c-ece52c144b5b", | ||
"principalId": "3137d6c7-5d6c-411c-b934-7a2a729ee247", | ||
"type": "SystemAssigned" | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"privateEndpointConnections": [ | ||
{ | ||
"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", | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"privateEndpoint": { | ||
"id": "/subscriptions/6c48fa17-39c7-45f1-90ac-47a587128ace/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.Network/privateEndpoints/pe114-pemsi-ecy-rsv" | ||
}, | ||
"privateLinkServiceConnectionState": { | ||
"status": "Approved", | ||
"description": "None", | ||
"actionsRequired": "None" | ||
} | ||
} | ||
} | ||
], | ||
"privateEndpointStateForBackup": "Enabled", | ||
"privateEndpointStateForSiteRecovery": "None" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/Default-RecoveryServices-ResourceGroup/providers/Microsoft.RecoveryServices/vaults/swaggerExample", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
} | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...e-manager/Microsoft.RecoveryServices/stable/2021-01-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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "Default-RecoveryServices-ResourceGroup", | ||
"vaultName": "swaggerExample", | ||
"api-version": "2021-01-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" | ||
} | ||
} | ||
} | ||
} |
45 changes: 45 additions & 0 deletions
45
...rce-manager/Microsoft.RecoveryServices/stable/2021-01-01/examples/GetOperationResult.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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "HelloWorld", | ||
"vaultName": "swaggerExample", | ||
"operationId": "YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==", | ||
"api-version": "2021-01-01" | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"Retry-After": "10", | ||
"Azure-AsyncOperation": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2015-03-15", | ||
"Location": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationResults/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2015-03-15" | ||
} | ||
}, | ||
"200": { | ||
"body": { | ||
"location": "westus", | ||
"name": "swaggerExample", | ||
"etag": "W/\"datetime'2017-12-15T12%3A36%3A51.68Z'\"", | ||
"tags": { | ||
"PatchKey": "PatchKeyUpdated" | ||
}, | ||
"identity": { | ||
"type": "UserAssigned", | ||
"userAssignedIdentities": { | ||
"/subscriptions/85bf5e8c-3084-4f42-add2-746ebb7e97b2/resourcegroups/defaultrg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/examplemsi": { | ||
"clientId": "fbe75b66-01c5-4f87-a220-233af3270436", | ||
"principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9219" | ||
} | ||
} | ||
}, | ||
"properties": { | ||
"provisioningState": "Succeeded" | ||
}, | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample", | ||
"type": "Microsoft.RecoveryServices/vaults", | ||
"sku": { | ||
"name": "Standard" | ||
} | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...rce-manager/Microsoft.RecoveryServices/stable/2021-01-01/examples/GetOperationStatus.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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"resourceGroupName": "HelloWorld", | ||
"vaultName": "swaggerExample", | ||
"operationId": "YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==", | ||
"api-version": "2021-01-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.RecoveryServices/vaults/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==", | ||
"name": "YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==", | ||
"status": "Succeeded", | ||
"startTime": "2019-11-20T09:49:44.0478496Z", | ||
"endTime": "2019-11-20T09:49:46Z" | ||
} | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...anager/Microsoft.RecoveryServices/stable/2021-01-01/examples/GetPrivateLinkResources.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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "6c48fa17-39c7-45f1-90ac-47a587128ace", | ||
"resourceGroupName": "petesting", | ||
"vaultName": "pemsi-ecy-rsv2", | ||
"api-version": "2021-01-01", | ||
"privateLinkResourceName": "backupResource" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/6c48fa17-39c7-45f1-90ac-47a587128ace/resourceGroups/petesting/providers/Microsoft.RecoveryServices/Vaults/pemsi-ecy-rsv2/privateLinkResources/backupResource", | ||
"name": "backupResource", | ||
"type": "Microsoft.RecoveryServices/Vaults/privateLinkResources", | ||
"properties": { | ||
"groupId": "AzureBackup", | ||
"requiredMembers": [ | ||
"backup-fab1", | ||
"backup-rec2", | ||
"backup-prot1", | ||
"backup-ecs1", | ||
"backup-tel1", | ||
"backup-wbcm1", | ||
"backup-fc1", | ||
"backup-id1" | ||
], | ||
"requiredZoneNames": [ | ||
"privatelink.ecy.backup.windowsazure.com", | ||
"privatelink.queue.core.windows.net", | ||
"privatelink.blob.core.windows.net" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
62 changes: 62 additions & 0 deletions
62
...-manager/Microsoft.RecoveryServices/stable/2021-01-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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "77777777-b0c6-47a2-b37c-d8e65a629c18", | ||
"api-version": "2021-01-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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While adding new version the recommendation is to copy the existing version into new directory structure for first commit and then push new changes for easy review. Please create new branch with this recommendation for faster review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RamyasreeChakka , apart from adding the files for new API-version, I've only modified readme.md files to include newer API version and change the default version in the readme files to the latest version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My apologies @RamyasreeChakka for selecting the tickbox - 'update existing version to fix swagger quality issue in s360'
I dont need to select this checkbox and I've unselected it.
Can you please review this PR?