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
Copy file name to clipboardExpand all lines: tools/scripts/New-ExtractorConfiguration.ps1
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ It requires at least one of SubscriptionId or SubscriptionName, along with ApimI
10
10
.PARAMETEREnvironment
11
11
The environment to use for the extractor configuration file. The default value is "AzureUSGovernment". Valid values are "AzureUSGovernment" and "AzureCloud"
12
12
13
+
.PARAMETERTenantId
14
+
The tenant ID to use for the extractor configuration file. This is the ID of the tenant in the Azure portal. Required because otherwise the latest version of Azure Powershell starts trying to connect to all the tenants available to the user then bugs out.
15
+
13
16
.PARAMETERSubscriptionId
14
17
The subscription ID to use for the extractor configuration file. This is the ID of the subscription in the Azure portal. This parameter is required if the SubscriptionName parameter is not specified.
15
18
16
-
.PARAMETERSubscriptionName
17
-
The subscription name to use for the extractor configuration file. This is the name of the subscription in the Azure portal. This parameter is required if the SubscriptionId parameter is not specified.
18
-
19
19
.PARAMETERApimInstanceName
20
20
The name of the APIM instance to use for the extractor configuration file. This is the name of the APIM instance in the Azure portal.
21
21
@@ -26,7 +26,7 @@ The name of the resource group that contains the APIM instance to use for the ex
26
26
The name of the stage to use for the extractor configuration file. This is the name of the stage in the Azure portal.
0 commit comments