Skip to content

Commit

Permalink
Added breakingchange in changelog for Az.Resources (#18253)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryEarly authored May 20, 2022
1 parent 466c970 commit ee6b1f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
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

0 comments on commit ee6b1f2

Please sign in to comment.