Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/IotHub/IotHub/Az.IotHub.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ RequiredAssemblies = 'DotNetty.Buffers.dll', 'DotNetty.Codecs.dll',
'Microsoft.Azure.Amqp.dll', 'Microsoft.Azure.Devices.Client.dll',
'Microsoft.Azure.Devices.dll', 'Microsoft.Azure.Devices.Shared.dll',
'Microsoft.Azure.PowerShell.IotHub.Management.Sdk.dll',
'Microsoft.Extensions.DependencyInjection.Abstractions.dll',
'Microsoft.Extensions.Logging.Abstractions.dll',
'Microsoft.Extensions.Logging.dll'

Expand Down
1 change: 0 additions & 1 deletion src/Resources/Resources/Az.Resources.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ RequiredAssemblies = 'Authorization.Autorest/bin/Az.Authorization.private.dll',
'Microsoft.Azure.PowerShell.Resources.Management.Sdk.dll',
'Microsoft.Extensions.Caching.Abstractions.dll',
'Microsoft.Extensions.Caching.Memory.dll',
'Microsoft.Extensions.DependencyInjection.Abstractions.dll',
'Microsoft.Extensions.Options.dll',
'Microsoft.Extensions.Primitives.dll',
'MSGraph.Autorest/bin/Az.MSGraph.private.dll',
Expand Down
3 changes: 2 additions & 1 deletion src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->

## Upcoming Release
* Removed unused libraries

## Version 8.1.1
* Fixed issue where RoleAssignment cmdlets did not properly handle insufficient MSGraph permissions [#28583]
Expand Down Expand Up @@ -56,7 +57,7 @@

## Version 7.9.0
* Added `-ApplicationId` as an alias of `-ServicePrincipalName`.
* Supported getting role assignments at the exact scope via `-AtScope` for `Get-AzRoleAssignment`.
* Supported getting role assignments at the exact scope via `-AtScope` for `Get-AzRoleAssignment`.

## Version 7.8.1
* Updated to use bicep parameter --documentation-uri instead of the deprecated --documentationUri
Expand Down