-
Notifications
You must be signed in to change notification settings - Fork 4k
Dev: Azure Automation additional cmdlet bugfixes #1714
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
Adding a subscription ID property to the AutomationAccount object
Add Subscription ID property
Disabling passing Parameters value from pipeline per Bug 1731159
…bject and assigning the value from the SDK model.
StartedBy property
Added DSC delete cmdlets
Scenario tests, DSC reportId/NodeId fixes
@safeermohammed remove restore.config file from the PR. |
<package id="Microsoft.Azure.Management.Automation" version="0.50.2-prerelease" targetFramework="net45" /> | ||
<package id="Microsoft.Azure.Management.Resources" version="2.18.11-preview" targetFramework="net45" /> | ||
<package id="Microsoft.Azure.Management.Automation" version="2.0.0" targetFramework="net45" /> | ||
<package id="Microsoft.Azure.Management.Resources" version="2.18.7-preview" targetFramework="net45" /> |
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.
do NOT downgrade any version. BTW, we are going to bump everyone to Resource 2.18.13.
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.
looks like incorrectly updated during merge within team, Fixed to be back to 2.18.11.
Sure 2.18.13 should be fine for us
Made exactly how it is in ASM scenario tests now. |
Dev: Azure Automation additional cmdlet bugfixes
Cmdlet bugfixes
taking latest Automation SDK
Scenario tests