Skip to content

Commit

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

* update
  • Loading branch information
Juliehzl authored Mar 7, 2022
1 parent c92b601 commit 16b967e
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 16b967e

Please sign in to comment.