Skip to content

Commit d8ea26d

Browse files
authored
[Monitor] Update upcoming-breaking-change (#26180)
* Update upcomingbreakingchange * Update upcomingbreakingchange
1 parent 80bf24c commit d8ea26d

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

documentation/breaking-changes/upcoming-breaking-changes.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,60 @@
199199
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
200200
- The change is expected to take effect from version : '2.0.0'
201201

202+
## Az.Monitor
203+
204+
### `New-AzDataCollectionEndpoint`
205+
- Parameter breaking-change will happen to all parameter sets
206+
- `-IdentityType`
207+
- The parameter : 'IdentityType' is changing.
208+
- 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.
209+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
210+
- The change is expected to take effect from version : '2.0.0'
211+
- `-UserAssignedIdentity`
212+
- The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
213+
- Change description : UserAssignedIdentity's type will be simplified as string array.
214+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
215+
- The change is expected to take effect from version : '2.0.0'
216+
217+
### `New-AzDataCollectionRule`
218+
- Parameter breaking-change will happen to all parameter sets
219+
- `-IdentityType`
220+
- The parameter : 'IdentityType' is changing.
221+
- 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.
222+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
223+
- The change is expected to take effect from version : '2.0.0'
224+
- `-UserAssignedIdentity`
225+
- The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
226+
- Change description : UserAssignedIdentity's type will be simplified as string array.
227+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
228+
- The change is expected to take effect from version : '2.0.0'
229+
230+
### `Update-AzDataCollectionEndpoint`
231+
- Parameter breaking-change will happen to all parameter sets
232+
- `-IdentityType`
233+
- The parameter : 'IdentityType' is changing.
234+
- 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.
235+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
236+
- The change is expected to take effect from version : '2.0.0'
237+
- `-UserAssignedIdentity`
238+
- The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
239+
- Change description : UserAssignedIdentity's type will be simplified as string array.
240+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
241+
- The change is expected to take effect from version : '2.0.0'
242+
243+
### `Update-AzDataCollectionRule`
244+
- Parameter breaking-change will happen to all parameter sets
245+
- `-IdentityType`
246+
- The parameter : 'IdentityType' is changing.
247+
- 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.
248+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
249+
- The change is expected to take effect from version : '2.0.0'
250+
- `-UserAssignedIdentity`
251+
- The parameter : 'UserAssignedIdentity' is changing. The type of the parameter is changing from 'Hashtable' to 'string[]'.
252+
- Change description : UserAssignedIdentity's type will be simplified as string array.
253+
- This change will take effect on '11/19/2024'- The change is expected to take effect from Az version : '13.0.0'
254+
- The change is expected to take effect from version : '2.0.0'
255+
202256
## Az.NetAppFiles
203257

204258
### `Get-AzNetAppFilesBackup`

0 commit comments

Comments
 (0)