Skip to content

Commit 8b4a3ba

Browse files
committed
[Insights] Adding the change log information to two more files and moving it to the proper place in teh original file
1 parent 3c702b0 commit 8b4a3ba

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

ChangeLog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@
3333
- Remove-AzureRmContainerGroup
3434
- Get-AzureRmContainerInstanceLog
3535
* Insights
36+
* New cmdlet Disable-AzureRmActivityLogAlert
37+
- A new cmdlet to disable an existing activity log alert.
38+
- Optionally the Tags are settable with this cmdlet too.
39+
* New cmdlet Enable-AzureRmActivityLogAlert
40+
- A new cmdlet to enable an existing activity log alert.
41+
- Optionally the Tags are settable with this cmdlet too.
42+
* New cmdlet Get-AzureRmActivityLogAlert
43+
- A new cmdlet to retrieve one or more activity log alerts.
44+
- The alerts can be retrieved by name, resource group, or subscription.
45+
* New cmdlet New-AzureRmActionGroup
46+
- A new cmdlet to create an ActionGroup object in memory (no request involved.)
47+
* New cmdlet New-AzureRmActivityLogAlertCondition
48+
- A new cmdlet to create an activity log alert leaf condition object in memory (no request involved.)
49+
* New cmdlet Set-AzureRmActivityLogAlert
50+
- A new cmdlet to create or update an activity log alert.
51+
* New cmdlet Remove-AzureRmActivityLogAlert
52+
- A new cmdlet to remove one activity log alert.
3653
* New cmdlet Set-AzureRmActionGroup
3754
- A new cmdlet to create a new or update an existing action group.
3855
* New cmdlet Get-AzureRmActionGroup

src/ResourceManager/Insights/AzureRM.Insights.psd1

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,24 @@ PrivateData = @{
124124
# IconUri = ''
125125

126126
# ReleaseNotes of this module
127-
ReleaseNotes = ' * New cmdlet Set-AzureRmActionGroup
127+
ReleaseNotes = ' * New cmdlet Disable-AzureRmActivityLogAlert
128+
- A new cmdlet to disable an existing activity log alert.
129+
- Optionally the Tags are settable with this cmdlet too.
130+
* New cmdlet Enable-AzureRmActivityLogAlert
131+
- A new cmdlet to enable an existing activity log alert.
132+
- Optionally the Tags are settable with this cmdlet too.
133+
* New cmdlet Get-AzureRmActivityLogAlert
134+
- A new cmdlet to retrieve one or more activity log alerts.
135+
- The alerts can be retrieved by name, resource group, or subscription.
136+
* New cmdlet New-AzureRmActionGroup
137+
- A new cmdlet to create an ActionGroup object in memory (no request involved.)
138+
* New cmdlet New-AzureRmActivityLogAlertCondition
139+
- A new cmdlet to create an activity log alert leaf condition object in memory (no request involved.)
140+
* New cmdlet Set-AzureRmActivityLogAlert
141+
- A new cmdlet to create or update an activity log alert.
142+
* New cmdlet Remove-AzureRmActivityLogAlert
143+
- A new cmdlet to remove one activity log alert.
144+
* New cmdlet Set-AzureRmActionGroup
128145
- A new cmdlet to create a new or update an existing action group.
129146
* New cmdlet Get-AzureRmActionGroup
130147
- A new cmdlet to retrieve one or more action groups.

src/ResourceManager/Insights/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 3.4.0
2123
* New cmdlet Disable-AzureRmActivityLogAlert
2224
- A new cmdlet to disable an existing activity log alert.
2325
- Optionally the Tags are settable with this cmdlet too.
@@ -35,8 +37,6 @@
3537
- A new cmdlet to create or update an activity log alert.
3638
* New cmdlet Remove-AzureRmActivityLogAlert
3739
- A new cmdlet to remove one activity log alert.
38-
39-
## Version 3.4.0
4040
* New cmdlet Set-AzureRmActionGroup
4141
- A new cmdlet to create a new or update an existing action group.
4242
* New cmdlet Get-AzureRmActionGroup

0 commit comments

Comments
 (0)