Skip to content

Commit 9ac6ebf

Browse files
authored
[NetAppFiles] Anf 8208 update swagger rest api to 2020 09 01 (#11832)
* add 2020-09-01 folder * update api version examples * Add 2020-09 update, update doc * Fix througputMips example * Add missing nextlink to volumes * Update snapshotvolumelist * Update prettier * fix:review comment Co-authored-by: Audunn Baldvinsson <[email protected]>
1 parent adfab43 commit 9ac6ebf

File tree

64 files changed

+6423
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+6423
-15
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2019-10-01/netapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@
978978
"Volumes Replication"
979979
],
980980
"summary": "Resync volume replication",
981-
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.",
981+
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.",
982982
"operationId": "Volumes_ResyncReplication",
983983
"parameters": [
984984
{

specification/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01/netapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
"Volumes Replication"
10411041
],
10421042
"summary": "Resync volume replication",
1043-
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.",
1043+
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from from destination to source.",
10441044
"operationId": "Volumes_ResyncReplication",
10451045
"parameters": [
10461046
{

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-02-01/netapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@
10471047
"Volumes Replication"
10481048
],
10491049
"summary": "Resync volume replication",
1050-
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.",
1050+
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.",
10511051
"operationId": "Volumes_ResyncReplication",
10521052
"parameters": [
10531053
{

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-03-01/netapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@
10471047
"Volumes Replication"
10481048
],
10491049
"summary": "Resync volume replication",
1050-
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.",
1050+
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.",
10511051
"operationId": "Volumes_ResyncReplication",
10521052
"parameters": [
10531053
{

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-05-01/netapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
"Volumes Replication"
11041104
],
11051105
"summary": "Resync volume replication",
1106-
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.",
1106+
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.",
11071107
"operationId": "Volumes_ResyncReplication",
11081108
"parameters": [
11091109
{

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-06-01/netapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
"Volumes Replication"
11041104
],
11051105
"summary": "Resync volume replication",
1106-
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.",
1106+
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.",
11071107
"operationId": "Volumes_ResyncReplication",
11081108
"parameters": [
11091109
{

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-07-01/netapp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
"Volumes Replication"
11041104
],
11051105
"summary": "Resync volume replication",
1106-
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.",
1106+
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.",
11071107
"operationId": "Volumes_ResyncReplication",
11081108
"parameters": [
11091109
{
@@ -3472,7 +3472,7 @@
34723472
"throughputMibps": {
34733473
"title": "Maximum throughput in Mibps that can be achieved by this volume",
34743474
"type": "number",
3475-
"example": "128.22",
3475+
"example": 128.22,
34763476
"maximum": 4500,
34773477
"minimum": 1,
34783478
"multipleOf": 0.001
@@ -3774,7 +3774,7 @@
37743774
"throughputMibps": {
37753775
"title": "Maximum throughput in Mibps that can be achieved by this volume",
37763776
"type": "number",
3777-
"example": "128.22",
3777+
"example": 128.22,
37783778
"maximum": 4500,
37793779
"minimum": 1,
37803780
"multipleOf": 0.001

specification/netapp/resource-manager/Microsoft.NetApp/stable/2020-08-01/netapp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
"Volumes Replication"
11041104
],
11051105
"summary": "Resync volume replication",
1106-
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination.",
1106+
"description": "Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source.",
11071107
"operationId": "Volumes_ResyncReplication",
11081108
"parameters": [
11091109
{
@@ -3472,7 +3472,7 @@
34723472
"throughputMibps": {
34733473
"title": "Maximum throughput in Mibps that can be achieved by this volume",
34743474
"type": "number",
3475-
"example": "128.22",
3475+
"example": 128.22,
34763476
"maximum": 4500,
34773477
"minimum": 1,
34783478
"multipleOf": 0.001
@@ -3774,7 +3774,7 @@
37743774
"throughputMibps": {
37753775
"title": "Maximum throughput in Mibps that can be achieved by this volume",
37763776
"type": "number",
3777-
"example": "128.22",
3777+
"example": 128.22,
37783778
"maximum": 4500,
37793779
"minimum": 1,
37803780
"multipleOf": 0.001
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
4+
"resourceGroupName": "myRG",
5+
"accountName": "account1",
6+
"api-version": "2020-09-01",
7+
"body": {
8+
"location": "eastus",
9+
"properties": {
10+
"activeDirectories": [
11+
{
12+
"site": "SiteName",
13+
"username": "ad_user_name",
14+
"password": "ad_password",
15+
"domain": "10.10.10.3",
16+
"dns": "10.10.10.3, 10.10.10.4",
17+
"smbServerName": "SMBServer",
18+
"organizationalUnit": "Engineering",
19+
"aesEncryption": true,
20+
"ldapSigning": false
21+
}
22+
]
23+
}
24+
}
25+
},
26+
"responses": {
27+
"200": {
28+
"body": {
29+
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
30+
"name": "account1",
31+
"type": "Microsoft.NetApp/netAppAccounts",
32+
"location": "eastus",
33+
"properties": {
34+
"provisioningState": "Succeeded"
35+
}
36+
}
37+
},
38+
"201": {
39+
"body": {
40+
"id": "/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1",
41+
"name": "account1",
42+
"type": "Microsoft.NetApp/netAppAccounts",
43+
"location": "eastus",
44+
"properties": {
45+
"provisioningState": "Succeeded"
46+
}
47+
}
48+
},
49+
"202": {}
50+
}
51+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "D633CC2E-722B-4AE1-B636-BBD9E4C60ED9",
4+
"resourceGroupName": "myRG",
5+
"accountName": "account1",
6+
"api-version": "2020-09-01"
7+
},
8+
"responses": {
9+
"202": {},
10+
"204": {}
11+
}
12+
}

0 commit comments

Comments
 (0)