Skip to content

Commit ee3ade0

Browse files
authored
Update Az.Compute.psm1
1 parent b859389 commit ee3ade0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

experiments/Compute.Experiments/Az.Compute.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# * WinServer2016 is hardcoded: add parameters to allow people to use the full image provider, etc.
2121
# * Import image providers, etc. from the "aliases.json".
2222
# * Integrate into Nelson's build semantics.
23+
# * Integrate app insights instrumentation so we can get good telemetry.
2324

2425
#Requires -Modules AzureRM.Compute
2526

@@ -266,4 +267,4 @@ function Get-Hash {
266267
}
267268

268269
return $res.substring(0, $Count);
269-
}
270+
}

0 commit comments

Comments
 (0)