Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20240816 Release #682

Merged
merged 3 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
pip install --upgrade "git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
- name: Detect Secrets
run: |
detect-secrets scan --update .secrets.baseline
detect-secrets scan --update .secrets.baseline --exclude-files "static/*|content/reference/*|data/sldn_metadata\.json"
detect-secrets audit .secrets.baseline --report --fail-on-unaudited --omit-instructions
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ repos:
# when "--baseline" without "--use-all-plugins", pre-commit scan with just plugins in baseline file
# when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
# add "--fail-on-unaudited" to fail pre-commit for unaudited potential secrets
args: [--baseline, .secrets.baseline, --use-all-plugins]
args: [--baseline, .secrets.baseline, --use-all-plugins, --exclude-files "static/*|content/reference/*|data/sldn_metadata\.json"]
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"exclude": {
"files": "data/sldn_metadata.json|content/reference/*|static/*|^.secrets.baseline$",
"files": "static/*|content/reference/*|data/sldn_metadata\\.json|^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-04-26T17:39:37Z",
"generated_at": "2024-08-16T19:42:32Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SoftLayer_Account_Link_OpenStack_LinkRequest"
description: "Details required for OpenStack link request"
description: "Details Deprecated."
date: "2018-02-12"
tags:
- "datatype"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "getDiscountingInvoiceItemId"
description: "The invoice item ID from which the discount is derived."
date: "2018-02-12"
tags:
- "method"
- "sldn"
- "Billing"
classes:
- "SoftLayer_Billing_Invoice_Item"
type: "reference"
layout: "method"
mainService : "SoftLayer_Billing_Invoice_Item"
---

### [REST Example](#getDiscountingInvoiceItemId-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getDiscountingInvoiceItemId-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Invoice_Item/{SoftLayer_Billing_Invoice_ItemID}/getDiscountingInvoiceItemId'
```
10 changes: 10 additions & 0 deletions content/release_notes/2024/20240816.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Release notes: August 16, 2024"
date: "2024-08-16"
tags:
- "release notes"
---

#### API

- Eliminate deprecated bandwidth API properties. Delete deprecated SoftLayer_Network_Bandwidth_Version1_Usage. Eliminate unused ORM keys in the bandwidth space NETWORK-14557
Loading