Skip to content

Commit

Permalink
Pull request #100: [All] Bugfixes
Browse files Browse the repository at this point in the history
Merge in A2S/akamaipowershell from bugfixes to master

* commit 'e944b7c2ed6f6990739a59819db9fc52b16d6cbd':
  Further changes
  Removing sensitive tests, updating readme and changelog
  Minor bugfixes, cloudlet updates
  Refactoring. Removing sensitive or deprecated APIs. Fixes
  • Loading branch information
stuart-macleod-akamai committed Aug 13, 2024
2 parents 89b94ff + e944b7c commit 07893de
Show file tree
Hide file tree
Showing 891 changed files with 311 additions and 37,833 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

# Changelog

## 1 13.0 (13/8/2024)

### Deprecations and v2 warnings

Version 2 of the Akamai module has been released, so we are now actively pushing users to upgrade. This is the last release of v1, so please consult our documentation about an upgrade path. Note: You must remove v1 before installing v2, as there is no direct update available.

- [All] Removed deprecated TCM API
- [BotMan / Billing / LDS] Code removed due to API being classified as sensitive. A new version will be released behind a Control Centre login
- [CPS] Fixed issue in Get-CPSDVHistory response
- [AppSec] Fixed HTTP method on Remove-AppSecConfigurationVersion
- [Cloudlets] Expanded acceptable Cloudlet types for New-SharedCloudletPolicy
- [Examples] Fixed List-HostnamesInContract script for PowerShell 5.1 users
- [ChinaCDN] Fixed missing parameter on several functions
- [Datastream] Removed functions which called deprecated v1 of the DS API
- [Image Manager] Removed deprecated ImageCollection functions
- [Shared] Added option to handle location header in 200 response in pwsh 7.4+
- [Shared] Removed scoping on code to disable 100-continue

## 1.12.0 (3/11/2023)

### Signing updates, proxy credential support & bugfixes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Akamai Powershell

------------------------------------------------------------------------------------------------------------------------------------
_WARNING: This module is now deprecated and we strongly advise you to upgrade to version 2, the code for which [can be found here](https://github.com/akamai/powershell). See [our documentation](https://techdocs.akamai.com/powershell/docs/overview) for more information._
------------------------------------------------------------------------------------------------------------------------------------

This module is designed to abstract the sometimes complex Akamai API commands, and their auth in particular. It can be used in Powershell 5.x or later (6+ is recommended), and has been tested on MacOS and Linux. It is in no way complete, but rather is meant to be a collaborative effort to provide Powershell implementation of most (if not all) Akamai APIs. Pull requests are welcome, and encouraged!

The central function of the module is Invoke-AkamaiRestMethod, which is a heavily modified version of the deprecated Invoke-AkamaiOpen you can find [here](https://github.com/akamai/AkamaiOPEN-edgegrid-powershell).
Expand Down
270 changes: 0 additions & 270 deletions billing/Get-ProductUsage.ps1

This file was deleted.

279 changes: 0 additions & 279 deletions billing/Get-ProductUsagePerDay.ps1

This file was deleted.

287 changes: 0 additions & 287 deletions billing/Get-ProductUsagePerMonth.ps1

This file was deleted.

268 changes: 0 additions & 268 deletions botman/Get-AppSecPolicyAkamaiBotCategoryAction.ps1

This file was deleted.

268 changes: 0 additions & 268 deletions botman/Get-AppSecPolicyBotDetectionAction.ps1

This file was deleted.

268 changes: 0 additions & 268 deletions botman/Get-AppSecPolicyCustomBotCategoryAction.ps1

This file was deleted.

268 changes: 0 additions & 268 deletions botman/Get-AppSecPolicyTransactionalEndpoint.ps1

This file was deleted.

245 changes: 0 additions & 245 deletions botman/Get-BotManAkamaiBotCategory.ps1

This file was deleted.

Loading

0 comments on commit 07893de

Please sign in to comment.