Skip to content

Commit

Permalink
Introduce enterpriseGradeCdnStatus to StaticSites.json (Azure#16080)
Browse files Browse the repository at this point in the history
* Update StaticSites.json

* Update StaticSites.json
  • Loading branch information
mkarmark authored and Shubham Dhond committed Sep 30, 2021
1 parent d7943c9 commit 5619b1d
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2891,8 +2891,21 @@
},
"provider": {
"description": "The provider that submitted the last deployment to the primary environment of the static site.",
"type": "string"
},
"enterpriseGradeCdnStatus": {
"description": "State indicating the status of the enterprise grade CDN serving traffic to the static web app.",
"enum": [
"Enabled",
"Enabling",
"Disabled",
"Disabling"
],
"type": "string",
"readOnly": true
"x-ms-enum": {
"name": "EnterpriseGradeCdnStatus",
"modelAsString": true
}
}
}
},
Expand Down

0 comments on commit 5619b1d

Please sign in to comment.