Skip to content

Commit

Permalink
[NetAppFiles] Anf-12396 NetApp Files add api version 2021-04-01 part2 (
Browse files Browse the repository at this point in the history
…Azure#14365)

* Initial commit

* Apply 2021-04-01 changes

* pretty

* spellcheck add Tebibytes

* Use ApiVersionParameter from common types

* Use ApiVersionParameter from common types

* Change apivesion paramter in correct version

* Revert apiversion change

* Remove getQuotaLimits

* Remove preview from path

* Fix example in 2021-02-01

* Update operation id for restore status op

Co-authored-by: Audunn Baldvinsson <audunn.baldvinsson@netapp.com>
  • Loading branch information
audunn and audunn authored Jun 8, 2021
1 parent cc49d9f commit f4a4da1
Show file tree
Hide file tree
Showing 59 changed files with 7,052 additions and 3 deletions.
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2210,3 +2210,4 @@ PPTM
XLSM
DOCM
multislot
Tebibytes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2020-11-01",
"api-version": "2021-02-01",
"body": {
"tags": {
"Tag1": "Value1"
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": "2021-04-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": "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,12 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2021-04-01"
},
"responses": {
"202": {},
"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": "2021-04-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": "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": "2021-04-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,43 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2020-11-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": {
"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"
}
}
}
}
}
}
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",
"backupPolicyName": "backupPolicyName",
"api-version": "2021-04-01",
"body": {
"location": "westus",
"properties": {
"dailyBackupsToKeep": 10,
"weeklyBackupsToKeep": 10,
"monthlyBackupsToKeep": 10,
"enabled": true
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName",
"name": "account1/backupPolicyName",
"type": "Microsoft.NetApp/netAppAccounts/backupPolicies",
"location": "westus",
"properties": {
"dailyBackupsToKeep": 10,
"weeklyBackupsToKeep": 10,
"monthlyBackupsToKeep": 10,
"enabled": true,
"provisioningState": "creating"
}
}
},
"201": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName",
"name": "account1/backupPolicyName",
"type": "Microsoft.NetApp/netAppAccounts/backupPolicies",
"location": "westus",
"properties": {
"dailyBackupsToKeep": 10,
"weeklyBackupsToKeep": 10,
"monthlyBackupsToKeep": 10,
"enabled": true,
"provisioningState": "creating"
}
}
},
"202": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "resourceGroup",
"accountName": "accountName",
"backupPolicyName": "backupPolicyName",
"api-version": "2021-04-01"
},
"responses": {
"204": {},
"202": {},
"200": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"backupPolicyName": "backupPolicyName",
"api-version": "2021-04-01"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName",
"name": "account1/backupPolicyName",
"type": "Microsoft.NetApp/netAppAccounts/backupPolicies",
"location": "eastus",
"properties": {
"name": "Policy 1",
"dailyBackupsToKeep": 10,
"weeklyBackupsToKeep": 10,
"monthlyBackupsToKeep": 10,
"yearlyBackupsToKeep": 10,
"volumesAssigned": 0,
"enabled": true,
"volumeBackups": [
{
"volumeName": "volume 1",
"backupsCount": 5,
"policyEnabled": true
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"api-version": "2021-04-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicy1",
"name": "account1/backupPolicy1",
"type": "Microsoft.NetApp/netAppAccounts/backupPolicies",
"location": "eastus",
"properties": {
"name": "Policy 1",
"dailyBackupsToKeep": 10,
"weeklyBackupsToKeep": 10,
"monthlyBackupsToKeep": 10,
"yearlyBackupsToKeep": 10,
"volumesAssigned": 0,
"enabled": true
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"parameters": {
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
"resourceGroupName": "myRG",
"accountName": "account1",
"backupPolicyName": "backupPolicyName",
"api-version": "2021-04-01",
"body": {
"location": "westus",
"properties": {
"dailyBackupsToKeep": 5,
"weeklyBackupsToKeep": 10,
"monthlyBackupsToKeep": 10,
"enabled": false
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName",
"name": "account1/backupPolicyName",
"type": "Microsoft.NetApp/netAppAccounts/backupPolicies",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"dailyBackupsToKeep": 5,
"weeklyBackupsToKeep": 10,
"monthlyBackupsToKeep": 10,
"yearlyBackupsToKeep": 0,
"volumesAssigned": 1,
"enabled": false,
"volumeBackups": [
{
"volumeName": "volume 1",
"backupsCount": 5,
"policyEnabled": true
}
]
}
}
},
"202": {
"body": {
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/backupPolocies/backupPolicyName",
"name": "account1/backupPolicyName",
"type": "Microsoft.NetApp/netAppAccounts/backupPolicies",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"dailyBackupsToKeep": 5,
"weeklyBackupsToKeep": 10,
"monthlyBackupsToKeep": 10,
"yearlyBackupsToKeep": 0,
"volumesAssigned": 1,
"enabled": false,
"volumeBackups": [
{
"volumeName": "volume 1",
"backupsCount": 5,
"policyEnabled": true
}
]
}
}
}
}
}
Loading

0 comments on commit f4a4da1

Please sign in to comment.