Skip to content
Merged
Show file tree
Hide file tree
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 @@ -202,20 +202,21 @@
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataVersion",
"description": "The version of the installed package, null or absent means not installed."
},
"resourceId": {
"$ref": "./common/ContentCommonTypes.json#/definitions/metadataContentId",
"description": "The metadata resource id."
"metadataResourceId": {
"description": "The metadata resource id.",
"type": "string",
"format": "arm-id"
},
"packagedContent": {
"$ref": "#/definitions/packagedContent",
"description": "The json to deploy. Expandable."
"description": "The json of the ARM template to deploy. Expandable."
}
},
"type": "object"
},
"packagedContent": {
"type": "object",
"description": "the json to deploy"
"description": "The json of the ARM template to deploy"
}
},
"parameters": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"properties": {
"packagedContent": {
"type": "object",
"description": "the json to deploy"
"description": "The json of the ARM template to deploy"
}
}
}
Expand Down