Skip to content

Commit 7da6c59

Browse files
authored
Add ConflictWithEnvironmentCustomDomain to CustomHostnameAnalysisResult (#20816)
1 parent abcf3dc commit 7da6c59

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,11 @@
847847
"type": "boolean",
848848
"readOnly": true
849849
},
850+
"conflictWithEnvironmentCustomDomain": {
851+
"description": "<code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.",
852+
"type": "boolean",
853+
"readOnly": true
854+
},
850855
"conflictingContainerAppResourceId": {
851856
"description": "Name of the conflicting Container App on the Managed Environment if it's within the same subscription.",
852857
"type": "string",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,11 @@
994994
"type": "boolean",
995995
"readOnly": true
996996
},
997+
"conflictWithEnvironmentCustomDomain": {
998+
"description": "<code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.",
999+
"type": "boolean",
1000+
"readOnly": true
1001+
},
9971002
"conflictingContainerAppResourceId": {
9981003
"description": "Name of the conflicting Container App on the Managed Environment if it's within the same subscription.",
9991004
"type": "string",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,11 @@
840840
"type": "boolean",
841841
"readOnly": true
842842
},
843+
"conflictWithEnvironmentCustomDomain": {
844+
"description": "<code>true</code> if there is a conflict on the Container App's managed environment level custom domain; otherwise, <code>false</code>.",
845+
"type": "boolean",
846+
"readOnly": true
847+
},
843848
"conflictingContainerAppResourceId": {
844849
"description": "Name of the conflicting Container App on the Managed Environment if it's within the same subscription.",
845850
"type": "string",

0 commit comments

Comments
 (0)