Skip to content

Commit 34b73c9

Browse files
LinglingTongFredericHeem
authored andcommitted
add xms-ids for netapp (Azure#17896)
1 parent 4143ce9 commit 34b73c9

File tree

1 file changed

+43
-10
lines changed
  • specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-08-01

1 file changed

+43
-10
lines changed

specification/netapp/resource-manager/Microsoft.NetApp/stable/2021-08-01/netapp.json

Lines changed: 43 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3041,6 +3041,9 @@
30413041
"items": {
30423042
"$ref": "#/definitions/Operation"
30433043
},
3044+
"x-ms-identifiers": [
3045+
"name"
3046+
],
30443047
"description": "List of Storage operations supported by the Storage resource provider."
30453048
}
30463049
}
@@ -3102,14 +3105,20 @@
31023105
"type": "array",
31033106
"items": {
31043107
"$ref": "#/definitions/MetricSpecification"
3105-
}
3108+
},
3109+
"x-ms-identifiers": [
3110+
"name"
3111+
]
31063112
},
31073113
"logSpecifications": {
31083114
"description": "Log specification of operation.",
31093115
"type": "array",
31103116
"items": {
31113117
"$ref": "#/definitions/LogSpecification"
3112-
}
3118+
},
3119+
"x-ms-identifiers": [
3120+
"name"
3121+
]
31133122
}
31143123
}
31153124
},
@@ -3175,7 +3184,10 @@
31753184
"type": "array",
31763185
"items": {
31773186
"$ref": "#/definitions/Dimension"
3178-
}
3187+
},
3188+
"x-ms-identifiers": [
3189+
"name"
3190+
]
31793191
},
31803192
"aggregationType": {
31813193
"type": "string",
@@ -3506,7 +3518,10 @@
35063518
"type": "array",
35073519
"items": {
35083520
"$ref": "#/definitions/activeDirectory"
3509-
}
3521+
},
3522+
"x-ms-identifiers": [
3523+
"activeDirectoryId"
3524+
]
35103525
},
35113526
"encryption": {
35123527
"description": "Encryption settings",
@@ -4084,7 +4099,10 @@
40844099
"type": "array",
40854100
"items": {
40864101
"$ref": "#/definitions/exportPolicyRule"
4087-
}
4102+
},
4103+
"x-ms-identifiers": [
4104+
"ruleIndex"
4105+
]
40884106
}
40894107
}
40904108
},
@@ -4207,7 +4225,10 @@
42074225
"description": "List of mount targets",
42084226
"items": {
42094227
"$ref": "#/definitions/mountTargetProperties"
4210-
}
4228+
},
4229+
"x-ms-identifiers": [
4230+
"fileSystemId"
4231+
]
42114232
},
42124233
"volumeType": {
42134234
"type": "string",
@@ -4400,7 +4421,10 @@
44004421
"type": "array",
44014422
"items": {
44024423
"$ref": "#/definitions/placementKeyValuePairs"
4403-
}
4424+
},
4425+
"x-ms-identifiers": [
4426+
"key"
4427+
]
44044428
}
44054429
}
44064430
},
@@ -4678,7 +4702,10 @@
46784702
"type": "array",
46794703
"items": {
46804704
"$ref": "#/definitions/exportPolicyRule"
4681-
}
4705+
},
4706+
"x-ms-identifiers": [
4707+
"ruleIndex"
4708+
]
46824709
}
46834710
}
46844711
},
@@ -5430,7 +5457,10 @@
54305457
"type": "array",
54315458
"items": {
54325459
"$ref": "#/definitions/volumeBackups"
5433-
}
5460+
},
5461+
"x-ms-identifiers": [
5462+
"volumeName"
5463+
]
54345464
}
54355465
}
54365466
},
@@ -5954,7 +5984,10 @@
59545984
"type": "array",
59555985
"items": {
59565986
"$ref": "#/definitions/placementKeyValuePairs"
5957-
}
5987+
},
5988+
"x-ms-identifiers": [
5989+
"key"
5990+
]
59585991
},
59595992
"deploymentSpecId": {
59605993
"type": "string",

0 commit comments

Comments
 (0)