Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
cf9aa8b
Get-AzPolicyAlias: optmize common path for single namespace
mentat9 Oct 19, 2021
9f2a97a
Update changelog.
mentat9 Oct 19, 2021
9497613
Refresh from main
mentat9 Oct 26, 2021
457d158
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mentat9 Nov 20, 2021
2800e5d
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mentat9 Jan 7, 2022
a02f7bc
Fox for https://github.com/Azure/azure-powershell/issues/15828
mentat9 Jan 8, 2022
688d6e3
Update changelog
mentat9 Jan 8, 2022
ceb40aa
Merge from main
mentat9 Feb 15, 2023
d52ad04
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mentat9 Feb 17, 2023
7217480
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mentat9 Feb 24, 2023
1eecaad
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mentat9 Mar 3, 2023
d33bf7d
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mentat9 Mar 15, 2023
0760b2d
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mentat9 Aug 26, 2023
f553db6
Merge branch 'main' of https://github.com/Azure/azure-powershell into…
mentat9 Aug 28, 2023
a563fb8
Add breaking change warnings to Policy CRUD cmdlets.
mentat9 Aug 28, 2023
f8498b1
Minor changelog correction
mentat9 Aug 28, 2023
3f4ca63
Added per-cmdlet information about upcoming changes
mentat9 Aug 29, 2023
03180fb
update changelog
YanaXu Aug 30, 2023
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
Prev Previous commit
Next Next commit
Merge from main
  • Loading branch information
mentat9 committed Feb 15, 2023
commit ceb40aa8d7b9d7c9c2b62a77a4ec3e9c2d2bd97e
128 changes: 126 additions & 2 deletions src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,132 @@
-->

