diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/BlobContainersDelete.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/BlobContainersDelete.json index 154348285c9d..019d7191af66 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/BlobContainersDelete.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/BlobContainersDelete.json @@ -8,11 +8,7 @@ "monitor": "true" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountCreate.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountCreate.json index 10e2766a98be..716fd1ae6ced 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountCreate.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountCreate.json @@ -55,8 +55,6 @@ "type": "Microsoft.Storage/storageAccounts" } }, - "202": { - "body": "" - } + "202": {} } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountDelete.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountDelete.json index cb13f44a7518..928e7835434e 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountDelete.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountDelete.json @@ -7,11 +7,7 @@ "monitor": "true" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountDeleteManagementPolicy.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountDeleteManagementPolicy.json index 1ea0398fbaa5..a76d5ea0e54d 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountDeleteManagementPolicy.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountDeleteManagementPolicy.json @@ -8,11 +8,7 @@ "monitor": "true" }, "responses": { - "200": { - "body": "" - }, - "204": { - "body": "" - } + "200": {}, + "204": {} } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountFailover.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountFailover.json index 1e158037cd98..03a3ff702603 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountFailover.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/examples/StorageAccountFailover.json @@ -7,11 +7,7 @@ "monitor": "true" }, "responses": { - "200": { - "body": "" - }, - "202": { - "body": "" - } + "200": {}, + "202": {} } } diff --git a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/storage.json b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/storage.json index 90099aa87c85..4997e5519c20 100644 --- a/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/storage.json +++ b/specification/storage/resource-manager/Microsoft.Storage/stable/2019-04-01/storage.json @@ -2160,7 +2160,6 @@ "properties": { "$ref": "#/definitions/ManagementPolicyProperties", "x-ms-client-flatten": true, - "readOnly": true, "description": "Returns the Storage Account Data Policies Rules." } }, @@ -2317,9 +2316,10 @@ "DateAfterModification": { "properties": { "daysAfterModificationGreaterThan": { - "type": "integer", + "type": "number", + "multipleOf": 1.0, "minimum": 0, - "description": "Integer value indicating the age in days after last modification" + "description": "Value indicating the age in days after last modification" } }, "required": [ @@ -2330,9 +2330,10 @@ "DateAfterCreation": { "properties": { "daysAfterCreationGreaterThan": { - "type": "integer", + "type": "number", + "multipleOf": 1.0, "minimum": 0, - "description": "Integer value indicating the age in days after creation" + "description": "Value indicating the age in days after creation" } }, "required": [