-
Notifications
You must be signed in to change notification settings - Fork 3k
Get main #27100
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
Merged
Merged
Get main #27100
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Be gone flaky test * Live only tag * Default variable empty pop
* code and test * fix test Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Yuchao Yan <[email protected]>
* code and test * Update CHANGELOG.md Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Yuchao Yan <[email protected]>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* feat: support setting path for node output directly * fix: fix ci
* Update service client and client and add new api version * Update parameter type * Add tests, update test recordings, samples, readme and changelog * Rename token expiration parameter based on review * reverted back unwanted changes in ml sdk * fixed doctype * fixed linting issues Co-authored-by: Aigerim Beishenbekova <[email protected]>
* copy ADO branch changes into GH branch * sync with closed source comments * fix merge issues * continue to fix changelog file merge issues * move CL entry to correct section
* Add specific datastore types to ErrorTarget enum * Add schema links to error messages resolution sections * Add test * Update datastore ErrorTarget enum * Update to use proper key for yaml ref doc dictionary * Fix pylint errors * Update Resolution message * Update Resolution message * Update test * Update test * Fix broken symlink test
Co-authored-by: scbedd <[email protected]>
* Update the release versions for ML SDK * Update the readme for ML project for GA * Update version in setup file
Increment package version after release of azure-data-tables
Increment package version after release of azure-storage-file-share
* Live sync done * Sync recorded done * Fix imports * Async live done * All passing async recorded * Fix imports again * Fix requests import ordering
…le-share) (#26770) * Delete and initial script run * Finished sync * Fixed .yaml being generated, all passing
…are) (#26764) * Finished live after changing test acc * All passing live async * All passing live and recorded, reorder imports
* code and test * Update CHANGELOG.md Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: zhenbiao wei <[email protected]>
* code and test * Update CHANGELOG.md Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: zhenbiao wei <[email protected]>
* fix: support data-binding expression on internal node runsettings * fix: raise error if unknown field errors are met in load_funcs * fix: support is_control output for internal components * feat: ignore unknown fields on internal output port definition instead of raising error * feat: enable hdinsight.compute_name * feat: support dependency files in additional_includes * feat: convert hdinsight.compute_name to arm str * feat: load all internal nodes to their own entity class instead of base node * resolve comment add * to validation class method remove super class for InternalOutputSchema
…re-communication-phonenumber tests (#26775) * Use static connection string in phonenumber tests * Use static connection string for SIP tests
…re, queue, and changefeed (#26743)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines