From 67a3abe634af20e6582635adcb60b56e107a8e9b Mon Sep 17 00:00:00 2001
From: Gauri Prasad <gapra@microsoft.com>
Date: Thu, 19 Dec 2019 15:22:47 -0800
Subject: [PATCH] Modified swagger to fix some descriptions

---
 .../preview/2019-07-07/blob.json              |  6 ++--
 .../preview/2019-07-07/file.json              | 30 +++++++++----------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-07-07/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-07-07/blob.json
index 505107fa77f0..b698737f0ec7 100644
--- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-07-07/blob.json
+++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-07-07/blob.json
@@ -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",
@@ -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",
@@ -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",
diff --git a/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-07-07/file.json b/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-07-07/file.json
index 1deb0ff95e31..996917110144 100644
--- a/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-07-07/file.json
+++ b/specification/storage/data-plane/Microsoft.FileStorage/preview/2019-07-07/file.json
@@ -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."
                             }
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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."
                             }
@@ -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",
@@ -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",