Skip to content
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

Fixing a minor bug in Recovery Services (Backup) #5133

Merged
merged 1 commit into from
Feb 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2179,6 +2179,10 @@
"modelAsString": true
}
},
"vaultId": {
"description": "Specifies the arm resource id of the vault",
"type": "string"
},
"fabricName": {
"description": "Specifies the fabric name - Azure or AD",
"enum": [
Expand Down Expand Up @@ -3438,6 +3442,10 @@
"description": "ARM Virtual Machine Id",
"type": "string"
},
"vaultId": {
"description": "Specifies the arm resource id of the vault",
"type": "string"
},
"properties": {
"description": "Configuration of VM if any needs to be validated like OS type etc",
"type": "string"
Expand Down