Skip to content

Commit 561093b

Browse files
author
msftbot[bot]
authored
[ReleasePR app] Fix S360 swagger error, certificateId not required (#2780)
Create to sync Azure/azure-rest-api-specs#22339 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/app?expand=1)
2 parents cf0d279 + c8a6d9e commit 561093b

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

schemas/2022-01-01-preview/Microsoft.App.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,15 +1447,14 @@
14471447
},
14481448
"certificateId": {
14491449
"type": "string",
1450-
"description": "Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment."
1450+
"description": "Resource Id of the Certificate to be bound to this hostname."
14511451
},
14521452
"name": {
14531453
"type": "string",
14541454
"description": "Hostname."
14551455
}
14561456
},
14571457
"required": [
1458-
"certificateId",
14591458
"name"
14601459
],
14611460
"description": "Custom Domain of a Container App"

schemas/2022-03-01/Microsoft.App.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,15 +1447,14 @@
14471447
},
14481448
"certificateId": {
14491449
"type": "string",
1450-
"description": "Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment."
1450+
"description": "Resource Id of the Certificate to be bound to this hostname."
14511451
},
14521452
"name": {
14531453
"type": "string",
14541454
"description": "Hostname."
14551455
}
14561456
},
14571457
"required": [
1458-
"certificateId",
14591458
"name"
14601459
],
14611460
"description": "Custom Domain of a Container App"

schemas/2022-06-01-preview/Microsoft.App.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,15 +1890,14 @@
18901890
},
18911891
"certificateId": {
18921892
"type": "string",
1893-
"description": "Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment."
1893+
"description": "Resource Id of the Certificate to be bound to this hostname."
18941894
},
18951895
"name": {
18961896
"type": "string",
18971897
"description": "Hostname."
18981898
}
18991899
},
19001900
"required": [
1901-
"certificateId",
19021901
"name"
19031902
],
19041903
"description": "Custom Domain of a Container App"

schemas/2022-10-01/Microsoft.App.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,15 +1981,14 @@
19811981
},
19821982
"certificateId": {
19831983
"type": "string",
1984-
"description": "Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment."
1984+
"description": "Resource Id of the Certificate to be bound to this hostname."
19851985
},
19861986
"name": {
19871987
"type": "string",
19881988
"description": "Hostname."
19891989
}
19901990
},
19911991
"required": [
1992-
"certificateId",
19931992
"name"
19941993
],
19951994
"description": "Custom Domain of a Container App"

0 commit comments

Comments
 (0)