File tree Expand file tree Collapse file tree 4 files changed +39
-16
lines changed
specification/netapp/resource-manager/Microsoft.NetApp/stable Expand file tree Collapse file tree 4 files changed +39
-16
lines changed Original file line number Diff line number Diff line change 3
3
"subscriptionId" : " D633CC2E-722B-4AE1-B636-BBD9E4C60ED9" ,
4
4
"resourceGroupName" : " myRG" ,
5
5
"accountName" : " account1" ,
6
- "api-version" : " 2020-11 -01" ,
6
+ "api-version" : " 2021-04 -01" ,
7
7
"body" : {
8
8
"tags" : {
9
9
"Tag1" : " Value1"
Original file line number Diff line number Diff line change 2836
2836
"items" : {
2837
2837
"$ref" : " #/definitions/MetricSpecification"
2838
2838
}
2839
+ },
2840
+ "logSpecifications" : {
2841
+ "description" : " Log specification of operation." ,
2842
+ "type" : " array" ,
2843
+ "items" : {
2844
+ "$ref" : " #/definitions/LogSpecification"
2845
+ }
2839
2846
}
2840
2847
}
2841
2848
},
2884
2891
"type" : " string" ,
2885
2892
"description" : " The internal metric name."
2886
2893
},
2894
+ "enableRegionalMdmAccount" : {
2895
+ "description" : " Whether or not the service is using regional MDM accounts." ,
2896
+ "type" : " boolean"
2897
+ },
2887
2898
"sourceMdmAccount" : {
2888
2899
"type" : " string" ,
2889
2900
"description" : " The source MDM account."
2914
2925
"resourceIdDimensionNameOverride" : {
2915
2926
"type" : " string" ,
2916
2927
"description" : " Account Resource Id."
2928
+ },
2929
+ "isInternal" : {
2930
+ "description" : " Whether the metric is internal." ,
2931
+ "type" : " boolean"
2932
+ }
2933
+ }
2934
+ },
2935
+ "LogSpecification" : {
2936
+ "description" : " Log Definition of a single resource metric." ,
2937
+ "type" : " object" ,
2938
+ "properties" : {
2939
+ "name" : {
2940
+ "description" : " Name of log specification." ,
2941
+ "type" : " string"
2942
+ },
2943
+ "displayName" : {
2944
+ "description" : " Display name of log specification." ,
2945
+ "type" : " string"
2917
2946
}
2918
2947
}
2919
2948
},
3846
3875
},
3847
3876
"volumeType" : {
3848
3877
"type" : " string" ,
3849
- "description" : " What type of volume is this" ,
3878
+ "description" : " What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection " ,
3850
3879
"example" : " DataProtection"
3851
3880
},
3852
3881
"dataProtection" : {
Original file line number Diff line number Diff line change 3
3
"subscriptionId" : " D633CC2E-722B-4AE1-B636-BBD9E4C60ED9" ,
4
4
"resourceGroupName" : " myRG" ,
5
5
"accountName" : " account1" ,
6
- "api-version" : " 2020-11 -01" ,
6
+ "api-version" : " 2021-06 -01" ,
7
7
"body" : {
8
8
"tags" : {
9
9
"Tag1" : " Value1"
Original file line number Diff line number Diff line change 2918
2918
}
2919
2919
},
2920
2920
"logSpecifications" : {
2921
+ "description" : " Log specification of operation." ,
2921
2922
"type" : " array" ,
2922
2923
"items" : {
2923
2924
"$ref" : " #/definitions/LogSpecification"
3016
3017
"type" : " object" ,
3017
3018
"properties" : {
3018
3019
"name" : {
3020
+ "description" : " Name of log specification." ,
3019
3021
"type" : " string"
3020
3022
},
3021
3023
"displayName" : {
3024
+ "description" : " Display name of log specification." ,
3022
3025
"type" : " string"
3023
3026
}
3024
3027
}
3184
3187
"description" : " SubscriptionQuotaItem Properties" ,
3185
3188
"type" : " object" ,
3186
3189
"properties" : {
3187
- "name" : {
3188
- "type" : " string" ,
3189
- "readOnly" : true ,
3190
- "description" : " Quota Item name"
3191
- },
3192
3190
"current" : {
3193
3191
"description" : " The current quota value." ,
3194
3192
"readOnly" : true ,
4089
4087
"default" : false
4090
4088
},
4091
4089
"throughputMibps" : {
4092
- "title" : " Maximum throughput in Mibps that can be achieved by this volume" ,
4090
+ "title" : " Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume " ,
4093
4091
"type" : " number" ,
4094
4092
"default" : 0.0 ,
4095
- "example" : 128.22 ,
4096
- "maximum" : 4500 ,
4097
- "minimum" : 0
4093
+ "example" : 128.22
4098
4094
},
4099
4095
"encryptionKeySource" : {
4100
4096
"description" : " Encryption Key Source. Possible values are: 'Microsoft.NetApp'" ,
4463
4459
}
4464
4460
},
4465
4461
"throughputMibps" : {
4466
- "title" : " Maximum throughput in Mibps that can be achieved by this volume" ,
4462
+ "title" : " Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume " ,
4467
4463
"type" : " number" ,
4468
- "example" : 128.22 ,
4469
- "maximum" : 4500 ,
4470
- "minimum" : 1
4464
+ "example" : 128.22
4471
4465
},
4472
4466
"dataProtection" : {
4473
4467
"title" : " DataProtection" ,
You can’t perform that action at this time.
0 commit comments