From 9224f7365d242922168466d5c7bb5198b6fcc7ad Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Mon, 21 Dec 2020 18:51:19 +0000 Subject: [PATCH] testing azure cli task connection --- .az-pipelines/az-cli-tests.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .az-pipelines/az-cli-tests.yml diff --git a/.az-pipelines/az-cli-tests.yml b/.az-pipelines/az-cli-tests.yml new file mode 100644 index 0000000000..0bc957138f --- /dev/null +++ b/.az-pipelines/az-cli-tests.yml @@ -0,0 +1,18 @@ +trigger: none + +pool: + vmImage: 'windows-latest' + +variables: +- group: sub-secrets + +steps: +- task: AzureCLI@2 + displayName: Azure CLI KV Test + inputs: + azureSubscription: '$(subscription-id)' + scriptType: ps + scriptLocation: inlineScript + inlineScript: | + az --verison + az account show