You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Monitor/ActivityLogAlert.Autorest/README.md
+49-3Lines changed: 49 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,52 @@ use-extension:
51
51
"@autorest/powershell": "3.x"
52
52
53
53
directive:
54
+
- where:
55
+
verb: Get
56
+
subject: ActivityLogAlert
57
+
set:
58
+
breaking-change:
59
+
deprecated-output-properties:
60
+
- ActionGroup
61
+
- ConditionAllOf
62
+
- Scope
63
+
new-output-properties:
64
+
- ActionGroup
65
+
- ConditionAllOf
66
+
- Scope
67
+
change-description: The types of the properties ActionGroup, ConditionAllOf and Scope will be changed from single object or fixed array to 'List'.
68
+
deprecated-by-version: 7.0.0
69
+
deprecated-by-azversion: 15.0.0
70
+
change-effective-date: 2025/11/03
71
+
- where:
72
+
verb: New|Update
73
+
subject: ActivityLogAlert
74
+
set:
75
+
breaking-change:
76
+
deprecated-output-properties:
77
+
- ActionGroup
78
+
- ConditionAllOf
79
+
- Scope
80
+
- AnyOf
81
+
new-output-properties:
82
+
- ActionGroup
83
+
- ConditionAllOf
84
+
- Scope
85
+
- AnyOf
86
+
change-description: The types of the properties ActionGroup, ConditionAllOf, Scope and AnyOf will be changed from single object or fixed array to 'List'.
87
+
deprecated-by-version: 7.0.0
88
+
deprecated-by-azversion: 15.0.0
89
+
change-effective-date: 2025/11/03
90
+
- where:
91
+
parameter-name: Action|Condition|Scope
92
+
set:
93
+
breaking-change:
94
+
old-parameter-type: Array
95
+
new-parameter-type: List
96
+
deprecated-by-version: 7.0.0
97
+
deprecated-by-azversion: 15.0.0
98
+
change-effective-date: 2025/11/03
99
+
54
100
# Following is two common directive which are normally required in all the RPs
55
101
# 1. Remove the unexpanded parameter set
56
102
# 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well
Copy file name to clipboardExpand all lines: src/Monitor/ActivityLogAlert.Autorest/custom/New-AzActivityLogAlertAlertRuleAnyOfOrLeafConditionObject.ps1
[Parameter(HelpMessage="The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.")]
[Parameter(HelpMessage="The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.")]
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3
+
4
+
## Info
5
+
- Modifiable: yes
6
+
- Generated: no
7
+
- Committed: yes
8
+
- Packaged: no
9
+
10
+
## Purpose
11
+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.
0 commit comments