Skip to content

Commit 913cf5b

Browse files
(Azure CXP) Fixes MicrosoftDocs/azure-docs##30047
Changing PowerShell cmdlet: AzureRM to Az Get-AzureRmDataFactoryV2IntegrationRuntimeKey => Get-AzDataFactoryV2IntegrationRuntimeKey
1 parent 815b55d commit 913cf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/create-self-hosted-integration-runtime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This document describes how you can create and configure a self-hosted IR.
3434

3535
```powershell
3636

37-
Get-AzureRmDataFactoryV2IntegrationRuntimeKey -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName -Name $selfHostedIntegrationRuntimeName
37+
Get-AzDataFactoryV2IntegrationRuntimeKey -ResourceGroupName $resourceGroupName -DataFactoryName $dataFactoryName -Name $selfHostedIntegrationRuntimeName
3838

3939
```
4040

0 commit comments

Comments
 (0)