From ab5c2b76e30700d8e4e7ea48a848b9805229a455 Mon Sep 17 00:00:00 2001 From: Christopher Gallo Date: Mon, 18 Sep 2023 12:18:40 -0500 Subject: [PATCH] 20230918 release --- bin/generateSLDN.py | 0 .../getM2ControllerFlag.md | 14 +++++++++++++ content/release_notes/2023/20230918.md | 21 +++++++++++++++++++ data/sldn_metadata.json | 17 +++++++++++++++ 4 files changed, 52 insertions(+) mode change 100644 => 100755 bin/generateSLDN.py create mode 100644 content/reference/services/SoftLayer_Product_Item/getM2ControllerFlag.md create mode 100644 content/release_notes/2023/20230918.md diff --git a/bin/generateSLDN.py b/bin/generateSLDN.py old mode 100644 new mode 100755 diff --git a/content/reference/services/SoftLayer_Product_Item/getM2ControllerFlag.md b/content/reference/services/SoftLayer_Product_Item/getM2ControllerFlag.md new file mode 100644 index 0000000000..4c18332551 --- /dev/null +++ b/content/reference/services/SoftLayer_Product_Item/getM2ControllerFlag.md @@ -0,0 +1,14 @@ +--- +title: "getM2ControllerFlag" +description: "Indicates whether an item is a M.2 disk controller." +date: "2018-02-12" +tags: + - "method" + - "sldn" + - "Product" +classes: + - "SoftLayer_Product_Item" +type: "reference" +layout: "method" +mainService : "SoftLayer_Product_Item" +--- diff --git a/content/release_notes/2023/20230918.md b/content/release_notes/2023/20230918.md new file mode 100644 index 0000000000..ae47be1acb --- /dev/null +++ b/content/release_notes/2023/20230918.md @@ -0,0 +1,21 @@ +--- +title: "Release notes: September 18 2023" +date: "2023-09-18" +tags: + - "release notes" +--- + +#### API +- New [SoftLayer_User_Permission_Action](https://sldn.softlayer.com/reference/services/SoftLayer_User_Permission_Action/) Added + + SOFTWARE_LICENSE_MANAGE + + SOFTWARE_MANAGE + + IMAGE_TEMPLATE_MANAGE + + MANAGE_DEDICATED_HOST + + MANAGE_DISK_IMAGE + + MANAGE_VIRTUAL_GUEST + + VIEW_LOCATION_RESERVATION + + MANAGE_CONFIGURATION_TEMPLATE + + MANAGE_CUSTOMER_HARDWARE +- Removed unused MobileDevice classes +- Adding LBAAS uuid to SoftLayer_Network_Subnet_IpAddress_UsageDetail::resourceContext +- Addressed a bug where Global IP Addresses routed to compute resources were errantly reclaimed when the associated compute resource was reclaimed. \ No newline at end of file diff --git a/data/sldn_metadata.json b/data/sldn_metadata.json index e8603d24e0..d5a9ba2f90 100644 --- a/data/sldn_metadata.json +++ b/data/sldn_metadata.json @@ -184993,6 +184993,17 @@ "deprecated": false, "limitable": true }, + "getM2ControllerFlag": { + "doc": "Indicates whether an item is a M.2 disk controller.", + "docOverview": "", + "name": "getM2ControllerFlag", + "type": "boolean", + "typeArray": null, + "ormMethod": true, + "maskable": true, + "filterable": true, + "deprecated": false + }, "getM2DriveFlag": { "doc": "Indicates whether an item is a M.2 drive.", "docOverview": "", @@ -185404,6 +185415,12 @@ "typeArray": true, "doc": "An item's location conflicts. For example, Dual Path network functionality cannot be ordered in WDC and as such is a conflict." }, + "m2ControllerFlag": { + "name": "m2ControllerFlag", + "type": "boolean", + "form": "relational", + "doc": "Indicates whether an item is a M.2 disk controller." + }, "m2DriveFlag": { "name": "m2DriveFlag", "type": "boolean",