Skip to content

Commit 65358e4

Browse files
author
SDKAuto
committed
CodeGen from PR 22595 in Azure/azure-rest-api-specs
Merge ae98195633b0c7786741ce7d92bceff891d391a3 into 2f17a9028f33fe80cf1ae62642fe9ed63c0a17f7
1 parent fded924 commit 65358e4

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)