Skip to content

Commit

Permalink
[Monitor] Update upcoming-breaking-change (#26180)
Browse files Browse the repository at this point in the history
* Update upcomingbreakingchange

* Update upcomingbreakingchange
  • Loading branch information
lijinpei2008 authored Sep 26, 2024
1 parent 80bf24c commit d8ea26d
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions documentation/breaking-changes/upcoming-breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,60 @@
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'

## Az.Monitor

### `New-AzDataCollectionEndpoint`
- Parameter breaking-change will happen to all parameter sets
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-UserAssignedIdentity`
- The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
- Change description : UserAssignedIdentity's type will be simplified as string array.
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'

### `New-AzDataCollectionRule`
- Parameter breaking-change will happen to all parameter sets
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-UserAssignedIdentity`
- The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
- Change description : UserAssignedIdentity's type will be simplified as string array.
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'

### `Update-AzDataCollectionEndpoint`
- Parameter breaking-change will happen to all parameter sets
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-UserAssignedIdentity`
- The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
- Change description : UserAssignedIdentity's type will be simplified as string array.
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'

### `Update-AzDataCollectionRule`
- Parameter breaking-change will happen to all parameter sets
- `-IdentityType`
- The parameter : 'IdentityType' is changing.
- Change description : IdentityType will be removed. EnableSystemAssignedIdentity will be used to enable/disable system assigned identity and UserAssignedIdentity will be used to specify user assigned identities.
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'
- `-UserAssignedIdentity`
- The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
- Change description : UserAssignedIdentity's type will be simplified as string array.
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
- The change is expected to take effect from version : '2.0.0'

## Az.NetAppFiles

### `Get-AzNetAppFilesBackup`
Expand Down

0 comments on commit d8ea26d

Please sign in to comment.