Skip to content

Instantly share code, notes, and snippets.

@weinong
Created May 16, 2023 23:47
Show Gist options
  • Select an option

  • Save weinong/4f16dc478064dadd75c7686e2cae67dd to your computer and use it in GitHub Desktop.

Select an option

Save weinong/4f16dc478064dadd75c7686e2cae67dd to your computer and use it in GitHub Desktop.
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