Skip to content

Commit

Permalink
Merge pull request #2212 from softlayer/issues2211
Browse files Browse the repository at this point in the history
#2211 removed CDN commands and created a deprecated message for them
  • Loading branch information
allmightyspiff authored Feb 14, 2025
2 parents cc9392d + ae74e81 commit 8b34597
Show file tree
Hide file tree
Showing 22 changed files with 60 additions and 1,263 deletions.
28 changes: 14 additions & 14 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-10-07T21:05:06Z",
"generated_at": "2025-02-14T20:05:29Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -574,7 +574,7 @@
"hashed_secret": "a4c805a62a0387010cd172cfed6f6772eb92a5d6",
"is_secret": false,
"is_verified": false,
"line_number": 32,
"line_number": 31,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -584,7 +584,7 @@
"hashed_secret": "f7a9e24777ec23212c54d7a350bc5bea5477fdbb",
"is_secret": false,
"is_verified": false,
"line_number": 1088,
"line_number": 1077,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -604,15 +604,15 @@
"hashed_secret": "8de91b1f4c8ca32302ae101da16fb88fb127582a",
"is_secret": false,
"is_verified": false,
"line_number": 165,
"line_number": 168,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "2da422d13be8072a8dcae1e46b36add9cb2372fa",
"is_secret": false,
"is_verified": false,
"line_number": 190,
"line_number": 193,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -640,39 +640,39 @@
"hashed_secret": "2c0ceacd445f15ebc02315e18fb3ed8ec73a61a0",
"is_secret": false,
"is_verified": false,
"line_number": 544,
"line_number": 545,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "f08bf4f915242a2700e861e4e073ab45dc745e92",
"is_secret": false,
"is_verified": false,
"line_number": 551,
"line_number": 552,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "806f21b4bc195ffd5749f295b83909d66a56ff38",
"is_secret": false,
"is_verified": false,
"line_number": 583,
"line_number": 584,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "1c89f7ca3440fe5db16e3b0ffe414d11845331d9",
"is_secret": false,
"is_verified": false,
"line_number": 589,
"line_number": 590,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "bc553d847e40dd6f3f63638f16f57b28ce1425cc",
"is_secret": false,
"is_verified": false,
"line_number": 596,
"line_number": 597,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand Down Expand Up @@ -700,7 +700,7 @@
"hashed_secret": "8af1f8146d96a3cd862281442d0d6c5cb6f8f9e5",
"is_secret": false,
"is_verified": false,
"line_number": 176,
"line_number": 181,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand All @@ -720,7 +720,7 @@
"hashed_secret": "9878e362285eb314cfdbaa8ee8c300c285856810",
"is_secret": false,
"is_verified": false,
"line_number": 324,
"line_number": 313,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -748,15 +748,15 @@
"hashed_secret": "f08c5dc4980df3c1237e88b872a2429dac6be328",
"is_secret": false,
"is_verified": false,
"line_number": 310,
"line_number": 297,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "7e6a3680012346b94b54731e13d8a9ffa3790645",
"is_secret": false,
"is_verified": false,
"line_number": 396,
"line_number": 383,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
11 changes: 11 additions & 0 deletions SoftLayer/CLI/cdn/cdn.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""https://cloud.ibm.com/docs/CDN?topic=CDN-cdn-deprecation"""
# :license: MIT, see LICENSE for more details.

import click

import SoftLayer


@click.command(cls=SoftLayer.CLI.command.SLCommand, deprecated=True)
def cli():
"""https://cloud.ibm.com/docs/CDN?topic=CDN-cdn-deprecation"""
56 changes: 0 additions & 56 deletions SoftLayer/CLI/cdn/create.py

This file was deleted.

21 changes: 0 additions & 21 deletions SoftLayer/CLI/cdn/delete.py

This file was deleted.

46 changes: 0 additions & 46 deletions SoftLayer/CLI/cdn/detail.py

This file was deleted.

93 changes: 0 additions & 93 deletions SoftLayer/CLI/cdn/edit.py

This file was deleted.

Loading

0 comments on commit 8b34597

Please sign in to comment.