Initial commit
This commit is contained in:
16
scripts/createCredentials.sh
Normal file
16
scripts/createCredentials.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
# This will build the credentials during the CI
|
||||
cat <<EOF > ${outputPathCredsfile}
|
||||
{
|
||||
"clientId": "$clientId",
|
||||
"clientSecret": "$clientSecret",
|
||||
"subscriptionId": "$subscriptionId",
|
||||
"tenantId": "$tenantId",
|
||||
"activeDirectoryEndpointUrl": "$activeDirectoryEndpointUrl",
|
||||
"resourceManagerEndpointUrl": "$resourceManagerEndpointUrl",
|
||||
"activeDirectoryGraphResourceId": "$activeDirectoryGraphResourceId",
|
||||
"sqlManagementEndpointUrl": "$sqlManagementEndpointUrl",
|
||||
"galleryEndpointUrl": "$galleryEndpointUrl",
|
||||
"managementEndpointUrl": "$managementEndpointUrl"
|
||||
}
|
||||
EOF
|
||||
Reference in New Issue
Block a user