Skip to content

Commit 16b967e

Browse files
authored
Update properties to align with service side (#18080)
* update * update
1 parent c92b601 commit 16b967e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ContainerApps.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,10 @@
732732
"CustomDomain": {
733733
"description": "Custom Domain of a Container App",
734734
"type": "object",
735+
"required": [
736+
"name",
737+
"certificateId"
738+
],
735739
"properties": {
736740
"name": {
737741
"description": "Hostname.",

specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview/ManagedEnvironments.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,8 @@
799799
"Succeeded",
800800
"Failed",
801801
"Canceled",
802-
"DeleteFailed"
802+
"DeleteFailed",
803+
"Pending"
803804
],
804805
"type": "string",
805806
"readOnly": true,

0 commit comments

Comments
 (0)