diff --git a/helper/src/components/common.js b/helper/src/components/common.js index ce9690f3b..646c6301b 100644 --- a/helper/src/components/common.js +++ b/helper/src/components/common.js @@ -40,6 +40,10 @@ export function CodeBlock({deploycmd, testId, lang, filename, error, hideSave}) window.open(dataUrl()); } + const onCopyDeployHandler = () => { + appInsights.trackEvent({name: "Copy."+ testId}); + }; + return [
{lang} @@ -64,7 +68,7 @@ export function CodeBlock({deploycmd, testId, lang, filename, error, hideSave})
,
-            {deploycmd}
+            {deploycmd}
         
] } diff --git a/helper/src/components/deployTab.js b/helper/src/components/deployTab.js index 9c14bbea0..7e3bd3c50 100644 --- a/helper/src/components/deployTab.js +++ b/helper/src/components/deployTab.js @@ -555,7 +555,7 @@ az role assignment create --role "Managed Identity Operator" --assignee-principa - + { urlParams.toString() !== "" && Not ready to deploy? Bookmark your configuration : here @@ -672,7 +672,7 @@ az ad sp delete --id $(az ad sp show --id \${rmId[0]} --query id -o tsv) - +