Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
updated readme to include correct name
  • Loading branch information
pkhabazi committed Sep 6, 2019
1 parent 8ee9964 commit 4ca64ed
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AzSentinel/AzSentinel.psd1
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AzSentinel.psm1'

# Version number of this module.
ModuleVersion = '0.0.2'
ModuleVersion = '0.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion AzSentinel/docs/README.md
Expand Up @@ -2,4 +2,4 @@

1. [Get-AuthToken](Get-AuthToken.md)
2. [Set-AzSentinel](Set-AzSentinel.md)
3. [New-AzAnalytic](New-AzSentinelAlertRule.md)
3. [New-AzSentinelAlertRule](New-AzSentinelAlertRule.md)
28 changes: 28 additions & 0 deletions changelog.md
@@ -0,0 +1,28 @@
# ChangeLog

## v0.1.0 - 05-09-2019

### Breaking Changes

- Renamed "New-AzAnalytic" to "New-AzSentinelAlertRule"

### Updates and Fixes

- Added support for accepting data from pipeline for "New-AzSentinelAlertRule" -SettingsFile
- updated documentation

### Experimental Features

- none

### Code Cleanup

- updated docs

### Tests

- none

### Documentation and Help Content

- updated docs
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -2,4 +2,4 @@

1. [Get-AuthToken](Get-AuthToken.md)
2. [Set-AzSentinel](Set-AzSentinel.md)
3. [New-AzAnalytic](New-AzSentinelAlertRule.md)
3. [New-AzSentinelAlertRule](New-AzSentinelAlertRule.md)

0 comments on commit 4ca64ed

Please sign in to comment.