-
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 update for Automation. #4665
New SDK update for Automation. #4665
Conversation
Adding @vrdmr for FYI. |
Hi @dsgouda : Could you please take a look when you have a moment? Thanks! |
/// </summary> | ||
public static class StartType |
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.
This is a breaking change for SDK users, please update the version number to 3.4.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 update the aseembly file version here
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.
@@ -467,7 +467,7 @@ public void CanCreateSourceControlSyncJob() | |||
Assert.Equal(retrievedSyncJob.ProvisioningState, syncJob.ProvisioningState); | |||
Assert.Equal(retrievedSyncJob.StartTime, syncJob.StartTime); | |||
Assert.Equal(retrievedSyncJob.EndTime, syncJob.EndTime); | |||
Assert.Equal(retrievedSyncJob.StartType, syncJob.StartType); | |||
//Assert.Equal(retrievedSyncJob.SyncType, syncJob.SyncType); | |||
|
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.
Why is this commented
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 web service changes have not reached the region that is used to record the tests. If you prefer, I can skip the test and rerecord it for the next SDK update. Let me know. Thanks.
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.
We certainly recommend that over commented 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.
@dsgouda : Could you please take another look? Thanks! |
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
Awesome, thanks @dsgouda ! |
Description
Contains changes introduced in the following spec:
Azure/azure-rest-api-specs#3624
Other changes:
Increased the version of the SDK - 3.4.0-preview.
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.