This script will allow to login as long as you have required certificate installed on your machine
- Will Check if the certificate is installed
- If not will ask you to login (one time) to access KeyVault
- Download Certificate, install certificate on the machine (will prompt to set certificate password)
- Login using the recently installed certificate
- Set the context for Test Subscription
- Download PublishSettings file from keyVault to enable log into ASM
- Run Tests
- Clean up - Delete any locally downloaded certificates or publishsettings file
- Check if certificate is installed
- If Yes, log in using certificate
- Download publishsettings file from KeyVault
- Log into ASM using publish settings file
- Run Tests
- Clean up
The script that kick starts running test is RunInstallationTests.ps1 This script takes two parameters
-
uninstallLocalCert
- $true: will uninstalled existing certificate
- $false: will not uninstall existing certificate
-
runOnCIMachine
- $true:
- this mode will allow to fail fast, especially if it detects local certificate is not installed and needs manual login, it will fail
- this will also set the DebugPreference = "Continue", this allows you to get more verbose output of the various cmdlets that are executed as part of the test
- $false: will check if the local certificate is installed, if not manually will prompt user to log in and install the certificate from KeyVault
- $true: