Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Fixes bugs in TransformTag attribute #70

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

indented-automation
Copy link
Collaborator

Fixes #69

  • Updates TransformTagAttribute class
  • Adds tests for TransformTagAttribute
  • Substitutes PowerShell Core dependency for PowerShellStandard.Library (cross-platform, supports both win PS and PS core)

@scrthq scrthq self-assigned this Mar 4, 2020
@scrthq
Copy link
Member

scrthq commented Mar 4, 2020

Merging this into the release branch and cleaning up where needed, thank you @indented-automation ! ❤️

@scrthq scrthq merged commit fb40de9 into release/2.11.0 Mar 4, 2020
scrthq added a commit that referenced this pull request Mar 4, 2020
## 2.11.0 - 2020-03-04

* [Issue #69](#69) + [PR #70](#70) - _Thanks, [@indented-automation](https://github.com/indented-automation)!!!_
  * Started `VaporShell.Core` class library to include with the module, first class being `TransformTagAttribute` to cleanly convert `Tags` parameter input to the appropriate format if not already.
  * Added Pester tests to confirm Tag transforms are working as expected.
* [Issue #68](#68) - _Thanks, [@indented-automation](https://github.com/indented-automation) and [@austoonz](https://github.com/austoonz)!!!_
  * Surfaced errors better on AWS SDK errors so the actual error is visible.
  * Added the `FallbackCredentialFactory` to better support running in environments where credentials files are not a practical option.
* Miscellaneous
  * Updated PseudoParameter list to current spec.
  * Added newer intrinsic functions `Add-FnCidr` and `Add-FnTransform`.
@scrthq scrthq mentioned this pull request Mar 4, 2020
scrthq added a commit that referenced this pull request Mar 4, 2020
## 2.11.0 - 2020-03-04

* [Issue #69](#69) + [PR #70](#70) - _Thanks, [@indented-automation](https://github.com/indented-automation)!!!_
  * Started `VaporShell.Core` class library to include with the module, first class being `TransformTagAttribute` to cleanly convert `Tags` parameter input to the appropriate format if not already.
  * Added Pester tests to confirm Tag transforms are working as expected.
* [Issue #68](#68) - _Thanks, [@indented-automation](https://github.com/indented-automation) and [@austoonz](https://github.com/austoonz)!!!_
  * Surfaced errors better on AWS SDK errors so the actual error is visible.
  * Added the `FallbackCredentialFactory` to better support running in environments where credentials files are not a practical option.
* Miscellaneous
  * Updated PseudoParameter list to current spec.
  * Added newer intrinsic functions `Add-FnCidr` and `Add-FnTransform`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants