Skip to content

Commit

Permalink
add xms-ids for netapp (Azure#17896)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinglingTong authored and FredericHeem committed May 16, 2022
1 parent 4143ce9 commit 34b73c9
Showing 1 changed file with 43 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3041,6 +3041,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of Storage operations supported by the Storage resource provider."
}
}
Expand Down Expand Up @@ -3102,14 +3105,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/MetricSpecification"
}
},
"x-ms-identifiers": [
"name"
]
},
"logSpecifications": {
"description": "Log specification of operation.",
"type": "array",
"items": {
"$ref": "#/definitions/LogSpecification"
}
},
"x-ms-identifiers": [
"name"
]
}
}
},
Expand Down Expand Up @@ -3175,7 +3184,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/Dimension"
}
},
"x-ms-identifiers": [
"name"
]
},
"aggregationType": {
"type": "string",
Expand Down Expand Up @@ -3506,7 +3518,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/activeDirectory"
}
},
"x-ms-identifiers": [
"activeDirectoryId"
]
},
"encryption": {
"description": "Encryption settings",
Expand Down Expand Up @@ -4084,7 +4099,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/exportPolicyRule"
}
},
"x-ms-identifiers": [
"ruleIndex"
]
}
}
},
Expand Down Expand Up @@ -4207,7 +4225,10 @@
"description": "List of mount targets",
"items": {
"$ref": "#/definitions/mountTargetProperties"
}
},
"x-ms-identifiers": [
"fileSystemId"
]
},
"volumeType": {
"type": "string",
Expand Down Expand Up @@ -4400,7 +4421,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/placementKeyValuePairs"
}
},
"x-ms-identifiers": [
"key"
]
}
}
},
Expand Down Expand Up @@ -4678,7 +4702,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/exportPolicyRule"
}
},
"x-ms-identifiers": [
"ruleIndex"
]
}
}
},
Expand Down Expand Up @@ -5430,7 +5457,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/volumeBackups"
}
},
"x-ms-identifiers": [
"volumeName"
]
}
}
},
Expand Down Expand Up @@ -5954,7 +5984,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/placementKeyValuePairs"
}
},
"x-ms-identifiers": [
"key"
]
},
"deploymentSpecId": {
"type": "string",
Expand Down

0 comments on commit 34b73c9

Please sign in to comment.