Skip to content

Commit

Permalink
Adding publisher field to VMExtension model (Azure#8398)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-murphy-0 authored Feb 14, 2020
1 parent 8234329 commit 79944a3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@
"description": "Target virtual machine operating system type necessary for deploying the extension handler.",
"$ref": "PlatformImages.json#/definitions/OsType"
},
"publisher": {
"description": "The publisher of the VM Extension",
"type": "string"
},
"computeRole": {
"description": "Compute role",
"type": "string"
Expand Down

0 comments on commit 79944a3

Please sign in to comment.