This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix KeyVault backed Scope Bug (#187)
KeyVault DNS are always lowercase and are case sensitive. When you have a KeyVault named with any uppercase characters this operation will fail saying that the KeyVault DNS doesn't exist. making the $LastPart variable lowercase fixes this bug.
- Loading branch information