Skip to content

Commit

Permalink
Modified swagger to fix some descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft committed Dec 19, 2019
1 parent 9469f79 commit 67a3abe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9641,7 +9641,7 @@
"x-ms-parameter-grouping": {
"name": "cpk-scope-info"
},
"description": "Optional. Version 2019-02-02 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services."
"description": "Optional. Version 2019-07-07 and later. Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. For more information, see Encryption at Rest for Azure Storage Services."
},
"DefaultEncryptionScope": {
"name": "x-ms-default-encryption-scope",
Expand All @@ -9653,7 +9653,7 @@
"x-ms-parameter-grouping": {
"name": "container-cpk-scope-info"
},
"description": "Optional. Version 2019-02-02 and later. Specifies the default encryption scope to set on the container and use for all future writes."
"description": "Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes."
},
"DenyEncryptionScopeOverride": {
"name": "x-ms-deny-encryption-scope-override",
Expand All @@ -9665,7 +9665,7 @@
"x-ms-parameter-grouping": {
"name": "container-cpk-scope-info"
},
"description": "Optional. Version 2019-02-02 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container."
"description": "Optional. Version 2019-07-07 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container."
},
"FileRenameSource": {
"name": "x-ms-rename-source",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@
"description": "Contains count of number of handles closed."
},
"x-ms-number-of-handles-failed": {
"x-ms-client-name": "numberOfHandlesFailedToClosed",
"x-ms-client-name": "numberOfHandlesFailedToClose",
"type": "integer",
"description": "Contains count of number of handles that failed to closed."
}
Expand Down Expand Up @@ -2996,12 +2996,12 @@
"Last-Modified": {
"type": "string",
"format": "date-time-rfc1123",
"description": "Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob."
"description": "Returns the date and time the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the last-modified time of the file."
},
"x-ms-lease-id": {
"x-ms-client-name": "LeaseId",
"type": "string",
"description": "Uniquely identifies a blobs's lease"
"description": "Uniquely identifies a file's lease"
},
"x-ms-client-request-id": {
"x-ms-client-name": "ClientRequestId",
Expand All @@ -3016,7 +3016,7 @@
"x-ms-version": {
"x-ms-client-name": "Version",
"type": "string",
"description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above."
"description": "Indicates the version of the File service used to execute the request."
},
"Date": {
"type": "string",
Expand Down Expand Up @@ -3100,7 +3100,7 @@
"Last-Modified": {
"type": "string",
"format": "date-time-rfc1123",
"description": "Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob."
"description": "Returns the date and time the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the last-modified time of the file."
},
"x-ms-client-request-id": {
"x-ms-client-name": "ClientRequestId",
Expand All @@ -3115,7 +3115,7 @@
"x-ms-version": {
"x-ms-client-name": "Version",
"type": "string",
"description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above."
"description": "Indicates the version of the File service used to execute the request."
},
"Date": {
"type": "string",
Expand Down Expand Up @@ -3202,12 +3202,12 @@
"Last-Modified": {
"type": "string",
"format": "date-time-rfc1123",
"description": "Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob."
"description": "Returns the date and time the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the last-modified time of the file."
},
"x-ms-lease-id": {
"x-ms-client-name": "LeaseId",
"type": "string",
"description": "Uniquely identifies a blobs's lease"
"description": "Uniquely identifies a file's lease"
},
"x-ms-client-request-id": {
"x-ms-client-name": "ClientRequestId",
Expand All @@ -3222,7 +3222,7 @@
"x-ms-version": {
"x-ms-client-name": "Version",
"type": "string",
"description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above."
"description": "Indicates the version of the File service used to execute the request."
},
"Date": {
"type": "string",
Expand Down Expand Up @@ -3306,12 +3306,12 @@
"Last-Modified": {
"type": "string",
"format": "date-time-rfc1123",
"description": "Returns the date and time the blob was last modified. Any operation that modifies the blob, including an update of the blob's metadata or properties, changes the last-modified time of the blob."
"description": "Returns the date and time the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the last-modified time of the file."
},
"x-ms-lease-id": {
"x-ms-client-name": "LeaseId",
"type": "string",
"description": "Uniquely identifies a blobs's lease"
"description": "Uniquely identifies a file's lease"
},
"x-ms-client-request-id": {
"x-ms-client-name": "ClientRequestId",
Expand All @@ -3326,7 +3326,7 @@
"x-ms-version": {
"x-ms-client-name": "Version",
"type": "string",
"description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above."
"description": "Indicates the version of the File service used to execute the request."
},
"Date": {
"type": "string",
Expand Down Expand Up @@ -4051,7 +4051,7 @@
"description": "Contains count of number of handles closed."
},
"x-ms-number-of-handles-failed": {
"x-ms-client-name": "numberOfHandlesFailedToClosed",
"x-ms-client-name": "numberOfHandlesFailedToClose",
"type": "integer",
"description": "Contains count of number of handles that failed to closed."
}
Expand Down Expand Up @@ -5134,7 +5134,7 @@
"required": false,
"type": "string",
"x-ms-parameter-location": "method",
"description": "Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats."
"description": "Proposed lease ID, in a GUID string format. The File service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats."
},
"ProposedLeaseIdRequired": {
"name": "x-ms-proposed-lease-id",
Expand All @@ -5143,7 +5143,7 @@
"required": true,
"type": "string",
"x-ms-parameter-location": "method",
"description": "Proposed lease ID, in a GUID string format. The Blob service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats."
"description": "Proposed lease ID, in a GUID string format. The File service returns 400 (Invalid request) if the proposed lease ID is not in the correct format. See Guid Constructor (String) for a list of valid GUID string formats."
},
"Range": {
"name": "x-ms-range",
Expand Down

0 comments on commit 67a3abe

Please sign in to comment.