add support for log analytics in the ACI SDK
This commit is contained in:
@@ -15,6 +15,14 @@ cat <<EOF > ${outputPathCredsfile}
|
||||
}
|
||||
EOF
|
||||
|
||||
# This will build the log analytics credentials during CI
|
||||
cat <<EOF > ${outputPathLogAnalyticsFile}
|
||||
{
|
||||
"workspaceID": "$omsworkspaceID",
|
||||
"workspaceKey": "$omsworkspaceKey"
|
||||
}
|
||||
EOF
|
||||
|
||||
# This will build the kubeConfig during the CI
|
||||
cat <<EOF > ${outputPathKubeConfigFile}
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user