-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Updating version to 2021-06-01 for recoveryservicesbackup #14678
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
Changes from all commits
ad97335
8f0ef99
d3700cc
eb7ef6f
7e6434d
93a7281
ee8a024
d6d2d6f
aadf4ab
2076869
68d8e5c
44ea4d7
7ad3050
7ebf060
0c81aeb
aa58e2f
1efea50
8aca71a
67f5868
7abc499
f3893d3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3157,10 +3157,28 @@ | |
| "items": { | ||
| "type": "string" | ||
| } | ||
| }, | ||
| "identityInfo": { | ||
| "$ref": "#/definitions/IdentityInfo", | ||
| "description": "Managed Identity information required to access customer storage account." | ||
| } | ||
| }, | ||
| "x-ms-discriminator-value": "IaasVMRestoreRequest" | ||
| }, | ||
| "IdentityInfo": { | ||
| "description": "Encapsulates Managed Identity related information", | ||
| "type": "object", | ||
| "properties": { | ||
| "isSystemAssignedIdentity": { | ||
| "description": "To differentiate if the managed identity is system assigned or user assigned", | ||
| "type": "boolean" | ||
| }, | ||
| "managedIdentityResourceId": { | ||
| "description": "Managed Identity Resource Id\r\nOptional: Might not be required in the case of system assigned managed identity", | ||
| "type": "string" | ||
| } | ||
| } | ||
| }, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this only change added in 2021-06-01 as well? Is there an example file show the usage of this? If not, can you please add it?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Next time please follow the ARM API Review Checklist that indicates how to make the very first commit for an efficient review (the second checkbox). Otherwise, it will be very hard to see what changed in the new api-version.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 This is super important otherwise we'll need to review all the changes and will be adding comments to unmodified changes. |
||
| "InstantItemRecoveryTarget": { | ||
| "description": "Target details for file / folder restore.", | ||
| "type": "object", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.