forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[AutoPR track2_azure-mgmt-managedservices] managedservices t2 config #5291
Closed
openapi-sdkautomation
wants to merge
2,343
commits into
release/v3
from
sdkAuto/14064/track2_azure-mgmt-managedservices
Closed
[AutoPR track2_azure-mgmt-managedservices] managedservices t2 config #5291
openapi-sdkautomation
wants to merge
2,343
commits into
release/v3
from
sdkAuto/14064/track2_azure-mgmt-managedservices
Conversation
This file contains 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
addressing issue: Azure#16874
* [tests][sync] test supported formats * [tests][sync] test translation * [tests] comeplete the supported formats test * [tests] translation test * [tests] translation -> single source multiple target * [test] translation -> multiple sources single targets * [test] translation -> prefix and suffix * [test] translation -> list all doc statuses * [test] updated tests to create their own containers * [tests] update base test functions to support offline tests * [test] adding more tests * [tests] status tests * [tests] list statuses * [tests] list submitted jobs * [tests] doc status * [tests] update paging in list all statuses * [tests] some refactoring * [tests] added meaningful assertions + method refactoring * [test] cancel job * [tests] refactor helper functions * [tests] added async tests * [tests] skip some tests (functionality is hidden for now) * [tests][pr reviews] correct silly mistake -> calling function with argument self! * [test] lazy fix -> sample trsnaltion jobs -> wait until done for status to be succeeded * [test] some bugs * [tests] fix gettting first item if async iterator * [tests] fix cancelled job status propagation * [tests] fix iterator len issue in sync client * [tests] fix 'self' keyword used unnecessarily * [test] fix get length of async iterator * [tests] update tests after actually running them * [tests] sync client updates * [tests] add sync client test recordings * [tests] fixed async client tests * [tests] adding async recordings * [tests] adding conftest.py for py2 async tests * [tests] update recordings * [tests] pr reviews * [tests] created AsyncDocumentTranslationTest for python 3 * [tests] setting polling interval to zero when running recorded tests * [tests] updated polling interval for wait_until_done method in client * [tests] updating recorded tests * [tests] updated records -> downgrade azure core bug * [tests] fixing linting errors
* adding tests for the reading order kwarg * add reading_order kwarg to clients
* Added query injection test * py27 * Fixed special char support
Update the release date in the changelog.
* Update OT to 1.0.0rc1 * use set attr * kind * links * private * more changes * update * warning * kwargs for span * ot ga * update to oc1.0 * remove unused methods * adapt * lint * lint * doc * changes * add a link class * minor update * changelog * Update sdk/core/azure-core-tracing-opentelemetry/azure/core/tracing/ext/opentelemetry_span/__init__.py * remove py2 from classifiers * oc doc * version un pin
* added required atteibute * update test cases validations * update samples * add has_completed to both document and status results * updated test validation * [test] updated recorded tests * fix linting errors * fix docstrings * add cancelling as non-terminal state * adding cancelling to testcase * update docstring mistakes
* changelog * Update sdk/core/azure-core-tracing-opencensus/CHANGELOG.md * Apply suggestions from code review
) * CodeGen from PR 13699 in Azure/azure-rest-api-specs LabServices readme.python t2 config(wave4) (Azure#13699) * version,CHANGELOG * changelog.md version config * Update shared_requirements.txt Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]>
* 0.0.1 * 0.0.2 * 0.0.3 * Update PythonSdkLiveTest.yml for Azure Pipelines * debug * debug * debug * debug * delete unnecessary print * debug * debug * pip install packaging * debug * debug * debug * check package install * debug * 'rc' in version && check package && edit version.py in sub folder * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * livetest package * live test package * debug * debug * debug * debug * title * livetest package for compute * title * avoid fake error * get last version from pypi * msrest>=0.5.0 => msrest>=0.6.21 * dependency check * dependency check 2
* CodeGen from PR 13620 in Azure/azure-rest-api-specs add go sdk config (Azure#13620) * version,CHANGELOG * test * fix tests Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: 00Kai0 <[email protected]>
* Use SubscriptionId throughout TestResources Fixes #1454 * Resolve PR feedback * Default DeleteAfterHours to 48 for SDK team Also makes a few other adjustments for subscriptions, like restoring the previous one if available and another was specified. * Resolve PR feedback * Change deployment mode to Complete Also fixes an issue where if the user opted not to deploy to the same resource group, the script would continue execution anyway. * Use consistent aka links to satisfy link checker Only need it for the new Update-TestResources.ps1 script, but I wanted them to look consistent. Co-authored-by: Heath Stewart <[email protected]>
* generated code from swagger * adding files from template * adding a tests.yml file * outlining base structures * adding more skeleton code * formatting code * adding some async files * fixes for apiview * added models and clients based on feedback from arch board * running black to keep code clean * more changes to auth * have a basic pipeline * added an auth policy for username & password * have a working auth policy * need to add a page iterator class for returned repositories * working list tags and list repositories methods * adding a change to the tests.yml file to run in live mode once I get there * added more methods * adding test infra * adding swagger file * regen with Jeremys swagger, fixing up implementations * added delete method, more models are filled out * code formatting and adding helper method to repository client * adding changes from newest swagger * updated generated code * adding tests for list and delete not exists, small changes to tests.yml * adding more list tests * updating readme and setup * adding more things the pipelines need * fixing pylint issues to get pipeline green * making all tests live tests * updating ci and readme with tables copies * updates to readme * adding more changes * draft based on pallavis code * updating readme * removing old sections from readme * more readme deletions * adding auth policy back in * ignore swagger readme * adding devtoolsback * readme fix, linting fix * updating shared reqs * regenerated code, fixed changelog, modified test structure * formatting * fixed up all lint and mypy issues * formatting * adding devtools to dev_reqs * including samples and license in manifest, thank you scbedd * updating swagger * adding skeleton for auth flow * more auth files * committing for izy to take a look * forgot new files * working auth policy using challenge * working tests * deleting recordings * authentication flow test * regenerated * fixing up test * new generated code, fixed user agent, passing tests * fixing up a few tests * changing a test slightly * async policy almost working, problem with the same url encoding * more test fixes * working live and playback * linting fixes, had to remove mypy because of issues in generated * adding conftest, fixing up async issue * renaming the async test file * fixing async tests * more fixes * removing async tests folder * addressing charles and anna's comments, thank you both * removing more from authpolicy * removing exchange client * fixing up scrubber * addressing charles comments on auth and exchange clients * addressing charles comments, thanks charles * addressing annas comments and suggestions, thank you anna * reverting mypy packages to upstream/master * re-removing container reg from mypy checks
* tests mgmt yaml * moved yml file
* first draft * second draft * running pipeline * linting errors * pylint freakin stuff * fix docstrings multi-line thing * fix has_completed on doc result * remove linter message suppress for long __repr__ liens * add white space, run pipeline * whatever!
* add error state tests * fix target container permissions and add helper Document class to make testing scenarios easier * adding recordings for error tests
* CodeGen from PR 13953 in Azure/azure-rest-api-specs webpubsub readme t1 del (Azure#13953) * version,CHANGELOG * webpubsub changelog config * changelog version change Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]> Co-authored-by: Zed Lei <[email protected]>
* changing table_name to name * adding changelog update * removing another table_name situation Co-authored-by: annatisch <[email protected]>
* [DataLake][Devtool]Migrate test framework to Devtool
* add rule filter sample * adams comments * remove env vars
* create deadletter queue sample * adams comments * rename samples * rename
Co-authored-by: David Liang <[email protected]>
* [Storage]Add Patch Release ChangeLog * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update test_blob_access_conditions.py
* Added contributing file * Addressed comments * Addressed comments * Added Azure CLI install link
- This removes the ci.yml filtering which means all projects can be discovered - This eliminates the need for the yml parsing module for most common scenarios - This does introduce some potential issues with duplicate package names for languages like java. The only known case currently is azure-storage-blobs and if there is ever a need to explicitly pick the correct one someone can pass in the ServiceDirectory filter similar to "storage/azure*" for new and "storage/microsoft*" for the older sdk. By default azure usually comes first so the new one gets discovered which is likely all we need for now. If this turns out not to be true we might need another way to disambiguate. Co-authored-by: Wes Haggard <[email protected]>
* Set default branch to master if not set from git * Added log messages * Silent the failure if not able fetch default branch from git * Update git-push-changes.yml Co-authored-by: Sima Zhu <[email protected]> Co-authored-by: Sima Zhu <[email protected]>
* [Fix]Add retry for streaming download * [Fix]Add retry for streaming download * Update _download.py * Update _download_async.py
* add an environment.yml. consume in both build_conda_artifacts as well as in the meta.yml package definitions. * enhance conda_build_artifacts.py to extend the `summary` attribute via setting an environment variable * update to get_tagged_code to use mkdir -p instead of testing any paths.
* clean up PR triggering from eng/ and tools/. adding core build is fine, given that there is a direct dependency relationship, but we don't need to include tools/eng outside of the core pipeline
* Fix retain runs auth. * Emit encoded token as secret. Co-authored-by: Mitch Denny <[email protected]>
* CodeGen from PR 13982 in Azure/azure-rest-api-specs maintenance readme t2 config (Azure#13982) * maintenance readme t2 config * readme t1 config * version,CHANGELOG * shared_requirements conflict change Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]>
* enable polling by default * update changelog
* Patch changelog * updated swagger date
- Now called from verify-agent-os.yml
Merge 122717fbe78dae11633b73079711a770368b74ac into e583930
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14064/track2_azure-mgmt-managedservices
branch
from
April 22, 2021 06:43
1a7c184
to
1caf86b
Compare
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.
Create to sync Azure/azure-rest-api-specs#14064
You can install the use using pip install of the artificats.