Move to 2021.1

Update the script to point at 2021.1 and run it.

Since we have an exclude list, this only brings in new versions of
schemas bmcweb already uses.

Overview of 2021.1:
https://www.dmtf.org/sites/default/files/Redfish_Release_2021.1_Overview.pdf

Features IBM plans to use:
Resource, Action, Enum, and Property Deprecated Messages
Boot Progress: Setup Entered
System: Stop Boot On Fault
Chassis: Spare Part Number
Enabled for Memory, Processor
Log Entry: AutomatedServiceNotify, Resolution
Power Modes
Enable/Disable USB

Tested: Clean run of the validator passes.
Change-Id: Ib22e5ea314c41ae354930b2c5857fe9512859507
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json b/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
index a607d06..f3046dd 100644
--- a/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
+++ b/static/redfish/v1/JsonSchemas/PCIeFunction/PCIeFunction.json
@@ -1,8 +1,8 @@
 {
-    "$id": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.v1_2_3.json",
+    "$id": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.v1_3_0.json",
     "$ref": "#/definitions/PCIeFunction",
     "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
-    "copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
+    "copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
     "definitions": {
         "Actions": {
             "additionalProperties": false,
@@ -273,6 +273,13 @@
                         "null"
                     ]
                 },
+                "Enabled": {
+                    "description": "An indication of whether this PCIe device function is enabled.",
+                    "longDescription": "The value of this property shall indicate if this PCIe device function is enabled.",
+                    "readonly": false,
+                    "type": "boolean",
+                    "versionAdded": "v1_3_0"
+                },
                 "FunctionId": {
                     "description": "The PCIe Function Number.",
                     "longDescription": "This property shall contain the PCIe Function Number within a given PCIe device.",
@@ -362,6 +369,6 @@
         }
     },
     "owningEntity": "DMTF",
-    "release": "2018.1",
-    "title": "#PCIeFunction.v1_2_3.PCIeFunction"
+    "release": "2021.1",
+    "title": "#PCIeFunction.v1_3_0.PCIeFunction"
 }
\ No newline at end of file