Skip to content

Commit

Permalink
fix valdiation issues in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
audunn committed Oct 13, 2020
1 parent f7d0676 commit 864a65f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"dns": "10.10.10.3, 10.10.10.4",
"status": "InUse",
"smbServerName": "SMBServer",
"organizationalUnit": "Engineering",
"statusDetails": "Status Details"
"organizationalUnit": "Engineering"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"location": "eastus",
"properties": {
"size": 4398046511104,
"serviceLevel": "Premium",
"qosType": "Auto"
"serviceLevel": "Premium"
}
}
},
Expand All @@ -25,9 +24,7 @@
"provisioningState": "Succeeded",
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"serviceLevel": "Premium",
"size": 4398046511104,
"qosType": "Auto",
"totalThroughputMibps": 281.474
"size": 4398046511104
}
}
},
Expand All @@ -41,9 +38,7 @@
"provisioningState": "Succeeded",
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"serviceLevel": "Premium",
"size": 4398046511104,
"qosType": "Auto",
"totalThroughputMibps": 281.474
"size": 4398046511104
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
"provisioningState": "Succeeded",
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"serviceLevel": "Premium",
"size": 4398046511104,
"qosType": "Manual",
"totalThroughputMibps": 281.474,
"utilizedThroughputMibps": 100.47
"size": 4398046511104
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"provisioningState": "Succeeded",
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"serviceLevel": "Premium",
"size": 4398046511104,
"qosType": "Auto",
"totalThroughputMibps": 281.474
"size": 4398046511104
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"provisioningState": "Succeeded",
"poolId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"serviceLevel": "Premium",
"size": 4398046511104,
"qosType": "Manual",
"totalThroughputMibps": 281.474,
"utilizedThroughputMibps": 100.47
"size": 4398046511104
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"creationToken": "my-unique-file-path",
"serviceLevel": "Premium",
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"usageThreshold": 107374182400,
"throughputMibps": 128
"usageThreshold": 107374182400
}
}
},
Expand All @@ -29,7 +28,6 @@
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
"provisioningState": "Succeeded",
"throughputMibps": 128,
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
},
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes"
Expand All @@ -46,7 +44,6 @@
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
"provisioningState": "Succeeded",
"throughputMibps": 128,
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
},
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
"provisioningState": "Succeeded",
"throughputMibps": 128,
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
"provisioningState": "Succeeded",
"throughputMibps": 128,
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"usageThreshold": 107374182400,
"serviceLevel": "Premium",
"provisioningState": "Succeeded",
"throughputMibps": 128,
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4128,19 +4128,13 @@
}
},
"snapshotPolicyVolumeList": {
"description": "Volumes associated with snapshot policy",
"type": "object",
"properties": {
"value": {
"description": "List of volumes",
"type": "array",
"items": {
"type": "object",
"readOnly": true,
"description": "Associated volume resource Id"
}
"description": "List of volumes",
"type": "array",
"readOnly": true,
"items": {

"$ref": "#/definitions/volume"
}
}
},
"hourlySchedule": {
"description": "Hourly Schedule properties",
Expand Down

0 comments on commit 864a65f

Please sign in to comment.