Skip to content

Releases: nekrassov01/Pasm

1.3.9

28 Nov 13:04
Compare
Choose a tag to compare

Fixed typo

1.3.8

28 Nov 06:32
060be36
Compare
Choose a tag to compare

Feature

  • Add Invoke-PasmExport to create a simple csv for external use. (#25)

Add

  • Invoke-PasmExport

1.3.7

21 Nov 17:20
41c3739
Compare
Choose a tag to compare

Feature

  • In the cleanup process, if the resource to be deleted could not be obtained by using the ID as a key, it can now be cleaned up by using the name as a key if the Force switch is enabled. (#24)

Update

  • Invoke-PasmCleanUp

1.3.6

10 Nov 13:11
0237122
Compare
Choose a tag to compare

Feature

  • Change the previous behavior and create an ephemeral port permission rule for the Inbound and a 0.0.0.0/0 permission rule for the Outbound by default. (#13)

Update

  • Invoke-PasmInitialize
  • Invoke-PasmBlueprint
  • Invoke-PasmDeployment
  • Helpers
  • README.md
  • Pasm.psm1
  • Pasm.Tests.ps1

1.3.5

09 Nov 13:05
019adf9
Compare
Choose a tag to compare

Feature

  • Fix inconsistency of ids and names at deployment (#18)

Update

  • Invoke-PasmDeployment

1.3.4

09 Nov 12:43
f6cc67d
Compare
Choose a tag to compare

Feature

  • Overwrite ResourceId with literal string after cleanup (#17)

Update

  • Invoke-PasmCleanUp

1.3.3

09 Nov 07:07
Compare
Choose a tag to compare

Feature

  • Add id verification in Invoke-PasmInitialize (#12)

1.3.2

07 Nov 12:57
Compare
Choose a tag to compare

Feature

  • Fix bug: Invoke-PasmCleanUp

1.3.1

06 Nov 11:48
Compare
Choose a tag to compare

Feature

  • Fixed the small bugs.

1.3.0

04 Nov 14:56
b4ab64e
Compare
Choose a tag to compare

Feature

  • Clean up the deployed resources. (#11)

Add

  • Invoke-PasmCleanUp

Update

  • Pasm.psm1
  • Pasm.Tests.ps1
  • Helper.ps1
  • Invoke-PasmBlueprint
  • Invoke-PasmDeployment
  • README.md

Usage

Invoke-PasmCleanUp -FilePath blueprint.yml

Caution

  • Force detach of associated resources.
  • Skip requester-managed ENIs, as they cannot be detached.