Skip to content

Conversation

@wangbwn
Copy link
Member

@wangbwn wangbwn commented Nov 28, 2025

Contributing to the Azure SDK

Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.

For specific information about pull request etiquette and best practices, see this section.

Copilot AI review requested due to automatic review settings November 28, 2025 03:44
@github-actions github-actions bot added the Mgmt This issue is related to a management package. label Nov 28, 2025
Copilot finished reviewing on behalf of wangbwn November 28, 2025 03:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR releases version 1.11.0 of the Azure Data Factory SDK, updating generated code to align with the latest Azure REST API specifications. The changes primarily include:

  • New features for interactive query management on integration runtimes
  • Enhanced connector support (Netezza V2, Jira V2, SalesforceV2, SnowflakeV2)
  • Updated API specification paths with an additional "DataFactory" segment
  • New model classes and enums to support these features

Reviewed changes

Copilot reviewed 5 out of 60 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/autorest.md Updated API specification path and added HDInsightOnDemand acronym mapping
src/Azure.ResourceManager.DataFactory.csproj Bumped version from 1.10.0 to 1.11.0
CHANGELOG.md Added release notes for v1.11.0 with feature descriptions
Multiple tests/Generated/Samples/*.cs files Updated example definition paths to include "DataFactory" segment
src/Generated/RestOperations/IntegrationRuntimeRestOperations.cs New REST operations for enable/disable interactive query
src/Generated/DataFactoryIntegrationRuntimeResource.cs New public methods for interactive query management
Multiple src/Generated/Models/*.cs files New model classes and properties for enhanced connector support
API surface files (.cs in api/ directory) Public API surface updates reflecting new types and methods

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

}),
},
};
DataFactoryDataFlowDebugPackageContent content = new DataFactoryDataFlowDebugPackageContent();
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

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

[nitpick] The test example has been significantly simplified from a complex object initialization (69 lines) to an empty constructor call. While this may be intentional to simplify the sample, it no longer demonstrates the actual usage of the API with realistic data. Consider whether this adequately serves as documentation for users.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Azure.ResourceManager.DataFactory

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 package.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants