File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,8 @@ steps:
100100 #[[ -n $SYSTEM_DEBUG ]] && [[ $SYSTEM_DEBUG =~ $IS_TRUE ]] && set -x || set +x
101101 az upgrade -y
102102
103- az storage account create \
104- --name "$STORAGEACCOUNT_NAME" \
105- --location "$STORAGEACCOUNT_LOCATION" \
106- --resource-group "$RESOURCEGROUP_NAME" \
107- --allow-blob-public-access false \
108- --allow-shared-key-access false \
109- --tags "$BUILDTAG_DEFINITIONID"="$SYSTEM_DEFINITIONID" \
110- "$BUILDTAG_CREATEDBYBUILDID"="$BUILD_BUILDID" \
111- "$BUILDTAG_CREATEDBYAPPID"="$servicePrincipalId"
103+ echo "az storage account create --name "$STORAGEACCOUNT_NAME" --location "$STORAGEACCOUNT_LOCATION" --resource-group "$RESOURCEGROUP_NAME" --allow-blob-public-access false --allow-shared-key-access false --tags "$BUILDTAG_DEFINITIONID"="$SYSTEM_DEFINITIONID" "$BUILDTAG_CREATEDBYBUILDID"="$BUILD_BUILDID" "$BUILDTAG_CREATEDBYAPPID"="$servicePrincipalId""
104+ az storage account create --name "$STORAGEACCOUNT_NAME" --location "$STORAGEACCOUNT_LOCATION" --resource-group "$RESOURCEGROUP_NAME" --allow-blob-public-access false --allow-shared-key-access false --tags "$BUILDTAG_DEFINITIONID"="$SYSTEM_DEFINITIONID" "$BUILDTAG_CREATEDBYBUILDID"="$BUILD_BUILDID" "$BUILDTAG_CREATEDBYAPPID"="$servicePrincipalId"
112105
113106 ${{ elseif eq(parameters.resourceType, 'roledefinition') }} :
114107 inlineScript : |
You can’t perform that action at this time.
0 commit comments