Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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