Move to 2020.2

Point update_schemas.py at 2020.2 and run the script.

An overview of 2020.2 can be found at:
https://www.dmtf.org/sites/default/files/Redfish_Release_2020.2_Overview.pdf

Tested: Loaded on a Witherspoon and ran the validator.
        See the new schemas.
Change-Id: Idb6cbc58efe484dcffa0cc22deff3a4746af67ed
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/EventService/EventService.json b/static/redfish/v1/JsonSchemas/EventService/EventService.json
index 33b7e75..f14181a 100644
--- a/static/redfish/v1/JsonSchemas/EventService/EventService.json
+++ b/static/redfish/v1/JsonSchemas/EventService/EventService.json
@@ -1,5 +1,5 @@
 {
-    "$id": "http://redfish.dmtf.org/schemas/v1/EventService.v1_6_0.json",
+    "$id": "http://redfish.dmtf.org/schemas/v1/EventService.v1_7_0.json",
     "$ref": "#/definitions/EventService",
     "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
     "copyright": "Copyright 2014-2020 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -382,6 +382,9 @@
                 "Login",
                 "CRAM_MD5"
             ],
+            "enumDeprecated": {
+                "Login": "This value has been deprecated in favor of `Plain`, which supersedes the LOGIN authentication method for SASL."
+            },
             "enumDescriptions": {
                 "AutoDetect": "Auto-detect.",
                 "CRAM_MD5": "CRAM-MD5 authentication.",
@@ -396,6 +399,9 @@
                 "None": "This value shall indicate authentication is not required.",
                 "Plain": "This value shall indicate authentication conforms to the RFC4954-defined AUTH PLAIN mechanism."
             },
+            "enumVersionDeprecated": {
+                "Login": "v1_7_0"
+            },
             "type": "string"
         },
         "SMTPConnectionProtocol": {
@@ -512,7 +518,7 @@
                 },
                 "EventId": {
                     "description": "The ID for the event to add.",
-                    "longDescription": "This parameter shall have the same semantics as the EventId property in the Event schema for Redfish.  A service may ignore this value and replace it with its own.",
+                    "longDescription": "This parameter shall have the same semantics as the EventId property in the Event schema for Redfish.  A service can ignore this value and replace it with its own.",
                     "type": "string"
                 },
                 "EventTimestamp": {
@@ -588,6 +594,6 @@
         }
     },
     "owningEntity": "DMTF",
-    "release": "2020.1",
-    "title": "#EventService.v1_6_0.EventService"
+    "release": "2020.2",
+    "title": "#EventService.v1_7_0.EventService"
 }
\ No newline at end of file