Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 4 additions & 24 deletions schemas/2022-01-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2194,17 +2194,7 @@
"description": "Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose."
},
"backupId": {
"oneOf": [
{
"type": "string",
"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}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
"minLength": 36,
"maxLength": 36
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"type": "string",
"description": "UUID v4 or resource identifier used to identify the Backup."
},
"capacityPoolResourceId": {
Expand Down Expand Up @@ -2487,17 +2477,7 @@
"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)."
},
"snapshotId": {
"oneOf": [
{
"type": "string",
"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}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
"minLength": 36,
"maxLength": 36
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"type": "string",
"description": "UUID v4 or resource identifier used to identify the Snapshot."
},
"subnetId": {
Expand Down Expand Up @@ -2526,14 +2506,14 @@
{
"type": "integer",
"minimum": 107374182400,
"maximum": 109951162777600,
"maximum": 549755813888000,
"default": "107374182400"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes."
"description": "Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 500 GiB. Upper limit is 100TiB, 500Tib for LargeVolume. Specified in bytes."
},
"volumeSpecName": {
"type": "string",
Expand Down
28 changes: 4 additions & 24 deletions schemas/2022-03-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2194,17 +2194,7 @@
"description": "Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose."
},
"backupId": {
"oneOf": [
{
"type": "string",
"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}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
"minLength": 36,
"maxLength": 36
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"type": "string",
"description": "UUID v4 or resource identifier used to identify the Backup."
},
"capacityPoolResourceId": {
Expand Down Expand Up @@ -2492,17 +2482,7 @@
"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)."
},
"snapshotId": {
"oneOf": [
{
"type": "string",
"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}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
"minLength": 36,
"maxLength": 36
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"type": "string",
"description": "UUID v4 or resource identifier used to identify the Snapshot."
},
"subnetId": {
Expand Down Expand Up @@ -2531,14 +2511,14 @@
{
"type": "integer",
"minimum": 107374182400,
"maximum": 109951162777600,
"maximum": 549755813888000,
"default": "107374182400"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes."
"description": "Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 500 GiB, 500 GiB for large volumes. Upper limit is 100TiB. Specified in bytes."
},
"volumeSpecName": {
"type": "string",
Expand Down
Loading