Skip to content

Commit 37d8371

Browse files
authored
Add migration guide for Az 9.0.1 (MicrosoftDocs#2361)
1 parent fcb7bb4 commit 37d8371

File tree

6 files changed

+1108
-2051
lines changed

6 files changed

+1108
-2051
lines changed

docs-conceptual/azps-9.0.1/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ landingContent:
4949
links:
5050
- text: Release notes
5151
url: release-notes-azureps.md
52-
- text: Az 9.0.0 migration guide
53-
url: migrate-az-9.0.0.md
52+
- text: Az 9.0.1 migration guide
53+
url: migrate-az-9.0.1.md
5454
- text: Upcoming breaking changes
5555
url: upcoming-breaking-changes.md
5656
- title: Azure PowerShell Reference

docs-conceptual/azps-9.0.1/migrate-az-9.0.0.md

Lines changed: 0 additions & 2039 deletions
This file was deleted.

docs-conceptual/azps-9.0.1/migrate-az-9.0.0-eventhub.md renamed to docs-conceptual/azps-9.0.1/migrate-az-9.0.1-eventhub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: This migration guide contains a list of breaking changes made to the Az.EventHub module in the Azure PowerShell 9.0.0 release.
2+
description: This migration guide contains a list of breaking changes made to the Az.EventHub module in the Azure PowerShell 9.0.1 release.
33
ms.custom: devx-track-azurepowershell
44
ms.date: 10/18/2022
55
ms.devlang: powershell
@@ -10,7 +10,7 @@ title: Migration Guide for latest Az.EventHub PowerShell Module
1010

1111
# Migration Guide for latest Az.EventHub PowerShell Module
1212

13-
The `Az.EventHub` PowerShell module version 9.0.0 of Azure PowerShell that would be released in October introduces improvised cmdlets for public use.
13+
The `Az.EventHub` PowerShell module version 9.0.1 of Azure PowerShell that would be released in October introduces improvised cmdlets for public use.
1414

1515
These changes are focused towards making the PowerShell use more productive and seamless for the end users.
1616

@@ -52,7 +52,7 @@ Set-AzEventHub -ResourceGroupName MyResourceGroupName -Namespace MyNamespaceName
5252

5353
### After
5454

55-
Below example shows how to update capture description on existing event hub with starting with / after Module version 9.0.0
55+
Below example shows how to update capture description on existing event hub with starting with / after Module version 9.0.1
5656

5757
```
5858
$eventhub = Get-AzEventHub -InputObject <ResourceID of event hub>

docs-conceptual/azps-9.0.1/migrate-az-9.0.0-servicebus.md renamed to docs-conceptual/azps-9.0.1/migrate-az-9.0.1-servicebus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: This migration guide contains a list of breaking changes made to the Az.ServiceBus module in the Azure PowerShell 9.0.0 release.
2+
description: This migration guide contains a list of breaking changes made to the Az.ServiceBus module in the Azure PowerShell 9.0.1 release.
33
ms.custom: devx-track-azurepowershell
44
ms.date: 10/18/2022
55
ms.devlang: powershell
@@ -10,7 +10,7 @@ title: Migration Guide for latest Az.ServiceBus PowerShell Module
1010

1111
# Migration Guide for latest Az.ServiceBus PowerShell Module
1212

13-
The `Az.ServiceBus` PowerShell module version 9.0.0 of Azure PowerShell that would be released in October introduces improvised cmdlets for public use.
13+
The `Az.ServiceBus` PowerShell module version 9.0.1 of Azure PowerShell that would be released in October introduces improvised cmdlets for public use.
1414

1515
These changes are focused towards making the PowerShell use seamless for the end users.
1616

@@ -48,7 +48,7 @@ Set-AzServiceBusQueue -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB
4848

4949
### After
5050

51-
Below example shows how to update queue properties starting with / after Module version 9.0.0
51+
Below example shows how to update queue properties starting with / after Module version 9.0.1
5252

5353
```
5454
$queue = Get-AzServiceBusQueue -InputObject <ResourceID of ServiceBus Queue>

0 commit comments

Comments
 (0)