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

Customer requests on Policy CRUD cmdlets #14298

Merged
merged 19 commits into from
Feb 24, 2021
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
Merge branch 'master' into master
  • Loading branch information
mentat9 authored Feb 24, 2021
commit f297b818ebb3222ae7307bed9e9ebefc120fd9ea
11 changes: 6 additions & 5 deletions src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
-->

## Upcoming Release
* Fixed issues with TemplateSpec deployments in New-AzTenantDeployment and New-AzManagementGroupDeployment
* Added support for -QueryString parameter in Test-Az*Deployments cmdlets
* Fixed issue with dynamic parameters when New-Az*Deployments is used with -QueryString
* Added support for `-TemplateParameterObject` parameter while using `-TemplateSpecId` parameter in New-Az*Deployments cmdlets.
* Fixed the inaccurate error message received on trying to deploy a non existant template spec.
* Added support for Azure resources deployment in Bicep language
* Fixed issues with TemplateSpec deployments in `New-AzTenantDeployment` and `New-AzManagementGroupDeployment`
* Added support for `-QueryString` parameter in `Test-Az*Deployments` cmdlets
* Fixed issue with dynamic parameters when `New-Az*Deployments` is used with `-QueryString`
* Added support for `-TemplateParameterObject` parameter while using `-TemplateSpecId` parameter in `New-Az*Deployments` cmdlets
* Fixed the inaccurate error message received on trying to deploy a non-existent template spec
* Added support for policy export format to ```New-AzPolicyDefinition -Policy```
* Add support for property updates from ```Set-AzPolicyAssignment -InputObject```

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.