You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds -TenantArmEndpoint "<Tenant ARM endpoint>" -TenantAdminCredentials $TenantAdminCreds -WindowsISOPath "<path where the WS2016 ISO is present>"
.\Canary.Tests.ps1 -TenantID "<TenantID from Azure Active Directory>" -AdminArmEndpoint "<Administrative ARM endpoint>" -ServiceAdminCredentials $ServiceAdminCreds
46
-
```
37
+
## NOTE: When running Canary against ADFS environment, please make sure to pass in the TenantAdminObjectId parameter
47
38
48
39
## To list the usecases in Canary
49
40
@@ -60,23 +51,24 @@ List of scenarios in Canary:
60
51
LoginToAzureStackEnvAsSvcAdmin
61
52
SelectDefaultProviderSubscription
62
53
ListFabricResourceProviderInfo
63
-
|--GetAzureStackInfraRole
64
-
|--GetAzureStackInfraRoleInstance
65
-
|--GetAzureStackLogicalNetwork
66
-
|--GetAzureStackStorageCapacity
67
-
|--GetAzureStackStorageShare
68
-
|--GetAzureStackScaleUnit
69
-
|--GetAzureStackScaleUnitNode
70
-
|--GetAzureStackIPPool
71
-
|--GetAzureStackMacPool
72
-
|--GetAzureStackGatewayPool
73
-
|--GetAzureStackSLBMux
74
-
|--GetAzureStackGateway
54
+
|--GetAzureStackInfraRole
55
+
|--GetAzureStackInfraRoleInstance
56
+
|--GetAzureStackLogicalNetwork
57
+
|--GetAzureStackStorageCapacity
58
+
|-- GetAzureStackInfrastructureShare
59
+
|--GetAzureStackScaleUnit
60
+
|--GetAzureStackScaleUnitNode
61
+
|--GetAzureStackIPPool
62
+
|--GetAzureStackMacPool
63
+
|--GetAzureStackGatewayPool
64
+
|--GetAzureStackSLBMux
65
+
|--GetAzureStackGateway
75
66
ListHealthResourceProviderAlerts
76
-
|--GetAzureStackAlert
67
+
|--GetAzureStackAlert
77
68
ListUpdatesResourceProviderInfo
78
-
|--GetAzureStackUpdateSummary
79
-
|--GetAzureStackUpdateToApply
69
+
|-- GetAzureStackUpdateSummary
70
+
|-- GetAzureStackUpdateToApply
71
+
UploadLinuxImageToPIR
80
72
CreateTenantAzureStackEnv
81
73
CreateResourceGroupForTenantSubscription
82
74
CreateTenantPlan
@@ -85,15 +77,15 @@ List of scenarios in Canary:
85
77
LoginToAzureStackEnvAsTenantAdmin
86
78
CreateTenantSubscription
87
79
RoleAssignmentAndCustomRoleDefinition
88
-
|--ListAssignedRoles
89
-
|--ListExistingRoleDefinitions
90
-
|--GetProviderOperations
91
-
|--AssignReaderRole
92
-
|--VerifyReaderRoleAssignment
93
-
|--RemoveReaderRoleAssignment
94
-
|--CustomRoleDefinition
95
-
|--ListRoleDefinitionsAfterCustomRoleCreation
96
-
|--RemoveCustomRoleDefinition
80
+
|--ListAssignedRoles
81
+
|--ListExistingRoleDefinitions
82
+
|--GetProviderOperations
83
+
|--AssignReaderRole
84
+
|--VerifyReaderRoleAssignment
85
+
|--RemoveReaderRoleAssignment
86
+
|--CustomRoleDefinition
87
+
|--ListRoleDefinitionsAfterCustomRoleCreation
88
+
|--RemoveCustomRoleDefinition
97
89
RegisterResourceProviders
98
90
CreateResourceGroupForUtilities
99
91
CreateStorageAccountForUtilities
@@ -108,13 +100,14 @@ List of scenarios in Canary:
0 commit comments