File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
src/ResourceManager/ServiceBus/Commands.ServiceBus Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 115
115
* Parameters with default values are no longer requred when assigning a policy with 'New-AzureRmPolicyAssignment'
116
116
* Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases
117
117
118
+ #### AzureRM.ServiceBus
119
+ * Fixed issue #7161
120
+
118
121
#### AzureRM.SignalR
119
122
* Update SKU names to Free_F1 and Standard_S1
120
123
* Add version field to the PSSignalRResource object and connection string to the PSSignalRKeys object.
Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.6.11 '
15
+ ModuleVersion = ' 0.6.12 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -135,12 +135,7 @@ PrivateData = @{
135
135
# IconUri = ''
136
136
137
137
# 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'
144
139
145
140
# Prerelease string of this module
146
141
# Prerelease = ''
Original file line number Diff line number Diff line change 19
19
- Additional information about change #1
20
20
-->
21
21
## Current Release
22
+
23
+ ## Version 0.6.12
22
24
* Fixed issue
23
25
- https://github.com/Azure/azure-powershell/issues/7161
24
26
Original file line number Diff line number Diff line change @@ -279,6 +279,9 @@ AzureRM.Resources
279
279
* Parameters with default values are no longer requred when assigning a policy with '' New-AzureRmPolicyAssignment''
280
280
* Add new cmdlet Get-AzureRmPolicyAlias for retrieving policy aliases
281
281
282
+ AzureRM.ServiceBus
283
+ * Fixed isssue #7161 add sql actions
284
+
282
285
AzureRM.SignalR
283
286
* Update SignalR SDK version to 0.10.0-preview
284
287
* Update SKU names to Free_F1 and Standard_S1
You can’t perform that action at this time.
0 commit comments