Created
May 16, 2023 23:47
-
-
Save weinong/4f16dc478064dadd75c7686e2cae67dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Below is a markdown demo | |
| ```sh | |
| # Navigate to aks-rp/toolkit/azureclients/pav2subscriptionclient folder in terminal | |
| # Setup your enviroment variable | |
| export TENANT_ID="<specify with real value>" | |
| export CLIENT_ID="<specify with real value>" | |
| export CLIENT_SECRET="<specify with real value>" | |
| export VCR_MODE="RecordOnly" | |
| go test | |
| # Replay Mode | |
| export VCR_MODE="ReplayOnly" | |
| go test | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment