-
Notifications
You must be signed in to change notification settings - Fork 4k
Release 4.3.1 module and version updates #4449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,4 +1,108 @@ | |||
## 2017.08.07 - Version 4.3.0 | |||
## 2017.08.10 - Version 4.3.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@markcowl looks like the ## 2017.08.07 - Version 4.3.0
header will be removed and replaced with the new one for 4.3.1. I wasn't sure if this was intended, or if it was an accident.
This should get figured out when removing the duplicate change log entries in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved
@@ -19,16 +19,24 @@ | |||
--> | |||
## Current Release | |||
|
|||
## Version 3.3.1 | |||
* Made changes to AutomationDSC* cmdlets to pull more than 100 records |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@markcowl duplicate change log entry
@azuresdkci retest this please |
Description
This checklist is used to make sure that common guidelines for a pull request are followed. You can find a more complete discussion of PowerShell cmdlet best practices here.
General Guidelines
Testing Guidelines
Cmdlet Signature Guidelines
ShouldProcess
and haveSupportShouldProcess=true
specified in the cmdlet attribute. You can find more information onShouldProcess
here.OutputType
attribute if any output is produced - if the cmdlet produces no output, it should implement aPassThru
parameter.Cmdlet Parameter Guidelines