Skip to content

Instantly share code, notes, and snippets.

@jianghaolu
Created December 7, 2017 20:28
Show Gist options
  • Save jianghaolu/e6aac9da47c5aab2695c94ce373dd7ad to your computer and use it in GitHub Desktop.
Save jianghaolu/e6aac9da47c5aab2695c94ce373dd7ad to your computer and use it in GitHub Desktop.
Fix Web App MS Deploy Spec
diff --git a/specification/web/resource-manager/Microsoft.Web/2016-08-01/WebApps.json b/specification/web/resource-manager/Microsoft.Web/2016-08-01/WebApps.json
index 80858fa..3f25ad7 100644
--- a/specification/web/resource-manager/Microsoft.Web/2016-08-01/WebApps.json
+++ b/specification/web/resource-manager/Microsoft.Web/2016-08-01/WebApps.json
@@ -15936,8 +15936,12 @@
],
"properties": {
"properties": {
- "$ref": "#/definitions/MSDeployCore",
- "description": "Core resource properties",
+ "description": "MS Deploy resource properties",
+ "allOf": [
+ {
+ "$ref": "#/definitions/MSDeployCore"
+ }
+ ],
"properties": {
"addOnPackages": {
"description": "List of Add-On packages. Add-On packages implicitly enable the Do Not Delete MSDeploy rule.",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment