Skip to content

Commit 1b0e82c

Browse files
author
SDKAuto
committed
CodeGen from PR 20435 in Azure/azure-rest-api-specs
Merge 7ec05eaa1cd39fbccfdafaad25e42649b465b740 into 522786522aee460711e33bab6a2c69f1b43e7122
1 parent bad70a3 commit 1b0e82c

File tree

4 files changed

+2795
-44
lines changed

4 files changed

+2795
-44
lines changed

schemas/2022-01-01/Microsoft.NetApp.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,17 +2194,7 @@
21942194
"description": "Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose."
21952195
},
21962196
"backupId": {
2197-
"oneOf": [
2198-
{
2199-
"type": "string",
2200-
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
2201-
"minLength": 36,
2202-
"maxLength": 36
2203-
},
2204-
{
2205-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2206-
}
2207-
],
2197+
"type": "string",
22082198
"description": "UUID v4 or resource identifier used to identify the Backup."
22092199
},
22102200
"capacityPoolResourceId": {
@@ -2487,17 +2477,7 @@
24872477
"description": "If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true)."
24882478
},
24892479
"snapshotId": {
2490-
"oneOf": [
2491-
{
2492-
"type": "string",
2493-
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
2494-
"minLength": 36,
2495-
"maxLength": 36
2496-
},
2497-
{
2498-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2499-
}
2500-
],
2480+
"type": "string",
25012481
"description": "UUID v4 or resource identifier used to identify the Snapshot."
25022482
},
25032483
"subnetId": {

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

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,17 +2194,7 @@
21942194
"description": "Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose."
21952195
},
21962196
"backupId": {
2197-
"oneOf": [
2198-
{
2199-
"type": "string",
2200-
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
2201-
"minLength": 36,
2202-
"maxLength": 36
2203-
},
2204-
{
2205-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2206-
}
2207-
],
2197+
"type": "string",
22082198
"description": "UUID v4 or resource identifier used to identify the Backup."
22092199
},
22102200
"capacityPoolResourceId": {
@@ -2492,17 +2482,7 @@
24922482
"description": "If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true)."
24932483
},
24942484
"snapshotId": {
2495-
"oneOf": [
2496-
{
2497-
"type": "string",
2498-
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
2499-
"minLength": 36,
2500-
"maxLength": 36
2501-
},
2502-
{
2503-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2504-
}
2505-
],
2485+
"type": "string",
25062486
"description": "UUID v4 or resource identifier used to identify the Snapshot."
25072487
},
25082488
"subnetId": {

0 commit comments

Comments
 (0)