Skip to content

Commit 79944a3

Browse files
Adding publisher field to VMExtension model (Azure#8398)
1 parent 8234329 commit 79944a3

File tree

1 file changed

+4
-0
lines changed
  • specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview

1 file changed

+4
-0
lines changed

specification/azsadmin/resource-manager/compute/Microsoft.Compute.Admin/preview/2015-12-01-preview/VMExtensions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@
224224
"description": "Target virtual machine operating system type necessary for deploying the extension handler.",
225225
"$ref": "PlatformImages.json#/definitions/OsType"
226226
},
227+
"publisher": {
228+
"description": "The publisher of the VM Extension",
229+
"type": "string"
230+
},
227231
"computeRole": {
228232
"description": "Compute role",
229233
"type": "string"

0 commit comments

Comments
 (0)