Skip to content
Merged
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
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2723,4 +2723,5 @@ largerc
mediumrc
smallrc
Autotune
Showmount
autogrid
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/vaults/vault1",
"name": "account1/vault1",
"type": "Microsoft.NetApp/netAppAccounts/vaults",
"location": "eastus",
"properties": {
"vaultName": "east US"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5011,9 +5011,9 @@
"title": "usageThreshold",
"type": "integer",
"format": "int64",
"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.",
"minimum": 107374182400,
"maximum": 109951162777600,
"maximum": 549755813888000,
"default": 107374182400,
"example": 107374182400
},
Expand Down Expand Up @@ -5054,20 +5054,20 @@
"title": "Snapshot ID",
"type": "string",
"x-nullable": true,
"x-ms-mutability": [
"create"
],
"description": "UUID v4 or resource identifier used to identify the Snapshot.",
"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}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
"maxLength": 36,
"minLength": 36,
"example": "9760acf5-4638-11e7-9bdb-020073ca3333"
},
"backupId": {
"title": "Backup ID",
"type": "string",
"x-nullable": true,
"x-ms-mutability": [
"create"
],
"description": "UUID v4 or resource identifier used to identify the Backup.",
"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}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
"maxLength": 36,
"minLength": 36,
"example": "9760acf5-4638-11e7-9bdb-020073ca3333"
},
"baremetalTenantId": {
Expand Down Expand Up @@ -5735,9 +5735,9 @@
"title": "usageThreshold",
"type": "integer",
"format": "int64",
"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.",
"minimum": 107374182400,
"maximum": 109951162777600,
"maximum": 549755813888000,
"default": 107374182400,
"example": 107374182400
},
Expand Down Expand Up @@ -6646,18 +6646,9 @@
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you updating a tracked resource to proxy or was it proxy always and you are just removing the location property because it was added by mistake ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was always a proxy, tags where added by mistake.

"properties": {
"location": {
"type": "string",
"description": "Resource location",
"x-ms-mutability": [
"read",
"create"
]
},
"id": {
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/vaults/vault1",
"name": "account1/vault1",
"type": "Microsoft.NetApp/netAppAccounts/vaults",
"location": "eastus",
"properties": {
"vaultName": "east US"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5072,9 +5072,9 @@
"title": "usageThreshold",
"type": "integer",
"format": "int64",
"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.",
"minimum": 107374182400,
"maximum": 109951162777600,
"maximum": 549755813888000,
"default": 107374182400,
"example": 107374182400
},
Expand Down Expand Up @@ -5115,20 +5115,20 @@
"title": "Snapshot ID",
"type": "string",
"x-nullable": true,
"x-ms-mutability": [
"create"
],
"description": "UUID v4 or resource identifier used to identify the Snapshot.",
"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}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
"maxLength": 36,
"minLength": 36,
"example": "9760acf5-4638-11e7-9bdb-020073ca3333"
},
"backupId": {
"title": "Backup ID",
"type": "string",
"x-nullable": true,
"x-ms-mutability": [
"create"
],
"description": "UUID v4 or resource identifier used to identify the Backup.",
"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}|(\\\\?([^\\/]*[\\/])*)([^\\/]+)$",
"maxLength": 36,
"minLength": 36,
"example": "9760acf5-4638-11e7-9bdb-020073ca3333"
},
"baremetalTenantId": {
Expand Down Expand Up @@ -5809,9 +5809,9 @@
"title": "usageThreshold",
"type": "integer",
"format": "int64",
"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.",
"minimum": 107374182400,
"maximum": 109951162777600,
"maximum": 549755813888000,
"default": 107374182400,
"example": 107374182400
},
Expand Down Expand Up @@ -6743,18 +6743,9 @@
"type": "object",
"x-ms-azure-resource": true,
"required": [
"location",
"properties"
],
"properties": {
"location": {
"type": "string",
"description": "Resource location",
"x-ms-mutability": [
"read",
"create"
]
},
"id": {
"type": "string",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2022-05-01",
"body": {
"location": "eastus",
"properties": {
"activeDirectories": [
{
"site": "SiteName",
"username": "ad_user_name",
"password": "ad_password",
"domain": "10.10.10.3",
"dns": "10.10.10.3, 10.10.10.4",
"smbServerName": "SMBServer",
"organizationalUnit": "OU=Engineering",
"aesEncryption": true,
"ldapSigning": false,
"ldapOverTLS": false
}
]
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
"name": "account1",
"type": "Microsoft.NetApp/netAppAccounts",
"location": "eastus",
"properties": {
"provisioningState": "Succeeded"
}
}
},
"201": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
"name": "account1",
"type": "Microsoft.NetApp/netAppAccounts",
"location": "eastus",
"properties": {
"provisioningState": "Succeeded"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2022-05-01"
},
"responses": {
"202": {
"headers": {
"Location": [
"https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2021-10-01&operationResultResponseType=Location"
]
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2022-05-01"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
"name": "account1",
"type": "Microsoft.NetApp/netAppAccounts",
"location": "eastus",
"properties": {
"provisioningState": "Succeeded",
"activeDirectories": [
{
"site": "SiteName",
"activeDirectoryId": "02da3711-6c58-2d64-098a-e3af7afaf936",
"username": "ad_user_name",
"domain": "10.10.10.3",
"dns": "10.10.10.3, 10.10.10.4",
"status": "InUse",
"smbServerName": "SMBServer",
"organizationalUnit": "OU=Engineering",
"statusDetails": "Status Details",
"aesEncryption": true,
"ldapSigning": true
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"api-version": "2022-05-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
"name": "account1",
"type": "Microsoft.NetApp/netAppAccounts",
"location": "eastus",
"properties": {
"provisioningState": "Succeeded"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2021-10-01",
"body": {}
},
"responses": {
"200": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/a0216c17-f9d6-4b99-9faf-9ebd4883d0e4?api-version=2021-08-01&operationResultResponseType=Location"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2022-05-01",
"body": {
"tags": {
"Tag1": "Value1"
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
"name": "account1",
"type": "Microsoft.NetApp/netAppAccounts",
"location": "eastus",
"properties": {
"provisioningState": "Succeeded"
}
}
},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/providers/Microsoft.NetApp/locations/eastus/operationResults/a0216c17-f9d6-4b99-9faf-9ebd4883d0e4?api-version=2021-08-01&operationResultResponseType=Location"
},
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
"name": "account1",
"type": "Microsoft.NetApp/netAppAccounts",
"location": "eastus",
"tags": {
"Tag1": "Value1"
},
"properties": {
"provisioningState": "Patching",
"encryption": {
"keySource": "Microsoft.NetApp"
}
}
}
}
}
}
Loading