Skip to content

Commit 2bf3d5f

Browse files
SDKAutoAzureRestAPISpecReviewmsyyc
committed
CodeGen from PR 22595 in Azure/azure-rest-api-specs
[Hub Generated] Publish private branch 'appplatform/release/api2023-01' (#22595) * [AutoSync] 9c5e13709 Merged PR 7584778: chore(Geneva MDM): [Pipeline] Update Geneva MDM image to 20230203.1 * [AutoSync] 922236f8d Merged PR 7605904: reference secret array in app.properties * Update readme.python.md --------- Co-authored-by: swagger-automation <swagger@microsoft.com> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent 84e606e commit 2bf3d5f

File tree

3 files changed

+5873
-11
lines changed

3 files changed

+5873
-11
lines changed

schemas/2022-12-01/Microsoft.AppPlatform.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@
1818
"description": "The GEO location of the resource."
1919
},
2020
"name": {
21-
"type": "string",
21+
"oneOf": [
22+
{
23+
"type": "string",
24+
"pattern": "^[a-z][a-z0-9-]*[a-z0-9]$"
25+
},
26+
{
27+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
28+
}
29+
],
2230
"description": "The name of the Service resource."
2331
},
2432
"properties": {
@@ -1251,10 +1259,6 @@
12511259
"type": "object",
12521260
"additionalProperties": {
12531261
"type": "object",
1254-
"additionalProperties": {
1255-
"type": "object",
1256-
"properties": {}
1257-
},
12581262
"properties": {}
12591263
},
12601264
"properties": {}
@@ -1421,8 +1425,7 @@
14211425
{
14221426
"type": "object",
14231427
"additionalProperties": {
1424-
"type": "object",
1425-
"properties": {}
1428+
"type": "string"
14261429
},
14271430
"properties": {}
14281431
},
@@ -2271,10 +2274,6 @@
22712274
"type": "object",
22722275
"additionalProperties": {
22732276
"type": "object",
2274-
"additionalProperties": {
2275-
"type": "object",
2276-
"properties": {}
2277-
},
22782277
"properties": {}
22792278
},
22802279
"properties": {}

0 commit comments

Comments
 (0)