Skip to content

Commit bf04182

Browse files
authored
[NetApp] Fix enum name (Azure#35587)
* Fix enum name * Fix enum name * provisioning
1 parent 905fa10 commit bf04182

File tree

1 file changed

+8
-20
lines changed
  • specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-03-01-preview

1 file changed

+8
-20
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-03-01-preview/netapp.json

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7769,12 +7769,13 @@
77697769
"Failed",
77707770
"Canceled",
77717771
"Provisioning",
7772+
"Moving",
77727773
"Updating",
77737774
"Deleting",
77747775
"Accepted"
77757776
],
77767777
"x-ms-enum": {
7777-
"name": "netappProvisioningState",
7778+
"name": "netAppProvisioningState",
77787779
"modelAsString": true,
77797780
"values": [
77807781
{
@@ -7797,6 +7798,11 @@
77977798
"value": "Provisioning",
77987799
"description": "Resource is getting provisioned"
77997800
},
7801+
{
7802+
"name": "Moving",
7803+
"value": "Moving",
7804+
"description": "Resource is getting moved"
7805+
},
78007806
{
78017807
"name": "Updating",
78027808
"value": "Updating",
@@ -10432,7 +10438,7 @@
1043210438
"type": "object",
1043310439
"properties": {
1043410440
"provisioningState": {
10435-
"$ref": "#/definitions/netappProvisioningState"
10441+
"$ref": "#/definitions/provisioningState"
1043610442
},
1043710443
"quotaSizeInKiBs": {
1043810444
"type": "integer",
@@ -11145,24 +11151,6 @@
1114511151
}
1114611152
}
1114711153
},
11148-
"netappProvisioningState": {
11149-
"readOnly": true,
11150-
"type": "string",
11151-
"description": "Gets the status of the VolumeQuotaRule at the time the operation was called.",
11152-
"enum": [
11153-
"Accepted",
11154-
"Creating",
11155-
"Patching",
11156-
"Deleting",
11157-
"Moving",
11158-
"Failed",
11159-
"Succeeded"
11160-
],
11161-
"x-ms-enum": {
11162-
"name": "ProvisioningState",
11163-
"modelAsString": false
11164-
}
11165-
},
1116611154
"encryptionTransitionRequest": {
1116711155
"description": "Encryption transition request",
1116811156
"type": "object",

0 commit comments

Comments
 (0)