Skip to content

Commit ca1c2a3

Browse files
committed
Updating servicebus module metadata for fix
1 parent 294a022 commit ca1c2a3

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
* Parameters with default values are no longer requred when assigning a policy with 'New-AzureRmPolicyAssignment'
116116
* Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases
117117

118+
#### AzureRM.ServiceBus
119+
* Fixed issue #7161
120+
118121
#### AzureRM.SignalR
119122
* Update SKU names to Free_F1 and Standard_S1
120123
* Add version field to the PSSignalRResource object and connection string to the PSSignalRKeys object.

src/ResourceManager/ServiceBus/Commands.ServiceBus/AzureRM.ServiceBus.psd1

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.6.11'
15+
ModuleVersion = '0.6.12'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -135,12 +135,7 @@ PrivateData = @{
135135
# IconUri = ''
136136

137137
# ReleaseNotes of this module
138-
ReleaseNotes = '* Fixed issues
139-
- https://github.com/Azure/azure-powershell/issues/5058
140-
- https://github.com/Azure/azure-powershell/issues/5055
141-
- https://github.com/Azure/azure-powershell/issues/6891
142-
* Fixed issue with default resource groups not being set.
143-
* Updated common runtime assemblies'
138+
ReleaseNotes = '* Fixed issue #7161'
144139

145140
# Prerelease string of this module
146141
# Prerelease = ''

src/ResourceManager/ServiceBus/Commands.ServiceBus/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Additional information about change #1
2020
-->
2121
## Current Release
22+
23+
## Version 0.6.12
2224
* Fixed issue
2325
- https://github.com/Azure/azure-powershell/issues/7161
2426

tools/AzureRM/AzureRM.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ AzureRM.Resources
279279
* Parameters with default values are no longer requred when assigning a policy with ''New-AzureRmPolicyAssignment''
280280
* Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases
281281
282+
AzureRM.ServiceBus
283+
* Fixed isssue #7161 add sql actions
284+
282285
AzureRM.SignalR
283286
* Update SignalR SDK version to 0.10.0-preview
284287
* Update SKU names to Free_F1 and Standard_S1

0 commit comments

Comments
 (0)