Skip to content
Closed
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions schemas/2022-01-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1447,15 +1447,14 @@
},
"certificateId": {
"type": "string",
"description": "Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment."
"description": "Resource Id of the Certificate to be bound to this hostname."
},
"name": {
"type": "string",
"description": "Hostname."
}
},
"required": [
"certificateId",
"name"
],
"description": "Custom Domain of a Container App"
Expand Down
3 changes: 1 addition & 2 deletions schemas/2022-03-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1447,15 +1447,14 @@
},
"certificateId": {
"type": "string",
"description": "Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment."
"description": "Resource Id of the Certificate to be bound to this hostname."
},
"name": {
"type": "string",
"description": "Hostname."
}
},
"required": [
"certificateId",
"name"
],
"description": "Custom Domain of a Container App"
Expand Down
3 changes: 1 addition & 2 deletions schemas/2022-06-01-preview/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1890,15 +1890,14 @@
},
"certificateId": {
"type": "string",
"description": "Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment."
"description": "Resource Id of the Certificate to be bound to this hostname."
},
"name": {
"type": "string",
"description": "Hostname."
}
},
"required": [
"certificateId",
"name"
],
"description": "Custom Domain of a Container App"
Expand Down
3 changes: 1 addition & 2 deletions schemas/2022-10-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -1981,15 +1981,14 @@
},
"certificateId": {
"type": "string",
"description": "Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment."
"description": "Resource Id of the Certificate to be bound to this hostname."
},
"name": {
"type": "string",
"description": "Hostname."
}
},
"required": [
"certificateId",
"name"
],
"description": "Custom Domain of a Container App"
Expand Down