Skip to content

Conversation

@openapi-sdkautomation
Copy link

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

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

@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14678/track2_azure-mgmt-recoveryservicesbackup branch 9 times, most recently from 0d46f47 to baa243c Compare June 17, 2021 09:58
chlowell and others added 17 commits June 18, 2021 16:10
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* add check before printing receipt items

* add check before printing receipt items
* flatten DimensionGroupIdentity

* update
* CodeGen from PR 14841 in Azure/azure-rest-api-specs
add sql tag to readme.go.md (Azure#14841)

* version,CHANGELOG

* test

* test config

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
* CodeGen from PR 14709 in Azure/azure-rest-api-specs
java mgmt, aks, add needed json (Azure#14709)

* version,CHANGELOG

* test

* test config

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
* Added profiler support to perf framework

* Removed old loop kwarg

* Fixed list test bug

* Support old API version

* Updated perf framework for test proxy

* Support test proxy

* Whitespace

* Support proxy in legacy tests

* Update perf test guide

* Support proxy in GetSecretTest

Co-authored-by: Mike Harder <mharder@microsoft.com>
* Update links with master to use main

* Update ci.yml files

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* Update pipeline generation tool version

Consume latest changes from pipeline generation tool in Azure/azure-sdk-tools#1708

* Update tool version to include fix for public ci

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* Workspaces must be common

* tests yml

* lint

* changelog

* Update sdk/monitor/azure-monitor-query/tests/async/test_logs_client_async.py
* CodeGen from PR 14627 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.DocumentDB to add version stable/2021-06-15 (Azure#14627)

* Adds base for updating Microsoft.DocumentDB from version stable/2021-04-15 to version 2021-06-15

* Updates readme

* Updates API version in new specs and examples

* PITR apis to stable version

* Fixing readme

* Adding parameters

* Fixing restorable.json

* Fixing linter errors

* missing ref

* Unflattening the DatabaseAccountCreateUpdateProperties

* Adds base for updating Microsoft.DocumentDB from version stable/2021-05-15 to version 2021-06-15

* Updates readme

* Updates API version in new specs and examples

* Adding the restorable json to readme

* Added disableLocalAuth flag to DatabaseAccount CRU operations.

* Adding Backup policy migration state

* Fixing linter errors

* Fixing linter warnings

* Fixing breaking change

Co-authored-by: ayanMSFT <53790657+ayanMSFT@users.noreply.github.com>

* version,CHANGELOG

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: ayanMSFT <53790657+ayanMSFT@users.noreply.github.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* CodeGen from PR 14452 in Azure/azure-rest-api-specs
Added missing updatable properties in ConfigurationStorePropertiesUpdateParameters (Azure#14452)

Co-authored-by: jimmypc92 <jimmypc92>

* version,CHANGELOG

* test

* test config

* test config

* test config

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14678/track2_azure-mgmt-recoveryservicesbackup branch 2 times, most recently from d14c626 to 45e874d Compare June 22, 2021 07:07
Azure CLI Bot and others added 7 commits July 2, 2021 09:44
* CodeGen from PR 14985 in Azure/azure-rest-api-specs
typescript readme fixed (Azure#14985)

* version,CHANGELOG

* verison config

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
* remove generalized timeout to 60 minutes. update storage and cognitive services CI to allow for 120
* First set of API review feedback

Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
* release issue status

* fix directory

* debug

* debug

* update git repo

* add storage account

* delete surplus git commit

* add env var

* debug

* code format
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14678/track2_azure-mgmt-recoveryservicesbackup branch 2 times, most recently from 125f5b1 to 03a741d Compare July 6, 2021 12:20
seankane-msft and others added 19 commits July 6, 2021 09:28
* updating the delete methods

* moving logging statement

* breaking out into method
* auto generated code

* change the clients and tests

* revert log change

* fix review issues

* use Dict instead of dict

* disable the pylint too many instance check

* fix comments

* update changelog & move param into kwargs

* update the version and the doc

* revert version change

* update the sdk version

* update the sdk version with b1
* adding repr and str methods to models for easier debugging when issues happen

* string limiting, consistency feedback

* removing __str__ methods

* forgot one

* also missing some closing )

* fixing line too long

* fixing tests

* one last pylint issue
* updates for docstrings/typehints

* type hint docstrings

* improved docs, thanks laurent and krista for comments

* Update doc/dev/docstring_typehint.md

Co-authored-by: Krista Pratico <krpratic@microsoft.com>

* Update doc/dev/README.md

Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>

* adding section about client param models

Co-authored-by: Krista Pratico <krpratic@microsoft.com>
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
Increment package version after release of azure-appconfiguration
* patching black

* fix spacing

* moving conditional
* renaming kwarg and passing through

* fixing pylint issue

* removing unnecessary cred scopes kwarg pops

* adding tests for sovereign cloud

* fixing kwarg

* fixing invalid cred scope test

* mccoys comments
* initial

* fix

* fix

* print fix

* debug

* debug

* debug

* debug

* fix html link

* print format

* Add some comments

Co-authored-by: Zed <601306339@qq.com>
Merge f3893d3284790dd5980609ee62ad933916ba0484 into 5af1979
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14678/track2_azure-mgmt-recoveryservicesbackup branch from 03a741d to f7eef82 Compare July 7, 2021 05:29
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.