Skip to content

Commit 8ae8b3a

Browse files
authored
[NetAppFiles] Fix splitClone response (#36620)
* Fix splitClone response * Prettier
1 parent f2e9cca commit 8ae8b3a

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2025-06-01/examples/Volumes_SplitClone.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,32 @@
88
"api-version": "2025-06-01"
99
},
1010
"responses": {
11+
"200": {
12+
"body": {
13+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1",
14+
"name": "account1/pool1/volume1",
15+
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
16+
"location": "eastus",
17+
"properties": {
18+
"acceptGrowCapacityPoolForShortTermCloneSplit": "Accepted",
19+
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca7778",
20+
"creationToken": "some-amazing-filepath",
21+
"usageThreshold": 107374182400,
22+
"serviceLevel": "Premium",
23+
"provisioningState": "Succeeded",
24+
"throughputMibps": 128,
25+
"subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
26+
"networkFeatures": "Standard",
27+
"networkSiblingSetId": "0f434a03-ce0b-4935-81af-d98652ffb1c4",
28+
"snapshotId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRP/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1/snapshots/snap1",
29+
"storageToNetworkProximity": "T2"
30+
}
31+
}
32+
},
1133
"202": {
1234
"headers": {
1335
"Location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2025-06-01&operationResultResponseType=Location"
1436
}
15-
},
16-
"204": {}
37+
}
1738
}
1839
}

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,6 +1907,12 @@
19071907
}
19081908
],
19091909
"responses": {
1910+
"200": {
1911+
"description": "Operation completed",
1912+
"schema": {
1913+
"$ref": "#/definitions/volume"
1914+
}
1915+
},
19101916
"202": {
19111917
"description": "Operation Accepted",
19121918
"headers": {
@@ -1915,9 +1921,6 @@
19151921
}
19161922
}
19171923
},
1918-
"204": {
1919-
"description": "Operation completed"
1920-
},
19211924
"default": {
19221925
"description": "Error response describing why the operation failed.",
19231926
"schema": {

0 commit comments

Comments
 (0)