-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Automation 3.0.2 - preview #4308
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.
Please run msbuild build.proj /t:build /p:Scope=SDKs\Automation
and commit any changes to the props file
@@ -16,7 +16,7 @@ namespace Automation.Tests.ScenarioTests | |||
|
|||
public class AutomationTest | |||
{ | |||
[Fact] | |||
//[Fact] |
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.
Mark as a skipped tests instead of commenting
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.
Fixed.
@@ -1,11 +1,11 @@ | |||
2018-01-18 21:18:29 UTC | |||
2018-05-10 20:38:47 UTC |
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 create a generate.ps1 similar to this and regenerate the code.
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.
Fixed.
@@ -7,8 +7,8 @@ | |||
[assembly: AssemblyTitle("Microsoft Azure Automation Management Library")] | |||
[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.0.1.0")] | |||
[assembly: AssemblyVersion("3.0.2.0")] |
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 update the AssemblyFileVersion
only
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 good apart from the minor comment.
@@ -0,0 +1 @@ | |||
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "automation/resource-manager" -PowershellInvoker -AutoRestVersion "latest" |
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 regenerate the code using this script.
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. Just out of curiosity, what does the generate.ps1 file do that the other doesn't?
@dsgouda, Thanks for taking the time to review! :)
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.
The src/SDKs/_metadata/automation_resource-manager.txt
log file tells us when code has been generated using powershell. We're slowly moving most RPs towards using ps1 scripts instead of cmds in order to provide better usage
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 subject to CIs passing
@dsgouda, the CI's have passed, please merge. Thank you! |
Description
Swagger Specs PR:
Turned 3 tests off due to WebService changes. Once the changes get deployed, we'll send another PR to turn them on.
FYI: @finiteattractor, @safeermohammed, @Francisco-Gamino, @vrdmr
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.