Skip to content

Commit 10e4ded

Browse files
committed
Bulk update of links to archived azurerm content
1 parent 4095994 commit 10e4ded

25 files changed

+64
-76
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2882,7 +2882,7 @@
28822882
},
28832883
{
28842884
"source_path_from_root": "/articles/media-services/media-services-manage-with-powershell.md",
2885-
"redirect_url": "/powershell/module/azurerm.media/?view=azurermps-4.2.0",
2885+
"redirect_url": "/powershell/module/az.media/",
28862886
"redirect_document_id": false
28872887
},
28882888
{

articles/automation/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,6 @@
400400
href: /cli/azure/automation
401401
- name: Azure PowerShell Az
402402
href: /powershell/module/az.automation/
403-
- name: Azure PowerShell AzureRM
404-
href: /powershell/module/azurerm.automation/
405403
- name: .NET
406404
href: /dotnet/api/microsoft.azure.management.automation
407405
- name: REST

articles/automation/shared-resources/modules.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ms.service: azure-automation
1717
Azure Automation uses a number of PowerShell modules to enable cmdlets in runbooks and DSC resources in DSC configurations. Supported modules include:
1818

1919
* [Azure PowerShell Az.Automation](/powershell/azure/new-azureps-module-az).
20-
* [Azure PowerShell AzureRM.Automation](/powershell/module/azurerm.automation/).
2120
* Other PowerShell modules.
2221
* Internal `Orchestrator.AssetManagement.Cmdlets` module.
2322
* Python 2 modules.
@@ -137,7 +136,7 @@ Be sure to test all runbooks and DSC configurations carefully, in a separate Aut
137136

138137
To ensure that you don't run any existing runbooks or DSC configurations that use AzureRM modules, you must stop and unschedule all affected runbooks and configurations. First, make sure that you review each runbook or DSC configuration and its schedules separately, to ensure that you can reschedule the item in the future if necessary.
139138

140-
When you're ready to remove your schedules, you can either use the Azure portal or the [Remove-AzureRmAutomationSchedule](/powershell/module/azurerm.automation/remove-azurermautomationschedule) cmdlet. See [Remove a schedule](schedules.md#remove-a-schedule).
139+
When you're ready to remove your schedules, you can either use the Azure portal or the [Remove-AzAutomationSchedule](/powershell/module/az.automation/remove-azautomationschedule) cmdlet. See [Remove a schedule](schedules.md#remove-a-schedule).
141140

142141
### Remove AzureRM modules
143142

articles/automation/state-configuration/remove-node-and-configuration-package.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ with Azure PowerShell using the following steps.
5050

5151
You can also unregister a node using the PowerShell cmdlet [Unregister-AzAutomationDscNode][04].
5252

53-
>[!NOTE]
54-
> If your organization still uses the deprecated AzureRM modules, you can use
55-
> [Unregister-AzureRmAutomationDscNode][05].
56-
5753
---
5854

5955

@@ -136,7 +132,6 @@ dpkg -P <package name>
136132
[02]: ../automation-dsc-onboarding.md
137133
[03]: ../tutorial-configure-servers-desired-state.md#register-a-vm-to-be-managed-by-state-configuration
138134
[04]: /powershell/module/az.automation/unregister-azautomationdscnode
139-
[05]: /powershell/module/azurerm.automation/unregister-azurermautomationdscnode
140135
[06]: /powershell/module/psdesiredstateconfiguration/remove-dscconfigurationdocument
141136
[07]: #delete-a-configuration-from-the-node
142137
[08]: #remove-the-dsc-package-from-a-linux-node

articles/automation/troubleshoot/desired-state-configuration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ configuration name. This enables the node but doesn't assign a node configuratio
308308

309309
### Issue
310310

311-
When you register a node by using [Register-AzAutomationDSCNode][14] or
312-
[Register-AzureRMAutomationDSCNode][18], you receive the following error:
311+
When you register a node by using [Register-AzAutomationDSCNode][14], you receive the following
312+
error:
313313

314314
```error
315315
One or more errors occurred.
@@ -450,7 +450,6 @@ channels:
450450
[15]: /powershell/module/Az.Automation/Remove-AzAutomationDscConfiguration
451451
[16]: /powershell/module/Az.Automation/Set-AzAutomationDscNode
452452
[17]: /powershell/module/az.compute/invoke-azvmruncommand
453-
[18]: /powershell/module/azurerm.automation/register-azurermautomationdscnode
454453
[19]: /powershell/module/psdesiredstateconfiguration/set-dsclocalconfigurationmanager
455454
[20]: /powershell/scripting/overview
456455
[21]: /powershell/scripting/wmf/known-issues/known-issues-dsc

articles/automation/tutorial-configure-servers-desired-state.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ $reports[0]
233233
<!-- link references -->
234234
[01]: ./automation-security-overview.md
235235
[02]: /azure/virtual-machines/windows/quick-create-portal
236-
[03]: /powershell/azure/azurerm/install-azurerm-ps
236+
[03]: /powershell/azure/install-azure-powershell
237237
[04]: /powershell/dsc/configurations/configurations
238238
[05]: /powershell/dsc/managing-nodes/metaConfig
239239
[06]: /powershell/dsc/overview
@@ -246,7 +246,7 @@ $reports[0]
246246
[13]: /powershell/module/Az.Automation/Import-AzAutomationDscConfiguration
247247
[14]: /powershell/module/Az.Automation/Register-AzAutomationDscNode
248248
[15]: /powershell/module/Az.Automation/Start-AzAutomationDscCompilationJob
249-
[16]: /powershell/module/azurerm.automation/register-azurermautomationdscnode
249+
[16]: /powershell/module/az.automation/register-azautomationdscnode
250250
[17]: automation-dsc-cd-chocolatey.md
251251
[18]: automation-dsc-compile.md
252252
[19]: automation-dsc-getting-started.md

articles/automation/update-management/enable-from-runbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
5252

5353
## Install and update modules
5454

55-
It's required to update to the latest Azure modules and import the [AzureRM.OperationalInsights](/powershell/module/azurerm.operationalinsights) module to successfully enable Update Management for your VMs with the runbook.
55+
It's required to update to the latest Azure modules and import the [Az.OperationalInsights](/powershell/module/az.operationalinsights) module to successfully enable Update Management for your VMs with the runbook.
5656

5757
1. In your Automation account, select **Modules** under **Shared Resources**.
5858

@@ -66,7 +66,7 @@ It's required to update to the latest Azure modules and import the [AzureRM.Oper
6666

6767
5. Select **Browse gallery** to open the module gallery.
6868

69-
6. Search for `AzureRM.OperationalInsights` and import this module into your Automation account.
69+
6. Search for `Az.OperationalInsights` and import this module into your Automation account.
7070

7171
![Import OperationalInsights module](media/enable-from-runbook/import-operational-insights-module-azurerm.png)
7272

articles/azure-cache-for-redis/cache-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ General steps to implement this option are:
6565
2. Save a snapshot of the existing Redis cache. You can [configure Redis to save snapshots](https://redis.io/topics/persistence) periodically, or run the process manually using the [SAVE](https://redis.io/commands/save) or [BGSAVE](https://redis.io/commands/bgsave) commands. The RDB file is named “dump.rdb” by default and will be located at the path specified in the *redis.conf* configuration file.
6666

6767
> [!NOTE]
68-
> If you’re migrating data within Azure Cache for Redis, see [these instructions on how to export an RDB file](cache-how-to-import-export-data.md) or use the [PowerShell Export cmdlet](/powershell/module/azurerm.rediscache/export-azurermrediscache) instead.
68+
> If you’re migrating data within Azure Cache for Redis, see [these instructions on how to export an RDB file](cache-how-to-import-export-data.md) or use the [PowerShell Export cmdlet](/powershell/module/az.rediscache/export-azrediscache) instead.
6969
>
7070
7171
3. Copy the RDB file to an Azure storage account in the region where your new cache is located. You can use AzCopy for this task.
7272

73-
4. Import the RDB file into the new cache using these [import instructions](cache-how-to-import-export-data.md) or the [PowerShell Import cmdlet](/powershell/module/azurerm.rediscache/import-azurermrediscache).
73+
4. Import the RDB file into the new cache using these [import instructions](cache-how-to-import-export-data.md) or the [PowerShell Import cmdlet](/powershell/module/az.rediscache/import-azrediscache).
7474

7575
5. Update your application to use the new cache instance.
7676

articles/azure-cache-for-redis/cache-vnet-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ General steps to implement this option are:
7676
2. Save a snapshot of the existing Redis cache. You can [configure Redis to save snapshots](https://redis.io/topics/persistence) periodically, or run the process manually using the [SAVE](https://redis.io/commands/save) or [BGSAVE](https://redis.io/commands/bgsave) commands. The RDB file is named “dump.rdb” by default and will be located at the path specified in the *redis.conf* configuration file.
7777

7878
> [!NOTE]
79-
> If you’re migrating data within Azure Cache for Redis, see [these instructions on how to export an RDB file](cache-how-to-import-export-data.md) or use the [PowerShell Export cmdlet](/powershell/module/azurerm.rediscache/export-azurermrediscache) instead.
79+
> If you’re migrating data within Azure Cache for Redis, see [these instructions on how to export an RDB file](cache-how-to-import-export-data.md) or use the [PowerShell Export cmdlet](/powershell/module/az.rediscache/export-azrediscache) instead.
8080
>
8181
8282
3. Copy the RDB file to an Azure storage account in the region where your new cache is located. You can use AzCopy for this task.
8383

84-
4. Import the RDB file into the new cache using these [import instructions](cache-how-to-import-export-data.md) or the [PowerShell Import cmdlet](/powershell/module/azurerm.rediscache/import-azurermrediscache).
84+
4. Import the RDB file into the new cache using these [import instructions](cache-how-to-import-export-data.md) or the [PowerShell Import cmdlet](/powershell/module/az.rediscache/import-azrediscache).
8585

8686
5. Update your application to use the new cache instance.
8787

articles/azure-cache-for-redis/managed-redis/managed-redis-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ General steps to implement this option are:
6464
2. Save a snapshot of the existing Redis cache. You can [configure Redis to save snapshots](https://redis.io/topics/persistence) periodically, or run the process manually using the [SAVE](https://redis.io/commands/save) or [BGSAVE](https://redis.io/commands/bgsave) commands. The RDB file is named “dump.rdb” by default and will be located at the path specified in the *redis.conf* configuration file.
6565

6666
> [!NOTE]
67-
> If you’re migrating data within Azure Managed Redis, see [these instructions on how to export an RDB file](managed-redis-how-to-import-export-data.md) or use the [PowerShell Export cmdlet](/powershell/module/azurerm.rediscache/export-azurermrediscache) instead.
67+
> If you’re migrating data within Azure Managed Redis, see [these instructions on how to export an RDB file](managed-redis-how-to-import-export-data.md) or use the [PowerShell Export cmdlet](/powershell/module/az.rediscache/export-azrediscache) instead.
6868
>
6969
7070
3. Copy the RDB file to an Azure storage account in the region where your new cache is located. You can use AzCopy for this task.
7171

72-
4. Import the RDB file into the new cache using these [import instructions](managed-redis-how-to-import-export-data.md) or the [PowerShell Import cmdlet](/powershell/module/azurerm.rediscache/import-azurermrediscache).
72+
4. Import the RDB file into the new cache using these [import instructions](managed-redis-how-to-import-export-data.md) or the [PowerShell Import cmdlet](/powershell/module/az.rediscache/import-azrediscache).
7373

7474
5. Update your application to use the new cache instance.
7575

0 commit comments

Comments
 (0)