Skip to content

Commit

Permalink
CodeGen from PR 12367 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 94413113b3dd7b366ec0350514a058b541170c22 into 4ac3bbf09ebb741fd56445c668566b56e80fbcae
  • Loading branch information
SDKAuto committed Jan 19, 2021
1 parent 431f894 commit c60acf5
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 512 deletions.
2 changes: 1 addition & 1 deletion schemas/2017-08-15/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,4 +651,4 @@
"description": "Export policy rule"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-05-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -743,4 +743,4 @@
"description": "Set of export policy rules"
}
}
}
}
63 changes: 1 addition & 62 deletions schemas/2019-06-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,53 +366,6 @@
},
"description": "Volume Export Policy Rule"
},
"MountTargetProperties": {
"type": "object",
"properties": {
"endIp": {
"type": "string",
"description": "The end of IPv4 address range to use when creating a new mount target"
},
"fileSystemId": {
"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"
}
],
"description": "UUID v4 used to identify the MountTarget"
},
"gateway": {
"type": "string",
"description": "The gateway of the IPv4 address range to use when creating a new mount target"
},
"netmask": {
"type": "string",
"description": "The netmask of the IPv4 address range to use when creating a new mount target"
},
"smbServerFqdn": {
"type": "string",
"description": "The SMB server's Fully Qualified Domain Name, FQDN"
},
"startIp": {
"type": "string",
"description": "The start of IPv4 address range to use when creating a new mount target"
},
"subnet": {
"type": "string",
"description": "The subnet"
}
},
"required": [
"fileSystemId"
],
"description": "Mount target properties"
},
"netAppAccounts_capacityPools_childResource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -637,20 +590,6 @@
],
"description": "Set of export policy rules"
},
"mountTargets": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/MountTargetProperties"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "List of mount targets"
},
"protocolTypes": {
"oneOf": [
{
Expand Down Expand Up @@ -742,4 +681,4 @@
"description": "Set of export policy rules"
}
}
}
}
65 changes: 2 additions & 63 deletions schemas/2019-07-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,53 +366,6 @@
},
"description": "Volume Export Policy Rule"
},
"MountTargetProperties": {
"type": "object",
"properties": {
"endIp": {
"type": "string",
"description": "The end of IPv4 address range to use when creating a new mount target"
},
"fileSystemId": {
"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"
}
],
"description": "UUID v4 used to identify the MountTarget"
},
"gateway": {
"type": "string",
"description": "The gateway of the IPv4 address range to use when creating a new mount target"
},
"netmask": {
"type": "string",
"description": "The netmask of the IPv4 address range to use when creating a new mount target"
},
"smbServerFqdn": {
"type": "string",
"description": "The SMB server's Fully Qualified Domain Name, FQDN"
},
"startIp": {
"type": "string",
"description": "The start of IPv4 address range to use when creating a new mount target"
},
"subnet": {
"type": "string",
"description": "The subnet"
}
},
"required": [
"fileSystemId"
],
"description": "Mount target properties"
},
"netAppAccounts_capacityPools_childResource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -637,20 +590,6 @@
],
"description": "Set of export policy rules"
},
"mountTargets": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/MountTargetProperties"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "List of mount targets"
},
"protocolTypes": {
"oneOf": [
{
Expand All @@ -663,7 +602,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Set of protocol types"
"description": "Set of protocol types, default NFSv3, CIFS fro SMB protocol"
},
"serviceLevel": {
"oneOf": [
Expand Down Expand Up @@ -742,4 +681,4 @@
"description": "Set of export policy rules"
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2019-08-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,4 +871,4 @@
"description": "Set of export policy rules"
}
}
}
}
65 changes: 2 additions & 63 deletions schemas/2019-10-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,53 +406,6 @@
},
"description": "Volume Export Policy Rule"
},
"MountTargetProperties": {
"type": "object",
"properties": {
"endIp": {
"type": "string",
"description": "The end of IPv4 address range to use when creating a new mount target"
},
"fileSystemId": {
"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"
}
],
"description": "UUID v4 used to identify the MountTarget"
},
"gateway": {
"type": "string",
"description": "The gateway of the IPv4 address range to use when creating a new mount target"
},
"netmask": {
"type": "string",
"description": "The netmask of the IPv4 address range to use when creating a new mount target"
},
"smbServerFqdn": {
"type": "string",
"description": "The SMB server's Fully Qualified Domain Name, FQDN"
},
"startIp": {
"type": "string",
"description": "The start of IPv4 address range to use when creating a new mount target"
},
"subnet": {
"type": "string",
"description": "The subnet"
}
},
"required": [
"fileSystemId"
],
"description": "Mount target properties"
},
"netAppAccounts_capacityPools_childResource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -782,20 +735,6 @@
],
"description": "Restoring"
},
"mountTargets": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/MountTargetProperties"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "List of mount targets"
},
"protocolTypes": {
"oneOf": [
{
Expand All @@ -808,7 +747,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Set of protocol types"
"description": "Set of protocol types, default NFSv3, CIFS for SMB protocol"
},
"serviceLevel": {
"oneOf": [
Expand Down Expand Up @@ -908,4 +847,4 @@
"description": "Set of export policy rules"
}
}
}
}
66 changes: 3 additions & 63 deletions schemas/2019-11-01/Microsoft.NetApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
"properties": {
"activeDirectoryId": {
"type": "string",
"default": "guid id",
"description": "Id of the Active Directory"
},
"dns": {
Expand Down Expand Up @@ -415,53 +416,6 @@
},
"description": "Volume Export Policy Rule"
},
"MountTargetProperties": {
"type": "object",
"properties": {
"endIp": {
"type": "string",
"description": "The end of IPv4 address range to use when creating a new mount target"
},
"fileSystemId": {
"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"
}
],
"description": "UUID v4 used to identify the MountTarget"
},
"gateway": {
"type": "string",
"description": "The gateway of the IPv4 address range to use when creating a new mount target"
},
"netmask": {
"type": "string",
"description": "The netmask of the IPv4 address range to use when creating a new mount target"
},
"smbServerFqdn": {
"type": "string",
"description": "The SMB server's Fully Qualified Domain Name, FQDN"
},
"startIp": {
"type": "string",
"description": "The start of IPv4 address range to use when creating a new mount target"
},
"subnet": {
"type": "string",
"description": "The subnet"
}
},
"required": [
"fileSystemId"
],
"description": "Mount target properties"
},
"netAppAccounts_capacityPools_childResource": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -806,20 +760,6 @@
],
"description": "Restoring"
},
"mountTargets": {
"oneOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/MountTargetProperties"
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "List of mount targets"
},
"protocolTypes": {
"oneOf": [
{
Expand All @@ -832,7 +772,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Set of protocol types"
"description": "Set of protocol types, default NFSv3, CIFS for SMB protocol"
},
"serviceLevel": {
"oneOf": [
Expand Down Expand Up @@ -932,4 +872,4 @@
"description": "Set of export policy rules"
}
}
}
}
Loading

0 comments on commit c60acf5

Please sign in to comment.