Skip to content

Commit

Permalink
Update Az.Compute.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax authored Aug 28, 2017
1 parent b859389 commit ee3ade0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion experiments/Compute.Experiments/Az.Compute.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# * WinServer2016 is hardcoded: add parameters to allow people to use the full image provider, etc.
# * Import image providers, etc. from the "aliases.json".
# * Integrate into Nelson's build semantics.
# * Integrate app insights instrumentation so we can get good telemetry.

#Requires -Modules AzureRM.Compute

Expand Down Expand Up @@ -266,4 +267,4 @@ function Get-Hash {
}

return $res.substring(0, $Count);
}
}

0 comments on commit ee3ade0

Please sign in to comment.