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 [
-] } 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 -{deploycmd}
+{deploycmd}