Skip to content
Merged
Show file tree
Hide file tree
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 @@ -555,6 +555,7 @@
"items": {
"$ref": "#/definitions/LifetimeAction"
},
"x-ms-identifiers": [],
"description": "The lifetimeActions for key rotation action."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,11 @@
"items": {
"$ref": "#/definitions/AccessPolicyEntry"
},
"x-ms-identifiers": [
"tenantId",
"objectId",
"permissions"
],
"description": "An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required."
},
"vaultUri": {
Expand Down Expand Up @@ -1337,6 +1342,11 @@
"items": {
"$ref": "#/definitions/AccessPolicyEntry"
},
"x-ms-identifiers": [
"tenantId",
"objectId",
"permissions"
],
"description": "An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID."
},
"enabledForDeployment": {
Expand Down Expand Up @@ -1399,6 +1409,11 @@
"items": {
"$ref": "#/definitions/AccessPolicyEntry"
},
"x-ms-identifiers": [
"tenantId",
"objectId",
"permissions"
],
"description": "An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID."
}
},
Expand Down Expand Up @@ -1774,6 +1789,9 @@
"items": {
"$ref": "#/definitions/VirtualNetworkRule"
},
"x-ms-identifiers": [
"id"
],
"description": "The list of virtual network rules."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,9 @@
"items": {
"$ref": "#/definitions/MHSMIPRule"
},
"x-ms-identifiers": [
"value"
],
"description": "The list of IP address rules."
},
"virtualNetworkRules": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [],
"description": "List of Storage operations supported by the Storage resource provider."
},
"nextLink": {
Expand Down Expand Up @@ -140,14 +141,20 @@
"type": "array",
"items": {
"$ref": "#/definitions/LogSpecification"
}
},
"x-ms-identifiers": [
"name"
]
},
"metricSpecifications": {
"description": "Metric specifications of operation.",
"type": "array",
"items": {
"$ref": "#/definitions/MetricSpecification"
}
},
"x-ms-identifiers": [
"name"
]
}
},
"type": "object"
Expand Down Expand Up @@ -216,7 +223,10 @@
"description": "The dimensions of metric",
"items": {
"$ref": "#/definitions/DimensionProperties"
}
},
"x-ms-identifiers": [
"name"
]
},
"fillGapWithZero": {
"type": "boolean",
Expand Down