Skip to content
Merged
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 @@ -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