Skip to content

Commit 0e385eb

Browse files
Move Monitor to release-2023-11-14 (#23326)
1 parent abaaf18 commit 0e385eb

31 files changed

+2970
-773
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"swagger_commit": "5c72410d56cf3ad200b3437849e768370be64632",
2+
"autorest_powershell": "3.0.512",
3+
"swagger_commit": "ed84b11847785792767b0b84cc6f98f4ea08ca77",
34
"node": "v14.15.5",
45
"autorest": "`-- (empty)",
5-
"autorest_core": "3.9.7",
66
"autorest_modelerfour": "4.26.2",
7-
"autorest_powershell": "3.0.512"
7+
"autorest_core": "3.9.7"
88
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"swagger_commit": "5c72410d56cf3ad200b3437849e768370be64632",
2+
"autorest_powershell": "3.0.512",
3+
"swagger_commit": "ed84b11847785792767b0b84cc6f98f4ea08ca77",
34
"node": "v14.15.5",
45
"autorest": "`-- (empty)",
5-
"autorest_core": "3.9.7",
66
"autorest_modelerfour": "4.26.2",
7-
"autorest_powershell": "3.0.512"
7+
"autorest_core": "3.9.7"
88
}

src/Monitor/DataCollectionRule.Autorest/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ use-extension:
5353
"@autorest/powershell": "4.x"
5454

5555
directive:
56+
- remove-operation: DataCollectionRules_Update
5657
# # Following is two common directive which are normally required in all the RPs
5758
# # 1. Remove the unexpanded parameter set
5859
# # 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well
@@ -63,6 +64,11 @@ directive:
6364
parameter-name: IdentityUserAssignedIdentity
6465
set:
6566
parameter-name: UserAssignedIdentity
67+
- where:
68+
verb: Update
69+
subject: DataCollectionRule
70+
set:
71+
command-description: 'Update a data collection rule.'
6672
# fix breaking change
6773
- where:
6874
subject: DataCollectionRule

src/Monitor/DataCollectionRule.Autorest/docs/Az.DataCollectionRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Deletes an association.
9090
Updates part of a data collection endpoint.
9191

9292
### [Update-AzDataCollectionRule](Update-AzDataCollectionRule.md)
93-
Updates part of a data collection rule.
93+
Update a data collection rule.
9494

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

0 commit comments

Comments
 (0)