Skip to content

Commit 2f01a7c

Browse files
najianNan Jiang
andauthored
Fix S360 certificateId not required. (#22426)
* Fix S360 certificateId not required * Fix example --------- Co-authored-by: Nan Jiang <[email protected]>
1 parent 27489e4 commit 2f01a7c

File tree

7 files changed

+7
-12
lines changed

7 files changed

+7
-12
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,7 @@
737737
"description": "Custom Domain of a Container App",
738738
"type": "object",
739739
"required": [
740-
"name",
741-
"certificateId"
740+
"name"
742741
],
743742
"properties": {
744743
"name": {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,8 +849,7 @@
849849
"description": "Custom Domain of a Container App",
850850
"type": "object",
851851
"required": [
852-
"name",
853-
"certificateId"
852+
"name"
854853
],
855854
"properties": {
856855
"name": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "651f8027-33e8-4ec4-97b4-f6e9f3dc8744",
44
"resourceGroupName": "rg",
55
"containerAppName": "testcontainerApp0",
6-
"api-version": "2022-05-01"
6+
"api-version": "2022-06-01-preview"
77
},
88
"responses": {
99
"200": {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,7 @@
912912
"description": "Custom Domain of a Container App",
913913
"type": "object",
914914
"required": [
915-
"name",
916-
"certificateId"
915+
"name"
917916
],
918917
"properties": {
919918
"name": {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,7 @@
730730
"description": "Custom Domain of a Container App",
731731
"type": "object",
732732
"required": [
733-
"name",
734-
"certificateId"
733+
"name"
735734
],
736735
"properties": {
737736
"name": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"resourceGroupName": "rg",
55
"containerAppName": "testcontainerApp0",
66
"customHostname": "my.name.corp",
7-
"api-version": "2022-03-03"
7+
"api-version": "2022-03-01"
88
},
99
"responses": {
1010
"200": {

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,7 @@
876876
"description": "Custom Domain of a Container App",
877877
"type": "object",
878878
"required": [
879-
"name",
880-
"certificateId"
879+
"name"
881880
],
882881
"properties": {
883882
"name": {

0 commit comments

Comments
 (0)