Skip to content

Commit

Permalink
Update properties to align with service side (Azure#18080)
Browse files Browse the repository at this point in the history
* update

* update
  • Loading branch information
Juliehzl authored and FredericHeem committed Mar 7, 2022
1 parent 6932610 commit 266a4fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,10 @@
"CustomDomain": {
"description": "Custom Domain of a Container App",
"type": "object",
"required": [
"name",
"certificateId"
],
"properties": {
"name": {
"description": "Hostname.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,8 @@
"Succeeded",
"Failed",
"Canceled",
"DeleteFailed"
"DeleteFailed",
"Pending"
],
"type": "string",
"readOnly": true,
Expand Down

0 comments on commit 266a4fd

Please sign in to comment.