Skip to content

Commit

Permalink
ARM requires new API versions to have systemData
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuChhabra committed Oct 6, 2020
1 parent 1e7ecfd commit ed89aac
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,12 @@
"schema": {
"$ref": "#/definitions/ListBlobInventoryPolicy"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
Expand Down Expand Up @@ -3974,17 +3980,21 @@
"items": {
"$ref": "#/definitions/BlobInventoryPolicy"
},
"description": "List of blob inventory policies returned.",
"description": "List of blob inventory policies.",
"readOnly": true
}
}
},
"description": "List of blob inventory policies returned."
},
"BlobInventoryPolicy": {
"properties": {
"properties": {
"$ref": "#/definitions/BlobInventoryPolicyProperties",
"x-ms-client-flatten": true,
"description": "Returns the storage account blob inventory policy rules."
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData"
}
},
"allOf": [
Expand Down

0 comments on commit ed89aac

Please sign in to comment.