Skip to content

Conversation

@openapi-sdkautomation
Copy link

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

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

swathipil and others added 30 commits April 5, 2021 16:35
fixes Azure#17237 
- need to check if uamqp should drop 3.5
* kind

* send

* receive

* lint + sample fix

* comments

* trace message for batch data

* oops

* Apply suggestions from code review

* lint

* lint
* Warn only on attribute error

* Apply suggestions from code review

Co-authored-by: Laurent Mazuel <[email protected]>

Co-authored-by: Laurent Mazuel <[email protected]>
* first draft

* PR reviews
…ing (Azure#16771)

* made changes based on Pavels changes to .net

* fixed some syntax bugs and other small things

* added method _to_generated

* working tests for the two new configuration settings, very basic get/retrieve tests

* improved building of the FeatureFlagConfigSetting, now can be instantiated directly, or can be retrieved from the service

* fixed up the SecretReferenceConfigurationSetting, need to fix the methods for FeatureFlag

* have both new configuraiton settings working, need to build out the feature flag

* added four more tests, verified sync tokens, creating FeatureFilter base classes

* fadded a second feature flag

* stashing

* added custom filter

* adding support for multiple features

* turning [None] into []

* fixing final tests for sync client

* another test having issues with matching on vcr

* updating secret reference configuration to use uri instead of value

* updating config settings to be easier to use

* added tests for aad and regular client

* adding async

* updating typehints

* adding more type hints

* cleaning up docstrings in clients

* fixed test issues

* changing featurefilter to filters

* need to undo feature filters

* removed specific feature filters, instead leaving as dicts

* fixed up sync tokens tests, pylint issues

* adding a close to the clients

* fixing close method

* fixing up type hints

* fixed a typehint

* remove add_feature_filter, add 'kind' to each class

* fixing up feature filter parsing

* pylint fix

* updating based on other languages

* updates to be consistent

* removed feature filter and replaced with dicts

* code formatting

* updates for apiview

* fixes on content types

* pylint fixes

* adding constants

* fixing up tests from merge conflicts

* adding setter and @properties to secret reference

* added @Property and setter for value and enabled

* linting fix, adding filters to the property

* raise AttributeError if value is set to a non dictionary

* copying file over from master

* removing python 3.5 support

* undoing change

* removing my removal for py35 support

* adding a test to make sure configsetting.value can be None or blank string

* addressing xiangs comments

* changing featureflag to not prefix the key

* adding validation on creation for feature flag config settings

* adding key prefix if it is not there

* small fixes

* changes to secret reference based on discussion with xiang

* fixes to feature flag

* more fixes

* update changelog, replace _value with value, handle KeyError
* add normailizer support

* updates

* add odata_type string for CustomNormalizer

* update changelog
bump uamqp dependency and check discarding/close connection status for resending if message in a failed sending status.
* new swagger

* return objects for set_manifest_properties

* return types on set_tag_properties

* linting fixes
* Fixed kwargs

* Update datetime serialization

* Added tests

* Fixed timezone support

* Pylint updates

* Fixed test awaits
* mgmt live tests

* remove line
…V value not present in the azure-dev-tools base testcase (Azure#17805)
* Use matrix config for CI/PR tests

* DependsOn, remove duplicate regression test

* Update platform matrix and test file names

* Update cosmos ci tests for new pipeline configs

* Update python version selection in matrix configs

* Remove PR specific matrix configs

* Consolidate base matrix across OSes
* rename folder structure to azure-ai-translation-documents

* regenerate with translation-documents naming

* update translation documents references in package

* update codeowners and shared reqs

* add azure-ai-translation-nspkg

* add nspkg to dev requirements

* translation-documents -> translation-document

* rename DocumentTranslationClient to DocumentTranslatorClient

* update readme

* revert rename for client

* sdk/translator -> sdk/translation

* fix whitespace

* renames for sample readme

* fix analyze step errors

* fix flaky tests - will succeed after one target finishes

* add nspkg to shared reqs

* make param optional for checks
* new swagger

* return objects for set_manifest_properties

* return types on set_tag_properties

* linting fixes

* fixing order by params and adding tests
* Shared models using protocol

* Updated clients and models

* Added typeddicts

* Some test fixes

* Pylint fixes

* Some test fixes

* Fixed typeddict declaration

* Updates to Identity

* id -> raw_id

* Identifier -> id

* Fixed typehint

* Fixed more typehints

* Updates to serialization

* Updated identity type hints

* Missing 'N'
* Add a tox environment that ensures aiohttp is not present for a suite of tests, to ensure compatibility without the package.
 
* Add try_import.py, script that can be used to safely attempt import of something we expect not to be present.

Co-authored-by: Sean Kane <[email protected]>
* fixing up delete tests

* docstring fixes for better sphinx docs

* readme, sample, async sample, and basic readme sample

* adding more details to the README

* Update sdk/containerregistry/azure-containerregistry/README.md

Co-authored-by: McCoy Patiño <[email protected]>

* Update sdk/containerregistry/azure-containerregistry/samples/README.md

Co-authored-by: McCoy Patiño <[email protected]>

* Update sdk/containerregistry/azure-containerregistry/samples/README.md

Co-authored-by: McCoy Patiño <[email protected]>

* Update sdk/containerregistry/azure-containerregistry/samples/async_samples/sample_create_client_async.py

Co-authored-by: McCoy Patiño <[email protected]>

* vartype -> type

* mccoys suggestion and removing old sample file

* add to setup.py

* expanding the basic samples a bit

Co-authored-by: McCoy Patiño <[email protected]>
xiangyan99 and others added 28 commits April 23, 2021 16:37
* move azure-messaging-nspkg one level up, as it was duplicated. add ci.yml for nspkg, resolve miscellaneous analyze checks
* CodeGen from PR 14106 in Azure/azure-rest-api-specs
peering readme t2 config (Azure#14106)

* version,CHANGELOG

* test

* peering changelog config

Co-authored-by: SDKAuto <[email protected]>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <[email protected]>
* CodeGen from PR 14084 in Azure/azure-rest-api-specs
Include the preview version of resource changes and resources history… (Azure#14084)

* Include the preview version of resource changes and resources history APIs

* Address the review feedback on releasing the new package version.

* version,CHANGELOG

* test

* resourcegraph changelog config

Co-authored-by: SDKAuto <[email protected]>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed Lei <[email protected]>
Co-authored-by: Zed <[email protected]>
* Add AzureNamedKeyCredential

* lint

* Update sdk/core/azure-core/CHANGELOG.md

Co-authored-by: swathipil <[email protected]>

* some changes

* oops

* version

* mypy fix

* lint

* remove policy

* doc

* Update sdk/core/azure-core/azure/core/pipeline/policies/_authentication.py

* Update sdk/core/azure-core/azure/core/pipeline/policies/__init__.py

* Update sdk/core/azure-core/azure/core/pipeline/policies/__init__.py

* changelog

* update tests

* fix

* update test

Co-authored-by: swathipil <[email protected]>
* update pipeline

* update

* pylint fix

* update

* update
* CodeGen from PR 14061 in Azure/azure-rest-api-specs
update (Azure#14061)

* version,CHANGELOG

Co-authored-by: SDKAuto <[email protected]>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed Lei <[email protected]>
* CodeGen from PR 14063 in Azure/azure-rest-api-specs
databoxedge readme modification (Azure#14063)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* version,CHANGELOG

* test

* modify version

Co-authored-by: SDKAuto <[email protected]>
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed Lei <[email protected]>
* CodeGen from PR 14075 in Azure/azure-rest-api-specs
maps t2 config (Azure#14075)

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>

* version,CHANGELOG

* test

* version modification

Co-authored-by: SDKAuto <[email protected]>
Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: zhangyan133 <[email protected]>
Co-authored-by: Zed Lei <[email protected]>
…8276)

* Update Identity Readme

* Revert Readme

* Cleaning up environment variables in tests.yml

Co-authored-by: Minnie Liu <[email protected]>
Added first version of webpubsub service client. 

Co-authored-by: Liangying.Wei <[email protected]>
Co-authored-by: iscai-msft <[email protected]>
Co-authored-by: scbedd <[email protected]>
* add missing dependency on azure-mgmt-core
* breaking change item for pipeline

* fix

* fix

* fix

* fix

* Update conf.py

* Update conf.py

* Update auto_package.py
* CodeGen from PR 14105 in Azure/azure-rest-api-specs
mixedreality t2 readme config(wave4) (Azure#14105)

* mixedreality t2 readme config

* t2 config del

* version,CHANGELOG

* changelog config

Co-authored-by: SDKAuto <[email protected]>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <[email protected]>
Merge f72ddf2759e15f3bbe00cf87b9a0693b6f55b1e1 into 5c94eb5
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14079/track2_azure-mgmt-synapse branch from 6c6222b to 93acd71 Compare April 27, 2021 09:36
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.