File tree Expand file tree Collapse file tree 6 files changed +1108
-2051
lines changed
docs-conceptual/azps-9.0.1 Expand file tree Collapse file tree 6 files changed +1108
-2051
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ landingContent:
49
49
links :
50
50
- text : Release notes
51
51
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
54
54
- text : Upcoming breaking changes
55
55
url : upcoming-breaking-changes.md
56
56
- title : Azure PowerShell Reference
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
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.
3
3
ms.custom : devx-track-azurepowershell
4
4
ms.date : 10/18/2022
5
5
ms.devlang : powershell
@@ -10,7 +10,7 @@ title: Migration Guide for latest Az.EventHub PowerShell Module
10
10
11
11
# Migration Guide for latest Az.EventHub PowerShell Module
12
12
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.
14
14
15
15
These changes are focused towards making the PowerShell use more productive and seamless for the end users.
16
16
@@ -52,7 +52,7 @@ Set-AzEventHub -ResourceGroupName MyResourceGroupName -Namespace MyNamespaceName
52
52
53
53
### After
54
54
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
56
56
57
57
```
58
58
$eventhub = Get-AzEventHub -InputObject <ResourceID of event hub>
Original file line number Diff line number Diff line change 1
1
---
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.
3
3
ms.custom : devx-track-azurepowershell
4
4
ms.date : 10/18/2022
5
5
ms.devlang : powershell
@@ -10,7 +10,7 @@ title: Migration Guide for latest Az.ServiceBus PowerShell Module
10
10
11
11
# Migration Guide for latest Az.ServiceBus PowerShell Module
12
12
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.
14
14
15
15
These changes are focused towards making the PowerShell use seamless for the end users.
16
16
@@ -48,7 +48,7 @@ Set-AzServiceBusQueue -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB
48
48
49
49
### After
50
50
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
52
52
53
53
```
54
54
$queue = Get-AzServiceBusQueue -InputObject <ResourceID of ServiceBus Queue>
You can’t perform that action at this time.
0 commit comments