Skip to content

Commit 4f33366

Browse files
authored
Merge pull request #8064 from mikefrobbins/mr-azps-363388
AB#3532: Bulk update of links to archived azurerm content
2 parents b15e554 + 1bde8a6 commit 4f33366

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

support/azure/automation/updates/find-azurermresource-fails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Starting in Microsoft AzureRM 6.0.0, the `Find-AzureRmResource` cmdlet functiona
2525

2626
## Resolution
2727

28-
To fix this issue, update your runbooks to use `Get-AzureRmResource` instead of `Find-AzureRmResource`. For more information, see the [usage of Get-AzureRmResource](/powershell/module/azurerm.resources/get-azurermresource?view=azurermps-6.1.0&preserve-view=true).
28+
To fix this issue, update your runbooks to use `Get-AzureRmResource` instead of `Find-AzureRmResource`. For more information, see the [usage of Get-AzureRmResource](/previous-versions/powershell/module/azurerm.resources/get-azurermresource).
2929

3030
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

support/azure/azure-kubernetes/extensions/troubleshoot-failed-kubernetes-deployment-offer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can use the Azure CLI commands that are described in the [Azure CLI legal te
132132
133133
#### [PowerShell](#tab/PowerShell)
134134
135-
To accept the legal terms through PowerShell, run the cmdlets that are described in the [PowerShell legal terms](/powershell/module/azurerm.marketplaceordering).
135+
To accept the legal terms through PowerShell, run the cmdlets that are described in the [PowerShell legal terms](/powershell/module/az.marketplaceordering).
136136
137137
---
138138

support/azure/synapse-analytics/dedicated-sql/connectivity/dsql-conn-dropped-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following PowerShell script downloads and runs the latest version of the Azu
3838

3939
> [!NOTE]
4040
> - To run the tests in Linux, from computers that have no Internet access, or from a containerized environment, see [SQL connectivity checker on GitHub](https://github.com/Azure/SQL-Connectivity-Checker).
41-
> - For more PowerShell commands, see [Available PowerShell commands](/powershell/module/azurerm.sql#sql).
41+
> - For more PowerShell commands, see [Available PowerShell commands](/powershell/module/az.sql#sql).
4242
4343
1. Open Windows PowerShell ISE (in **Administrator** mode if possible).
4444
> [!NOTE]

support/azure/virtual-machines/windows/extension-version-2.2-not-supported.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To work around this problem, use one of the following methods.
2626

2727
### Method 1
2828

29-
Revert to using the Microsoft Entra parameters in the syntax for [Set-AzureRmVmDiskEncryptionExtension](/powershell/module/azurerm.compute/set-azurermvmdiskencryptionextension?view=azurermps-6.2.0&preserve-view=true).
29+
Revert to using the Microsoft Entra parameters in the syntax for [Set-AzVMDiskEncryptionExtension](/powershell/module/az.compute/set-azvmdiskencryptionextension).
3030

3131
The parameters are the following:
3232

@@ -40,7 +40,7 @@ The parameters are the following:
4040
Opt in to the "UnifiedDiskEncryptionForVMs" feature for your subscription by running the following script before you try again to enable encryption:
4141

4242
```powershell
43-
Register-AzureRmProviderFeature -ProviderNamespace "Microsoft.Compute" -FeatureName "UnifiedDiskEncryptionForVMs" # Wait 10 minutes until state transitions to 'Registered' Register-AzureRmResourceProvider -ProviderNamespace Microsoft.Compute
43+
Register-AzProviderFeature -ProviderNamespace "Microsoft.Compute" -FeatureName "UnifiedDiskEncryptionForVMs" # Wait 10 minutes until state transitions to 'Registered' Register-AzResourceProvider -ProviderNamespace Microsoft.Compute
4444
```
4545

4646
## More Information
@@ -50,18 +50,18 @@ Register-AzureRmProviderFeature -ProviderNamespace "Microsoft.Compute" -FeatureN
5050
Run the following script:
5151

5252
```
53-
Set-AzureRmVMDiskEncryptionExtension -ResourceGroupName $resourceGroupName -VMName $vmName -DiskEncryptionKeyVaultUrl $diskEncryptionKeyVaultUrl -DiskEncryptionKeyVaultId $keyVaultResourceId -KeyEncryptionKeyUrl $keyEncryptionKeyUrl -KeyEncryptionKeyVaultId $keyVaultResourceId -VolumeType 'All';
53+
Set-AzVMDiskEncryptionExtension -ResourceGroupName $resourceGroupName -VMName $vmName -DiskEncryptionKeyVaultUrl $diskEncryptionKeyVaultUrl -DiskEncryptionKeyVaultId $keyVaultResourceId -KeyEncryptionKeyUrl $keyEncryptionKeyUrl -KeyEncryptionKeyVaultId $keyVaultResourceId -VolumeType 'All';
5454
DEBUG: 10:47:22 AM - SetAzureDiskEncryptionExtensionCommand end processing.
55-
Set-AzureRmVMDiskEncryptionExtension : Azure Disk Encryption extension version '2.2' is not supported.
55+
Set-AzVMDiskEncryptionExtension : Azure Disk Encryption extension version '2.2' is not supported.
5656
ErrorCode: NotSupported
5757
ErrorMessage: Azure Disk Encryption extension version '2.2' is not supported.
5858
StatusCode: 409
5959
ReasonPhrase: Conflict
6060
OperationID : 2cb4ac35-e2a5-4cd4-84d9-3174663e0a46
6161
At line:1 char:1
62-
+ Set-AzureRmVMDiskEncryptionExtension -ResourceGroupName $resourceGrou ...
62+
+ Set-AzVMDiskEncryptionExtension -ResourceGroupName $resourceGrou ...
6363
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
64-
+ CategoryInfo : CloseError: (:) [Set-AzureRmVMDiskEncryptionExtension], ComputeCloudException
64+
+ CategoryInfo : CloseError: (:) [Set-AzVMDiskEncryptionExtension], ComputeCloudException
6565
```
6666

6767
## Status

0 commit comments

Comments
 (0)