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] azure-mgmt-batch #6519

Closed
wants to merge 44 commits into from
Closed

[AutoPR] azure-mgmt-batch #6519

wants to merge 44 commits into from

Conversation

openapi-sdkautomation[bot]
Copy link
Contributor

Created to accumulate changes for: azure-mgmt-batch

@adxsdk6
Copy link

adxsdk6 commented Jul 29, 2019

Can one of the admins verify this patch?

openapi-sdkautomation bot and others added 2 commits July 31, 2019 11:38
fix: Batch model validation errors

- Add body for RESPONSE_BODY_NOT_IN_EXAMPLE errors
- active -> Active for state enum in 2017-09-01 examples
openapi-sdkautomation bot and others added 2 commits August 1, 2019 04:24
fix: Batch model validation errors

- Add body for RESPONSE_BODY_NOT_IN_EXAMPLE errors
- active -> Active for state enum in 2017-09-01 examples
@openapi-sdkautomation openapi-sdkautomation bot requested a review from shurd as a code owner August 1, 2019 04:25
chore: jsonfmt batch

Fix spelling issues added in #6629 from "example" values in spec
SuyogSoti and others added 7 commits August 2, 2019 08:45
* make sure its int. Need it to pass the test

* added policy and decorator

* dont decorate authn

* loggin policy behind retry policy

* managed should not be decoratored

* dont need my workaround

* dont trace get_token

* dont need this extra indent
Updating the Contributing section according to the guidelines
* Smoke Test Sample for Track 2 libraries

Smoke Test for Indentity, Key Vault Secrets, Storage Blobs, Event Hubs and Cosmos DB

* simpleQuery method added

* Method's names updated

* Create README.md

* Update README.md

* Commented lines deleted

* README.md moved to correct folder

* Create requirements.txt

* Update README.md

* Update README.md

* Imports changed

* Use of literals instead of append

* Database Name variable to class level.

* Use of Pythonic with statements

* Update requirements.txt

* Revert "Update requirements.txt"

This reverts commit 4b79c6a.

* Revert "Use of Pythonic with statements"

This reverts commit 81adc4c.

* Revert "Revert "Use of Pythonic with statements""

This reverts commit 27b2a2d.

* requiriments.txt encoded as a txt file

* requirements.txt as text file

* Misspelling in "Key concepts"

* Update .docsettings.yml to match the tittle of Smoke Test

* Went trought Suyog comments

* Revert "Went trought Suyog comments"

This reverts commit 35c6223.

* Gone trought Suyog comments

* use of snake case in file names
* First version of paging

* Clean sync paging

* Async paging

* Name AsyncList without underscore

* MyPy happyness

* pylint

* black

* PageIterator as conf

* Simplify ItemPaged

* Use chain to link iterable

* Make Paging more open

* Docstring

* pylint / mypy / black

* Regenerate KV with latest Autorest + Paging branch (#6479)

* Regenerate KV with latest Autorest + Paging branch

* Remove unused import in tests

* Make the async adapter more generic

* Regeneration after operation mixin fix in Autorest

* COmmit changes forgotten in #6418

* Fixing syntax for 2.7

* Move Storage Queue to new Paging (#6447)

* Move Storage Queue to new Paging

* Working Storage queue on new paging

* Fix types

* First shot of blob tests update

* Fixing blob tests

* File to new paging

* Doc fix

* Feedbacks from @annatisch

* Fix last @annatisch comment

* Simplify paging contract

* Fix storage queue after new paging contract
SuyogSoti and others added 25 commits August 2, 2019 08:45
* [AutoPR devtestlabs/resource-manager] [Hub Generated] Review request for Microsoft.DevTestLab to add version stable/2018-09-15 (#6359)

* Generated from c64177b58d5905986be6a16e270986ccfad08d25

Modification of PATCH description, plus minor fixes

* Packaging update of azure-mgmt-devtestlabs

* Generated from c2786532a6bf80ceb9cddda5e2c8b8abc09d6b30

Update specification/devtestlabs/resource-manager/Microsoft.DevTestLab/stable/2018-09-15/DTL.json

Co-Authored-By: Nick Schonning <[email protected]>

* modified history and version

* Added general breaking changes note

* fixed indentation
* Aiohttp read timeout

* Aiohttp response status code

* Aiohttp content type header

* Review feedback

* Fixed typo

* Fixed async transport sleep coroutine

* Fix for stream generators

* Reverted attribute error handling

* Fixed trio sleep test

* Fixed identity test mocks

* Fix identity mock to return content-type as string

* Fix universal policy tests
fix: Batch model validation errors

- Add body for RESPONSE_BODY_NOT_IN_EXAMPLE errors
- active -> Active for state enum in 2017-09-01 examples
* Generated from f4b30b3785ae1fa51f4333f2acd863137d9c84b2 (#5696)

removed "required" field from ExpandDetectorParameter

* Packaging update of azure-mgmt-alertsmanagement

* Packaging update of azure-mgmt-alertsmanagement

* regenerated package

* recent version

* update history and version... again...

* added note about general breaking changes
* Aiohttp default async transport

* Record keys with aiohttp

* Record secrets with aiohttp
…ce API (#6535)

* Generated from 70b51057c4cca0cdb6a743b4e02f39c132121570

Removing monitoring hana instance API

* Generated from a6757c439ed37f69147b6a7b50a20f1ca69789be

Removing monitoring hana instance API

* Packaging update of azure-mgmt-hanaonazure

* Updated Release History
* KV with latest autorest

* Make KV return ItemPaged from azure-core
* azure-core history

* Update HISTORY.md
* make consistent_hash_ring private

* make default_retry_policy private

* make endpoint_discovery_retry_policy private

* make hash_partition_resolver private

* make location_cache private

* make murmur_hash private

* make range private

* make range_partition_resolver private

* make vector_session_token private

* make resource_throttle_retry_policy private

* make retry_utility private

* make utils private

* make routing private

* make execution_context private

* make cosmos_client_connection private

* make retry_options private

* make query_iterable private

* make constants private

* make synchronized_request private

* make session_retry_policy private

* make partition private

* make global_endpoint_manager private

* make runtime_constants private

* make session private

* make request_object private

* make base private
* Accept extension of JSON content-type

* Adding text/something+json test

* Support digit
* Pylint/black happyness

* mypy

* Fix exceptiont tests

* bad-continuation ignroe by defulat
chore: jsonfmt batch

Fix spelling issues added in #6629 from "example" values in spec
@zikalino zikalino closed this Aug 16, 2019
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.