Skip to content

Commit

Permalink
create Upcoming breaking change message (#26085)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinpei2008 authored Sep 18, 2024
1 parent c508b34 commit c1ee1c7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions src/Monitor/DataCollectionRule.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,24 @@ directive:
- model-name: StorageBlobDestination
# string Name, string StorageAccountResourceId, string TableName
- model-name: StorageTableDestination

##### announce upcoming MI-related breaking changes
- where:
parameter-name: IdentityType
set:
breaking-change:
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.
deprecated-by-version: 2.0.0
deprecated-by-azversion: 13.0.0
change-effective-date: 2024/11/19
- where:
parameter-name: UserAssignedIdentity
set:
breaking-change:
old-parameter-type: Hashtable
new-parameter-type: string[]
change-description: UserAssignedIdentity's type will be simplified as string array.
deprecated-by-version: 2.0.0
deprecated-by-azversion: 13.0.0
change-effective-date: 2024/11/19
```
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ Deletes a data collection rule.
Deletes an association.

### [Update-AzDataCollectionEndpoint](Update-AzDataCollectionEndpoint.md)
Updates part of a data collection endpoint.
Update part of a data collection endpoint.

### [Update-AzDataCollectionRule](Update-AzDataCollectionRule.md)
Update a data collection rule.

### [Update-AzDataCollectionRuleAssociation](Update-AzDataCollectionRuleAssociation.md)
Create an association.
Update an association.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Update-AzDataCollectionEndpoint

## SYNOPSIS
Updates part of a data collection endpoint.
Update part of a data collection endpoint.

## SYNTAX

Expand All @@ -27,7 +27,7 @@ Update-AzDataCollectionEndpoint -InputObject <IDataCollectionRuleIdentity> [-Ide
```

## DESCRIPTION
Updates part of a data collection endpoint.
Update part of a data collection endpoint.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Update-AzDataCollectionRuleAssociation

## SYNOPSIS
Create an association.
Update an association.

## SYNTAX

Expand All @@ -27,7 +27,7 @@ Update-AzDataCollectionRuleAssociation -InputObject <IDataCollectionRuleIdentity
```

## DESCRIPTION
Create an association.
Update an association.

## EXAMPLES

Expand Down

0 comments on commit c1ee1c7

Please sign in to comment.