This commit is contained in:
Bernie White 2020-07-01 22:19:46 +10:00 коммит произвёл GitHub
Родитель 3973e94cbf
Коммит 0fedcb7120
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -2,6 +2,10 @@
## Unreleased
## v0.1.0
What's changed since pre-release v0.1.0-B1912005:
- Bug fixes:
- Removed module dependency on `PSRule`. [#13](https://github.com/microsoft/PSRule.Monitor/issues/13)

Просмотреть файл

@ -6,7 +6,7 @@ Log PSRule analysis results to Azure Monitor.
## Disclaimer
PSRule.Monitor is an open source project and **not a supported product**.
This project is open source and **not a supported product**.
If you are experiencing problems, have a feature request, or a question, please check for an [issue] on GitHub.
If you do not see your problem captured, please file a new issue, and follow the provided template.

Просмотреть файл

@ -17,7 +17,7 @@
<Copyright>Copyright (c) Microsoft Corporation. Licensed under the MIT License.</Copyright>
<Description>Log PSRule analysis results to Azure Monitor.
PSRule.Monitor is an open source project and not a supported product.</Description>
This project is open source and not a supported product.</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">

Просмотреть файл

@ -31,7 +31,7 @@ Copyright = '(c) Microsoft Corporation. All rights reserved.'
# Description of the functionality provided by this module
Description = 'Log PSRule analysis results to Azure Monitor.
PSRule.Monitor is an open source project and not a supported product.'
This project is open source and not a supported product.'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'