We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b859389 commit ee3ade0Copy full SHA for ee3ade0
experiments/Compute.Experiments/Az.Compute.psm1
@@ -20,6 +20,7 @@
20
# * WinServer2016 is hardcoded: add parameters to allow people to use the full image provider, etc.
21
# * Import image providers, etc. from the "aliases.json".
22
# * Integrate into Nelson's build semantics.
23
+# * Integrate app insights instrumentation so we can get good telemetry.
24
25
#Requires -Modules AzureRM.Compute
26
@@ -266,4 +267,4 @@ function Get-Hash {
266
267
}
268
269
return $res.substring(0, $Count);
-}
270
+}
0 commit comments