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

[AutoPR track2_azure-mgmt-signalr] signalr modification #5308

Closed

Conversation

openapi-sdkautomation[bot]
Copy link

Create to sync Azure/azure-rest-api-specs#14087

You can install the use using pip install of the artificats.

lsundaralingam and others added 30 commits March 31, 2021 16:24
* 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 <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
* 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 <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: 00Kai0 <sunkaihuisos@gmail.com>
* 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 <heaths@microsoft.com>
* 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
* add adf support

* update

* update
* create tests mgmt yaml

* moved file following keyvault
* tests mgmt yaml

* move file as following keyvault pipeline
* 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

* tests for delete tag

* importing tags for delete operations

* cleanup

* forgot to include a recording

* add delete repo tests:

* regenerated from autorest, added delete artifact method to sync and async

* fixing up recording files

* linting issue

* run black

* undoing all changes to generated code

* adding distributed trace decorators
updating template path in mgmt/tests.yml, since it was moved one folder in
updating template path in mgmt/tests.yml, since it was moved one folder in
* 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

* tests for delete tag

* importing tags for delete operations

* cleanup

* forgot to include a recording

* add delete repo tests:

* regenerated from autorest, added delete artifact method to sync and async

* adding a set registry artifact properties method and test

* continuing to debug test

* working set operations and tests

* adding tests to ensure ResourceNotFoundError is thrown

* marking sync set_manifest/tag tests as live only because of recording issue
azure-sdk and others added 27 commits April 20, 2021 15:49
* 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 <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
* [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 <midenn@microsoft.com>
* 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 <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
* enable polling by default

* update changelog
* Patch changelog

* updated swagger date
)

* Privated hierarchy traversal

* fixed encryption algo

* updated changelog
* user core parser + remove redundancy

* move sas expiry logic + types

* fix error message

* mypy error

* error message for cs parser only
- Update link checking pipeline to enable caching
- Add loading cache file from a http endpoint
- Add retry logic when hitting 429

Fix verify link renaming scenarios

- Correctly error if link format is incorrect
- Handle case where the replace regex is not passed
- Improve the error logging so it is easier to
  identify the broken links

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
…ws (Azure#18214)

* add testcases for labeled tables - fixed/variable rows

* fix input param

* shorten test variable names

* update test-resources.json env var names
* CodeGen from PR 13832 in Azure/azure-rest-api-specs
hybridnetwork only track2 configure (Azure#13832)

* hybridnetwork only track2 configure

* remodify

* namespace del

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>

* version,CHANGELOG

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com>
Merge 767536f21cdcffd87b710b0c89fbbb422633e679 into 954a328
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.