Skip to content
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

[Data Factory][Bug fix before SDK publishing] Add new sub resource wrapper with name property #7874

Merged
merged 2 commits into from
Oct 2, 2019

Conversation

jackmagic313
Copy link
Contributor

Swagger PR: Azure/azure-rest-api-specs#7366

Note: We haven't published 4.2.0 version for our SDK nuget yet, the plan is to merge this PR first and then generate the new SDK thus I reverted the 4.2.1 in code and merge all change diffs into 4.2.0

@@ -80,7 +80,7 @@ public CreateDataFlowDebugSessionRequest(string computeType = default(string), i
/// debug session.
/// </summary>
[JsonProperty(PropertyName = "integrationRuntime")]
public IntegrationRuntimeResource IntegrationRuntime { get; set; }
public IntegrationRuntimeDebugResource IntegrationRuntime { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this breaking change is intentional and covered by the version bump to 4.2.0?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlexGhiondea This API hasn't been released yet, we are releasing it now.

@markcowl markcowl added the Mgmt This issue is related to a management-plane library. label Oct 2, 2019
@markcowl markcowl merged commit 5f4ec70 into Azure:master Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants