Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemention of AuxTenant parameter in New-AzResourceGroupDeployment. #24088

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Polish ChangeLog.md
msJinLei authored Feb 1, 2024
commit 2861a0e0822e14d96d5fe46546f40e1b688d9040
2 changes: 1 addition & 1 deletion src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -19,10 +19,10 @@
-->

## Upcoming Release
* Added `AuxTenant` parameter in `New-AzResourceGroupDeployment`to support cross-tenant deployment.
* Supported `-SkipClientSideScopeValidation` in RoleAssignment and RoleDefinition related commands. [#22473]
* Updated Bicep build logic to use --stdout flag instead of creating a temporary file on disk.
* Fixed exception when `-ApiVersion` is specified for `Get-AzResource`, affected by some resource types.
* Added AuxTenant parameter in `New-AzResourceGroupDeployment`.

## Version 6.14.0
* Fixed ABAC condition not included in role definition payload. Get-AzRoleDefinition will now contain ABAC Condition and ConditionVersion info when applicable.