Skip to content

Commit 757ee75

Browse files
CaoxuyangAzureRestAPISpecReviewXuyang Cao
authored
[Hub Generated] Publish private branch 'appplatform/release/s202' (#18613)
* [AutoSync] 35fcc2afb Merged PR 5921627: fix(cve): Upgrade tanzu component image * revert 0501 * fix Co-authored-by: swagger-automation <[email protected]> Co-authored-by: Xuyang Cao <[email protected]>
1 parent 7b32d29 commit 757ee75

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2021-09-01-preview/appplatform.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4341,7 +4341,11 @@
43414341
"enum": [
43424342
"StorageAccount"
43434343
],
4344-
"type": "string"
4344+
"type": "string",
4345+
"x-ms-enum": {
4346+
"name": "StorageType",
4347+
"modelAsString": true
4348+
}
43454349
}
43464350
},
43474351
"discriminator": "storageType"
@@ -4425,7 +4429,11 @@
44254429
"enum": [
44264430
"AzureFileVolume"
44274431
],
4428-
"type": "string"
4432+
"type": "string",
4433+
"x-ms-enum": {
4434+
"name": "Type",
4435+
"modelAsString": true
4436+
}
44294437
},
44304438
"mountPath": {
44314439
"description": "The mount path of the persistent disk.",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/appplatform.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8219,7 +8219,11 @@
82198219
"enum": [
82208220
"StorageAccount"
82218221
],
8222-
"type": "string"
8222+
"type": "string",
8223+
"x-ms-enum": {
8224+
"name": "StorageType",
8225+
"modelAsString": true
8226+
}
82238227
}
82248228
},
82258229
"discriminator": "storageType"
@@ -8303,7 +8307,11 @@
83038307
"enum": [
83048308
"AzureFileVolume"
83058309
],
8306-
"type": "string"
8310+
"type": "string",
8311+
"x-ms-enum": {
8312+
"name": "Type",
8313+
"modelAsString": true
8314+
}
83078315
},
83088316
"mountPath": {
83098317
"description": "The mount path of the persistent disk.",

specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-03-01-preview/appplatform.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8246,7 +8246,11 @@
82468246
"enum": [
82478247
"StorageAccount"
82488248
],
8249-
"type": "string"
8249+
"type": "string",
8250+
"x-ms-enum": {
8251+
"name": "StorageType",
8252+
"modelAsString": true
8253+
}
82508254
}
82518255
},
82528256
"discriminator": "storageType"
@@ -8330,7 +8334,11 @@
83308334
"enum": [
83318335
"AzureFileVolume"
83328336
],
8333-
"type": "string"
8337+
"type": "string",
8338+
"x-ms-enum": {
8339+
"name": "Type",
8340+
"modelAsString": true
8341+
}
83348342
},
83358343
"mountPath": {
83368344
"description": "The mount path of the persistent disk.",

0 commit comments

Comments
 (0)