Skip to content

Commit

Permalink
Undoing unintended removal of a field (Azure#5133)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaTulasi-xx authored and AnuTalluri committed Feb 6, 2019
1 parent 39e6547 commit a5f185f
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit a5f185f

Please sign in to comment.