Skip to content

Commit

Permalink
Use Install-Module instead of Import-Module (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove authored Oct 30, 2020
1 parent b614066 commit 180bf07
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/features/powershell/arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/features/powershell/azure-api-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/features/powershell/azure-data-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/features/powershell/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/features/powershell/azure-key-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/features/powershell/azure-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/preview/features/powershell/arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/preview/features/powershell/azure-api-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/preview/features/powershell/azure-data-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/preview/features/powershell/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/preview/features/powershell/azure-key-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/preview/features/powershell/azure-logic-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/preview/features/powershell/azure-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.3/features/powershell/arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.3/features/powershell/azure-api-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.3/features/powershell/azure-data-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.3/features/powershell/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.3/features/powershell/azure-key-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.1.3/features/powershell/azure-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 180bf07

Please sign in to comment.