File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ param (
8585# Requires -RunAsAdministrator
8686Import-Module - Name $PSScriptRoot \Canary.Utilities.psm1 - Force
8787Import-Module - Name $PSScriptRoot \..\Connect\AzureStack.Connect.psm1 - Force
88+ Import-Module - Name $PSScriptRoot \..\Infrastructure\AzureStack.Infra.psm1 - Force
8889Import-Module - Name $PSScriptRoot \..\ComputeAdmin\AzureStack.ComputeAdmin.psm1 - Force
8990
9091$storageAccName = $CanaryUtilitiesRG + " sa"
@@ -151,6 +152,13 @@ while ($runCount -le $NumberOfIterations)
151152 }
152153 }
153154
155+ Invoke-Usecase - Name ' ExecuteFabricAdminScenarios' - Description " Queries for all the fabric resources as a service admin" - UsecaseBlock `
156+ {
157+ Invoke-Usecase - Name ' ListScaleUnitsInRegion' - Description " Queries for all the azure stack scale units in a given region" - UsecaseBlock `
158+ {
159+
160+ }
161+ }
154162 if ($WindowsISOPath )
155163 {
156164 Invoke-Usecase - Name ' UploadWindows2016ImageToPIR' - Description " Uploads a windows server 2016 image to the PIR" - UsecaseBlock `
You can’t perform that action at this time.
0 commit comments