## Upcoming Release
* Updated parameter name `EnableAccount` to `AccountEnabled`, and added alias `EnableAccount` for `Update-AzADUser` [#16753]
* Fix for https://github.com/Azure/azure-powershell/issues/15828 (Set-AzPolicyAssignment)

## Version 6.5.2
* Fixed query issue when objectId in assignment is empty for `Get-DenyAssignment`
* Fixed an issue where running deployment cmdlets with `-WhatIf` throws exception when formatting results with nested array changes

## Version 6.5.1
* Fixed issue introduced in previous fix for `Set-AzPolicySetDefinition` InternalServerError when the initiative is too large [#20238], which will remove space in value.
* Fixed `Get-AzRoleAssignment` BadRequest when scope is '/' [#20323]

## Version 6.5.0
* Added cmdlet `Get-AzADOrganization`
* Fixed `Set-AzPolicySetDefinition` InternalServerError when the initiative is too large [#20238]

## Version 6.4.1
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]

## Version 6.4.0
* Fixed parameter `Count` for
- Get-AzADApplication
- Get-AzADServicePrincipal
- Get-AzADUser
* Polished preview warning message for:
- Add-AzADGroupMember
- Get-AzADGroupMember
- Remove-AzADGroupMember
* Fixed a `NullReferenceException` when deploying a JSON template using Bicep extensibility
* Added `-AsJob` to support running `Register-AzResourceProvider` as a Job

## Version 6.3.1
* Fixed NullReferenceException issue in `New-AzRoleAssignment` [#19793]

## Version 6.3.0
* Removed unused reference to resource identifier in role assignment create cmdlet
* Exposed parameter `-Count` for `Get-AzADApplication`, `Get-AzADServicePrincipal`, `Get-AzADGroup` [#19476]

## Version 6.2.0
* Fixed bug `-Password` overwrite `-PasswordProfile` in `New-AzADUser` [#19265]
* Exposed `EmployeeOrgData` `Manager` for `Get-AzADUSer` [#18205]
* Exposed parameter `-Count` for `Get-AzADUser` [#16874]

## Version 6.1.0
* Removed the warning messages for MSGraph migration [#18856]
* [Breaking Change] Renamed cmdlet from `{}-AzADAppFederatedIdentityCredential` to `{}-AzADAppFederatedCredential`
* [Breaking Change] Renamed `-Id` to `-FederatedCredentialId` for
- `Get-AzADAppFederatedCredential`
- `Remove-AzADAppFederatedCredential`
- `Update-AzADAppFederatedCredential`
* Upgraded API version from Beta to 1.0

## Version 6.0.1
* Added feedback when deleting role assignments even if passthru is not used
* Fixed relative path failure in -AsJob scenario [#18084]
* Fixed logic of `createtime` and `ChangedTime` in `Get-AzResource --ExpandProperties`. [#18206]
* Fixed role assignment latency for `New-AzADServicePrincipal` [#16777]

## Version 6.0.0
* Added cmdlet for Application federated identity credential
- `Get-AzADAppFederatedIdentityCredential`
- `New-AzADAppFederatedIdentityCredential`
- `Remove-AzADAppFederatedIdentityCredential`
- `Update-AzADAppFederatedIdentityCredential`
* Upgraded and revised `Get-AzLocation` cmdlet:
- Upgraded `subscriptionClient` for `Get-AzLocation`. Changed its apiVersion from 2016-01-01 to 2021-01-01.[#18002]
- Added all attributes of location info for `Get-AzLocation`, including `pairedRegion` and so on. [#18045][#17536]
- Support ExtendedLocations by `Get-AzLocation` [#18046]
* Added the following cmdlets to remain in parity with 2021-04-01 API version:
- `New-AzHierarchySetting`
- `Get-AzHierarchySetting`
- `Update-AzHierarchySetting`
- `Remove-AzHierarchySetting`
- `Get-AzManagementGroupSubscription`
- `Get-AzSubscriptionUnderManagementGroup`
- `Start-AzTenantBackfill`
- `Get-AzTenantBackfillStatus`
- `Get-AzManagementGroupNameAvailability`
- `Get-AzEntity`
* [Breaking Change] Renamed property `isSyncedFromOnPremis` to `isSyncedFromOnPremise` to align with API spec

## Version 5.6.0
* Fixed redundant quotes in list pagination [#17667]
* Added cmdlet `Update-AzADGroup` [#17514]
* Updated API version to beta for group member related cmdlet to allow service principal to be add, get and delete from group [#16698]
* Added parameter '-OwnedApplication' for `Get-AzADApplication` to get applications owned by current user
* Added parameter '-Web' for `Update-AzADApplication` [#16750]

## Version 5.5.0
* Removed `-ApplicationId` from `New-AzADServicePrincipal` `SimpleParameterSet` [#17256]
* Added `New-AzResourceManagementPrivateLink`, and `New-AzPrivateLinkAssociation` cmdlets
* Added authorization related cmdlets:
- `Get-AzRoleAssignmentSchedule`
- `Get-AzRoleAssignmentScheduleInstance`
- `Get-AzRoleAssignmentScheduleRequest`
- `Get-AzRoleEligibilitySchedule`
- `Get-AzRoleEligibilityScheduleInstance`
- `Get-AzRoleEligibilityScheduleRequest`
- `Get-AzRoleEligibleChildResource`
- `Get-AzRoleManagementPolicy`
- `Get-AzRoleManagementPolicyAssignment`
- `New-AzRoleAssignmentScheduleRequest`
- `New-AzRoleEligibilityScheduleRequest`
- `New-AzRoleManagementPolicyAssignment`
- `Remove-AzRoleManagementPolicy`
- `Remove-AzRoleManagementPolicyAssignment`
- `Stop-AzRoleAssignmentScheduleRequest`
- `Stop-AzRoleEligibilityScheduleRequest`
- `Update-AzRoleManagementPolicy`
* Added `Get-AzResourceManagementPrivateLink`, `Remove-AzResourceManagementPrivateLink`, `Get-AzResourceManagementPrivateLinkAssociation` and `Remove-AzResourceManagementPrivateLinkAssociation` cmdlets

## Version 5.4.0
* Fixed keycredential key format, from base64url to byte [#17131]
* Fixed add key credential overwrite existing one [#17088]
* Deleted parameter sets cannot be reached for `New-AzADSericePrincipal`
* Marked `ObjectType` as `Unknown` if object is not found or current account has insufficient privileges to get object type for role assignment [#16981]
* Fixed that `Get-AzRoleAssignment` shows empty RoleDefinitionName for custom roles when not specifying scope [#16991]
* Unified the returned `RoleDefinitionId` in PSRoleAssignment to GUID [#16991]

## Version 5.3.1
* Fixed `New-AzADServicePrincipal` not working [#17054] [#17040]

## Version 5.3.0
* Added proeprties `onPremisesLastSyncDateTime`, `onPremisesSyncEnabled` to `User` object [#16892]
* Added additional properties when creating request for `New-AzADServicePrincipal` and `Update-AzADServicePrincipal` [#16847] [#16841]
* Fixed `DisplayName` and `ApplicationId` for `New-AzADAppCredential` [#16764]
* Enabled password reset for `Update-AzADUser` [#16869]
* Updated parameter name `EnableAccount` to `AccountEnabled`, and added alias `EnableAccount` for `Update-AzADUser` [#16753] [#16795]
* Fixed `Set-AzPolicyAssignment` does not remove `notScope` if empty [#15828]

## Version 5.2.0
* Fixed incorrect alias for `Get-AzADSpCredential` [#16592]
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.