Skip to content

Commit f90dcbc

Browse files
committed
Fix througputMips example
1 parent 88877e7 commit f90dcbc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-09-01/netapp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@
18051805
}
18061806
}
18071807
},
1808-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/listVolumes": {
1808+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}/volumes": {
18091809
"get": {
18101810
"tags": [
18111811
"Snapshot Policy List Volumes"
@@ -1834,7 +1834,7 @@
18341834
"200": {
18351835
"description": "OK",
18361836
"schema": {
1837-
"$ref": "#/definitions/snapshotPolicyVolumeList"
1837+
"$ref": "#/definitions/volumeList"
18381838
}
18391839
},
18401840
"default": {
@@ -3497,7 +3497,7 @@
34973497
"throughputMibps": {
34983498
"title": "Maximum throughput in Mibps that can be achieved by this volume",
34993499
"type": "number",
3500-
"example": "128.22",
3500+
"example": 128.22,
35013501
"maximum": 4500,
35023502
"minimum": 1,
35033503
"multipleOf": 0.001

0 commit comments

Comments
 (0)