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

Added breakingchange in changelog for Az.Resources #18253

Merged
merged 1 commit into from
May 20, 2022
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
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
- 'Get-AzTenantBackfillStatus'
- 'Get-AzManagementGroupNameAvailability'
- 'Get-AzEntity'
* [Breaking Change] Renamed property `isSyncedFromOnPremis` to `isSyncedFromOnPremise` to align with API spec

#### Az.Security
* Added new cmdlet: 'Get-AzSecuritySolution'
Expand Down
3 changes: 2 additions & 1 deletion src/Resources/Resources/Az.Resources.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ PrivateData = @{
- ''Start-AzTenantBackfill''
- ''Get-AzTenantBackfillStatus''
- ''Get-AzManagementGroupNameAvailability''
- ''Get-AzEntity'' '
- ''Get-AzEntity''
* [Breaking Change] Renamed property ''isSyncedFromOnPremis'' to ''isSyncedFromOnPremise'' to align with API spec '

# Prerelease string of this module
# Prerelease = ''
Expand Down
1 change: 1 addition & 0 deletions src/Resources/Resources/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- `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]
Expand Down
1 change: 1 addition & 0 deletions tools/Az/Az.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ Az.Resources
- ''Get-AzTenantBackfillStatus''
- ''Get-AzManagementGroupNameAvailability''
- ''Get-AzEntity''
* [Breaking Change] Renamed property ''isSyncedFromOnPremis'' to ''isSyncedFromOnPremise'' to align with API spec

Az.Security
* Added new cmdlet: ''Get-AzSecuritySolution''
Expand Down