-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
New SDK for 2018-06-30 changes and other nit fixes ver2 #4971
Conversation
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.
All good, just needs a couple of quick fixes
@@ -8,7 +8,7 @@ | |||
[assembly: AssemblyDescription("Provides Microsoft Azure Automation management operations including the ability to create, update and delete runbooks and schedules.")] | |||
|
|||
[assembly: AssemblyVersion("3.0.1.0")] | |||
[assembly: AssemblyFileVersion("3.3.0.0")] | |||
[assembly: AssemblyFileVersion("3.8.0-preview")] |
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.
Please rename this to 3.8.0.0
(-preview is not allowed in file versioning)
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.
done
@@ -6,7 +6,7 @@ | |||
<PropertyGroup> | |||
<PackageId>Microsoft.Azure.Management.Automation</PackageId> | |||
<Description>Provides Microsoft Azure Automation management operations including the ability to create, update and delete runbooks and schedules.</Description> | |||
<Version>3.4.0-preview</Version> | |||
<Version>3.8.0-preview</Version> | |||
<!-- Remove the Preview description in PackageReleaseNotes once the preview is removed.--> | |||
<AssemblyTitle>Microsoft Azure Automation Management Library</AssemblyTitle> |
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.
Still missing PackageReleaseNotes
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.
Added package release notes.
@dsgouda |
Yes this is expected |
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.
LGTM
@D1v38om83r appreciate your patience. |
* Generated SDK using generate.ps1 * Added changes to RP.Props * Added SDK for Automation.Python2Packages and re-recorded tests * Reduced poll interval for modules and python2packages for faster playback * new test python2 packages, DynamicGroup and Prepost * Changed version for assembyinfo and csproj files * Addressed PR comments
Description
Python2Packages for azure automation. Added new API specs, re-recorded tests for Automation scenarios. Added a new test for Python2Package scenarios.
API PR: Created specs for python 2 packages azure-rest-api-specs#3713
Dynamic Group support change
API PR : Swagger change for Update configuration dynamic group azure-rest-api-specs#4165
Pre- post support change
API PR : Swagger change for pre and post script azure-rest-api-specs#4298
Following on from #4916
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.