You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ResourceManager/Resources/ChangeLog.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Current Release
21
+
* Support Tag as parameters for Find-AzureRmResource
22
+
- Users can now use Tag parameter with Find-AzureRmResource
23
+
- Fixed the issue where illegal combinations of TagName, TagValue with other search parameters was allowed in Find-AzureRmResource and would result in users getting exception from the service by disallowing such combinations.
21
24
22
25
## Version 3.4.0
23
26
* Support ResourceNameEquals and ResourceGroupNameEquals as parameters for Find-AzureRmResource
24
27
- Users can now use ResourceNameEquals and ResourceGroupNameEquals with Find-AzureRmResource
25
-
* Support Tag as parameters for Find-AzureRmResource
26
-
- Users can now use Tag parameter with Find-AzureRmResource
27
-
- Fixed the issue where illegal combinations of TagName, TagValue with other search parameters was allowed in Find-AzureRmResource and would result in users getting exception from the service by disallowing such combinations.
28
28
29
29
## Version 3.3.0
30
30
* Lookup of AAD group by Id now uses GetObjectsByObjectId AAD Graph call instead of Groups/<id>
Copy file name to clipboardExpand all lines: src/ResourceManager/ServiceBus/ChangeLog.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@
19
19
- Additional information about change #1
20
20
-->
21
21
## Current Release
22
+
* Add SkuCapacity parameter to Set-AzureRmServiceBusNamespace
23
+
- User will be able to update the SkuCapacity(Messaging units in case of a premium namespace) of the SeriveBus NameSpace
24
+
25
+
* Future Breaking Change Notification: We've added a warning about removing property 'ResourceGroupName' from the returned NamespceAttributes from cmdlets New-AzureRmServiceBusNamespace, Get-AzureRmServiceBusNamespace and Set-AzureRmServiceBusNamespace
26
+
-The call remains the same, but the returned values NameSpace object will not have the ResourceGroupName property
0 commit comments