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

Polish changelog for upcoming release #14686

Merged
merged 1 commit into from
Apr 6, 2021
Merged
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
4 changes: 2 additions & 2 deletions src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
-->

## Upcoming Release
* Added upcoming breaking change warnings on below cmdlets, because the value of IdentifierUri parameter will need verified domain.
* Added upcoming breaking change warnings on below cmdlets, because the value of `IdentifierUris` parameter will need verified domain.
- `New-AzADApplication`
- `Update-AzADApplication`
- `New-AzADServicePrincipal`
- `Update-AzADServicePrincipal`
* Ignored bicep warning message in error stream if exitcode equals zero.
* Ignored Bicep warning message in error stream if exitcode equals zero.

## Version 3.4.0
* Redirected bicep message to verbose stream
Expand Down
2 changes: 1 addition & 1 deletion src/StreamAnalytics/StreamAnalytics/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Additional information about change #1
-->
## Upcoming Release
* The parameters of all cmdlet will be updated in an upcoming breaking change release.
* Added upcoming breaking change warning message to all cmdlets because of upcoming changes on parameters.

## Version 1.0.1
* Update references in .psd1 to use relative path
Expand Down