diff --git a/docs/features/powershell/arm.md b/docs/features/powershell/arm.md index 93bbfcb2..7d5d1880 100644 --- a/docs/features/powershell/arm.md +++ b/docs/features/powershell/arm.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.ARM +PS> Install-Module -Name Arcus.Scripting.ARM ``` ## Injecting content into an ARM template diff --git a/docs/features/powershell/azure-api-management.md b/docs/features/powershell/azure-api-management.md index 1e371ccf..4995e640 100644 --- a/docs/features/powershell/azure-api-management.md +++ b/docs/features/powershell/azure-api-management.md @@ -17,7 +17,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.ApiManagement +PS> Install-Module -Name Arcus.Scripting.ApiManagement ``` ## Creating a new API operation in the Azure API Management instance diff --git a/docs/features/powershell/azure-data-factory.md b/docs/features/powershell/azure-data-factory.md index 3ff694fc..ac580ae8 100644 --- a/docs/features/powershell/azure-data-factory.md +++ b/docs/features/powershell/azure-data-factory.md @@ -14,7 +14,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.DataFactory +PS> Install-Module -Name Arcus.Scripting.DataFactory ``` ## Enabling a trigger of an Azure Data Factory pipeline diff --git a/docs/features/powershell/azure-devops.md b/docs/features/powershell/azure-devops.md index 7a8cd351..2960c15b 100644 --- a/docs/features/powershell/azure-devops.md +++ b/docs/features/powershell/azure-devops.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.DevOps +PS> Install-Module -Name Arcus.Scripting.DevOps ``` ## Setting a variable in an Azure DevOps pipeline diff --git a/docs/features/powershell/azure-key-vault.md b/docs/features/powershell/azure-key-vault.md index e511fbf1..1f0bf35d 100644 --- a/docs/features/powershell/azure-key-vault.md +++ b/docs/features/powershell/azure-key-vault.md @@ -14,7 +14,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.KeyVault +PS> Install-Module -Name Arcus.Scripting.KeyVault ``` ## Getting all access policies for an Azure Key Vault diff --git a/docs/features/powershell/azure-storage.md b/docs/features/powershell/azure-storage.md index 00cebf59..f0ff4ca9 100644 --- a/docs/features/powershell/azure-storage.md +++ b/docs/features/powershell/azure-storage.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.Storage.Table +PS> Install-Module -Name Arcus.Scripting.Storage.Table ``` ## Creating a new table in an Azure Storage Account diff --git a/docs/preview/features/powershell/arm.md b/docs/preview/features/powershell/arm.md index 93bbfcb2..7d5d1880 100644 --- a/docs/preview/features/powershell/arm.md +++ b/docs/preview/features/powershell/arm.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.ARM +PS> Install-Module -Name Arcus.Scripting.ARM ``` ## Injecting content into an ARM template diff --git a/docs/preview/features/powershell/azure-api-management.md b/docs/preview/features/powershell/azure-api-management.md index b2220b6a..e0da0305 100644 --- a/docs/preview/features/powershell/azure-api-management.md +++ b/docs/preview/features/powershell/azure-api-management.md @@ -18,7 +18,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.ApiManagement +PS> Install-Module -Name Arcus.Scripting.ApiManagement ``` ## Backing up an API Management service diff --git a/docs/preview/features/powershell/azure-data-factory.md b/docs/preview/features/powershell/azure-data-factory.md index 3ff694fc..ac580ae8 100644 --- a/docs/preview/features/powershell/azure-data-factory.md +++ b/docs/preview/features/powershell/azure-data-factory.md @@ -14,7 +14,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.DataFactory +PS> Install-Module -Name Arcus.Scripting.DataFactory ``` ## Enabling a trigger of an Azure Data Factory pipeline diff --git a/docs/preview/features/powershell/azure-devops.md b/docs/preview/features/powershell/azure-devops.md index b621a3bf..93d75eb1 100644 --- a/docs/preview/features/powershell/azure-devops.md +++ b/docs/preview/features/powershell/azure-devops.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.DevOps +PS> Install-Module -Name Arcus.Scripting.DevOps ``` ## Setting a variable in an Azure DevOps pipeline diff --git a/docs/preview/features/powershell/azure-key-vault.md b/docs/preview/features/powershell/azure-key-vault.md index ee9ad6b6..b6460945 100644 --- a/docs/preview/features/powershell/azure-key-vault.md +++ b/docs/preview/features/powershell/azure-key-vault.md @@ -15,7 +15,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.KeyVault +PS> Install-Module -Name Arcus.Scripting.KeyVault ``` ## Getting all access policies for an Azure Key Vault diff --git a/docs/preview/features/powershell/azure-logic-apps.md b/docs/preview/features/powershell/azure-logic-apps.md index 65535fe1..9b698744 100644 --- a/docs/preview/features/powershell/azure-logic-apps.md +++ b/docs/preview/features/powershell/azure-logic-apps.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.LogicApps +PS> Install-Module -Name Arcus.Scripting.LogicApps ``` ## Disabling Azure Logic Apps from configuration file diff --git a/docs/preview/features/powershell/azure-storage.md b/docs/preview/features/powershell/azure-storage.md index 00cebf59..f0ff4ca9 100644 --- a/docs/preview/features/powershell/azure-storage.md +++ b/docs/preview/features/powershell/azure-storage.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.Storage.Table +PS> Install-Module -Name Arcus.Scripting.Storage.Table ``` ## Creating a new table in an Azure Storage Account diff --git a/docs/v0.1.3/features/powershell/arm.md b/docs/v0.1.3/features/powershell/arm.md index 93bbfcb2..7d5d1880 100644 --- a/docs/v0.1.3/features/powershell/arm.md +++ b/docs/v0.1.3/features/powershell/arm.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.ARM +PS> Install-Module -Name Arcus.Scripting.ARM ``` ## Injecting content into an ARM template diff --git a/docs/v0.1.3/features/powershell/azure-api-management.md b/docs/v0.1.3/features/powershell/azure-api-management.md index 1e371ccf..4995e640 100644 --- a/docs/v0.1.3/features/powershell/azure-api-management.md +++ b/docs/v0.1.3/features/powershell/azure-api-management.md @@ -17,7 +17,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.ApiManagement +PS> Install-Module -Name Arcus.Scripting.ApiManagement ``` ## Creating a new API operation in the Azure API Management instance diff --git a/docs/v0.1.3/features/powershell/azure-data-factory.md b/docs/v0.1.3/features/powershell/azure-data-factory.md index 3ff694fc..ac580ae8 100644 --- a/docs/v0.1.3/features/powershell/azure-data-factory.md +++ b/docs/v0.1.3/features/powershell/azure-data-factory.md @@ -14,7 +14,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.DataFactory +PS> Install-Module -Name Arcus.Scripting.DataFactory ``` ## Enabling a trigger of an Azure Data Factory pipeline diff --git a/docs/v0.1.3/features/powershell/azure-devops.md b/docs/v0.1.3/features/powershell/azure-devops.md index 7a8cd351..2960c15b 100644 --- a/docs/v0.1.3/features/powershell/azure-devops.md +++ b/docs/v0.1.3/features/powershell/azure-devops.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.DevOps +PS> Install-Module -Name Arcus.Scripting.DevOps ``` ## Setting a variable in an Azure DevOps pipeline diff --git a/docs/v0.1.3/features/powershell/azure-key-vault.md b/docs/v0.1.3/features/powershell/azure-key-vault.md index e511fbf1..1f0bf35d 100644 --- a/docs/v0.1.3/features/powershell/azure-key-vault.md +++ b/docs/v0.1.3/features/powershell/azure-key-vault.md @@ -14,7 +14,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.KeyVault +PS> Install-Module -Name Arcus.Scripting.KeyVault ``` ## Getting all access policies for an Azure Key Vault diff --git a/docs/v0.1.3/features/powershell/azure-storage.md b/docs/v0.1.3/features/powershell/azure-storage.md index 00cebf59..f0ff4ca9 100644 --- a/docs/v0.1.3/features/powershell/azure-storage.md +++ b/docs/v0.1.3/features/powershell/azure-storage.md @@ -13,7 +13,7 @@ This module provides the following capabilities: To have access to the following features, you have to import the module: ```powershell -PS> Import-Module -Name Arcus.Scripting.Storage.Table +PS> Install-Module -Name Arcus.Scripting.Storage.Table ``` ## Creating a new table in an Azure Storage Account