Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit c7e5e70 Author: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue Oct 5 11:07:48 2021 -0700 Latest `wrapt` incompatible with py27 (#21048) * pin wrapt in ci and test tools commit 948b264 Author: Travis Prescott <tjprescott@users.noreply.github.com> Date: Tue Oct 5 12:15:23 2021 -0500 Pin wrapt version to pass on Windows with Python 2.7. (#21046) commit 5ffe917 Author: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Tue Oct 5 11:56:41 2021 -0500 Edit pass on Monitor Query samples README (#21043) commit 253dab8 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Tue Oct 5 08:48:06 2021 -0700 respect text encoding specified in argument (#20999) * respect text encoding specified in argument * update commit 139aae2 Author: swathipil <76007337+swathipil@users.noreply.github.com> Date: Mon Oct 4 16:34:32 2021 -0700 [SchemaRegistry] prepare for release (#21040) fixes: #20970 commit aeacef5 Author: Mike Harder <mharder@microsoft.com> Date: Mon Oct 4 14:48:07 2021 -0700 [Perf Framework] Use urljoin to concatenate URLs (#20899) - Existing code fails if `test_proxy` option ends with `/` commit 2e111fa Author: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Date: Mon Oct 4 14:10:42 2021 -0700 [Test Proxy] Add registration methods for all sanitizers (#20819) commit 17117b5 Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Mon Oct 4 13:27:53 2021 -0700 Rename metrics result to metrics query result (#21036) commit d332e47 Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Mon Oct 4 15:14:11 2021 -0400 run black on code (#21033) commit dc22490 Author: Krista Pratico <krpratic@microsoft.com> Date: Mon Oct 4 12:09:45 2021 -0700 [formrecognizer] docs edits (#21030) * readme edits * fix some docstrings * fix asyncitempaged docstring type * samples edits * remove unimported helper method from migration guide * update link on build model commit 9922c0b Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Mon Oct 4 13:38:18 2021 -0400 adding terminology section, plus fixes (#21031) commit 60fb182 Author: Adam Ling (MSFT) <adam_ling@outlook.com> Date: Fri Oct 1 16:41:30 2021 -0700 [Schema Registry] Update 3.10 and 2.7 disclaimer (#20982) * update docs * update core dec commit 9b2a640 Author: swathipil <76007337+swathipil@users.noreply.github.com> Date: Fri Oct 1 15:38:35 2021 -0700 [SchemaRegistry] remove all serializer caches (#21020) commit 3e72868 Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Fri Oct 1 15:27:14 2021 -0700 Monitor Prep release (#21003) * Monitor Prep release * Update sdk/monitor/azure-monitor-query/README.md Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> commit 31f1e7b Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Fri Oct 1 18:16:33 2021 -0400 [conversations] initial (#21019) * Conversations first code gen * First tests * Running test * Latest swagger + autorest * Updated some tests * Updated tests * Removed qna samples * conversations SDK (#20947) * make samples run * fix pipelines run from ci * add feature branch to trigger in ci.yml * fix safe names in ci * fix packaging files * try to fix broken links Co-authored-by: antisch <antisch@microsoft.com> Co-authored-by: Mohamed Shaban <mshaban@microsoft.com> commit 02db90a Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Fri Oct 1 15:00:12 2021 -0700 Update setup.py (#21021) * Update setup.py * Update README.md commit fc95f8d Author: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Date: Fri Oct 1 14:32:42 2021 -0700 [Identity] Align samples with other languages (#20966) commit 5ed3bcc Author: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Date: Fri Oct 1 14:32:15 2021 -0700 [Identity] Update README based on consistency review (#20780) commit a826e0a Author: Krista Pratico <krpratic@microsoft.com> Date: Fri Oct 1 14:06:55 2021 -0700 [formrecognizer] update links (#21016) * update with migration guide links * update links in changelog * fix changelog links commit 6299e0f Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 1 14:04:50 2021 -0700 Update docker-start-proxy.ps1 (#21018) Update to the latest version of the container Co-authored-by: Sean Kane <68240067+seankane-msft@users.noreply.github.com> commit 01d0b99 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Fri Oct 1 13:20:37 2021 -0700 Update Multi-Tenant support to incorporate Arch Board Feedback (#20940) * Update Multi-Tenant support to incorporate Arch Board Feedback * update * update * updates * update * update * updates * update * update * update * Update sdk/identity/azure-identity/CHANGELOG.md Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> commit 14f9076 Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Fri Oct 1 16:16:04 2021 -0400 [formrecognizer] Add migration guide (#20960) * add migration guide * title fix * add more examples * update wording * some review feedback and fixes * more fixes * additional doc fixes * add full samples to guide * improve content table, add more info and change subheader * reorganize, add more info about model ids * fix links * fix relative links * fix spelling errors, add Mari's feedback * review feedback from Krista * grammar * add manage models section * more feedback commit ca6dba4 Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Fri Oct 1 16:12:25 2021 -0400 Rebase after merge. (#21014) Co-authored-by: Travis Prescott <travisj.prescott@gmail.com> commit 6b33654 Author: swathipil <76007337+swathipil@users.noreply.github.com> Date: Fri Oct 1 13:04:56 2021 -0700 [SchemaRegistry] rename namespace (#20965) fixes: #20711 commit cfb945d Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Fri Oct 1 14:57:48 2021 -0400 [formrecognizer] Update changelog for release (#20963) * update changelog for release * include snippet about new clients commit bf0e40e Author: Krista Pratico <krpratic@microsoft.com> Date: Fri Oct 1 11:17:58 2021 -0700 [formrecognizer] updating docs with aka.ms links (#21012) * add service links * update with the aka.ms links commit 08b17d8 Author: Travis Prescott <tjprescott@users.noreply.github.com> Date: Fri Oct 1 13:04:30 2021 -0500 [Search] Regenerate Search SDK (#20977) * Update README and setup.py for Python 2.7 and 3.10 changes. * Regenerate with latest Autorest. * Search-specific updates. * Expose generated changes. * Reflect latest swagger updates. * Expose kwargs via custom client. * Update changelog. commit 0481e9d Author: AlonsoMondal <80124074+AlonsoMondal@users.noreply.github.com> Date: Fri Oct 1 11:34:27 2021 -0600 updating codeowners for azure communication services SMS & PhoneNumbers (#20942) * updating codeowners for azure communication services SMS & PhoneNumbers * adding '/' to directories commit 969195d Author: Krista Pratico <krpratic@microsoft.com> Date: Fri Oct 1 09:06:04 2021 -0700 add prebuilt document to readme examples + print styles (#20996) commit d23b8c9 Author: Rodrigo Souza <rosouz@microsoft.com> Date: Thu Sep 30 20:35:20 2021 -0700 Update README.md (#20992) commit 40f3d19 Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Thu Sep 30 21:04:50 2021 -0400 ignore sample chat (#21000) commit f463e0b Author: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Date: Thu Sep 30 17:26:49 2021 -0700 [Key Vault] Add support for key rotation (#20416) commit 3f2a011 Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Thu Sep 30 20:04:37 2021 -0400 [cognitivelanguage] add live pipeline (#20986) commit 848cc57 Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Thu Sep 30 19:59:54 2021 -0400 [qna] address heath's comments (#20998) commit ebce185 Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Thu Sep 30 19:28:56 2021 -0400 [qna] regen with latest and implement design changes (#20975) commit abc9a1c Author: Chidozie Ononiwu (His Righteousness) <31145988+chidozieononiwu@users.noreply.github.com> Date: Thu Sep 30 15:55:59 2021 -0700 Add PoliCheck (#20776) * Add PoliCheck * Fix up some policheck issues commit d1b2a62 Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Thu Sep 30 15:38:06 2021 -0700 Add credential Scope keyword (#20987) * Support for audience * Update CHANGELOG.md * Update sdk/monitor/azure-monitor-query/azure/monitor/query/_metrics_query_client.py commit 5c3c625 Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Thu Sep 30 18:29:19 2021 -0400 remove TODOs from samples (#20994) commit 6812755 Author: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Date: Thu Sep 30 15:17:46 2021 -0700 [KV] Add Py 2.7 disclaimer, 3.10 classifier (#20990) commit 6aabc2e Author: Krista Pratico <krpratic@microsoft.com> Date: Thu Sep 30 15:08:10 2021 -0700 [formrecognizer] update sample readme (#20961) * update sample readme * fix link * fix link * add v3.0.0 samples link * missing period * feedback + add migration guide link later * fix links again commit 73f924f Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Thu Sep 30 17:37:08 2021 -0400 [formrecognizer] Update field schema links in v3 samples (#20988) * update field schema links in v3 samples * update links in readme commit 40f984e Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Thu Sep 30 14:01:14 2021 -0700 Prep for release (#20991) commit 561d522 Author: Krista Pratico <krpratic@microsoft.com> Date: Thu Sep 30 11:48:12 2021 -0700 reenable tests (#20978) commit 5069292 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Thu Sep 30 11:24:34 2021 -0700 Update 3.10 and 2.7 disclaimer (#20979) commit c912672 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Sep 30 11:03:49 2021 -0700 Increment package version after release of azure-core (#20980) commit 8b1ec0b Author: Leighton Chen <lechen@microsoft.com> Date: Thu Sep 30 10:43:58 2021 -0700 [Monitor exporter] Update OT Exporter to latest spec changes (#20770) commit 8b885da Author: Krista Pratico <krpratic@microsoft.com> Date: Thu Sep 30 10:30:28 2021 -0700 [formrecognizer] sample fixes (#20964) * remove passing api_version in v3.1.x samples and uncomment list models * skip mgmt samples failing due to list models commit 78a4a8a Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Thu Sep 30 12:37:41 2021 -0400 [formrecognizer] Small sample fixes (#20959) * misc sample fixes * update docs * rename and updates commit 7217219 Author: Krista Pratico <krpratic@microsoft.com> Date: Thu Sep 30 09:26:47 2021 -0700 [formrecognizer] update readme (#20868) * work in progress * few updates * fixes * some of paul's feedback * pr feedback * dup sentence * fix sentence * some edits to snippets * update links * fix * add changelog link * changes for this release cycle * more updates * add link later commit a8b85fc Author: Xiang Yan <xiangsjtu@gmail.com> Date: Thu Sep 30 07:21:13 2021 -0700 update code owner for identity and synapse (#20941) commit 4e02ec4 Author: Azure CLI Bot <azclibot@microsoft.com> Date: Thu Sep 30 10:14:24 2021 +0800 [AutoRelease] t2-quota-2021-09-07-50984 (#20558) * CodeGen from PR 15918 in Azure/azure-rest-api-specs Updating tag value (#15918) * version,CHANGELOG Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> commit 639d8fe Author: Azure CLI Bot <azclibot@microsoft.com> Date: Thu Sep 30 10:13:59 2021 +0800 [AutoRelease] t2-fluidrelay-2021-09-30-54645 (#20962) * CodeGen from PR 16187 in Azure/azure-rest-api-specs change api version in readme for sdk release (#16187) * Add blockchain to latest profile * Add additional types * api version change Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local> * version,CHANGELOG Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Ping Zhu <pizh@Pings-MacBook-Pro.local> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> commit c7ff91d Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Wed Sep 29 21:16:56 2021 -0400 [formrecognizer] Update doc strings for v3 (#20920) * update docs based on Paul's feedback * improve bounding region docs * sample fixes * review feedback * spelling commit ac10472 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Wed Sep 29 18:03:35 2021 -0700 update changelog (#20958) * update changelog * updates commit 6e10afe Author: swathipil <76007337+swathipil@users.noreply.github.com> Date: Wed Sep 29 18:00:11 2021 -0700 [SchemaRegistry] add lru cache to avro serializer (#20813) fixes: #20712 performance comparison results: #20712 (comment) commit 1bc3354 Author: Krista Pratico <krpratic@microsoft.com> Date: Wed Sep 29 17:46:29 2021 -0700 [formrecognizer] fixing error on ModelOperation to include details (#20954) * fixing error on ModelOperation to include details * lint * update docstring commit 3a13c9c Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Wed Sep 29 20:20:25 2021 -0400 [rest] fix aiohttp read in rest (#20952) commit 8935901 Author: Krista Pratico <krpratic@microsoft.com> Date: Wed Sep 29 17:18:41 2021 -0700 docstring feedback from service team (#20955) commit 99d52a5 Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Wed Sep 29 17:02:29 2021 -0700 Prepare EG for release (#20956) * Prepare for release * Prepare for release * Prepare for release commit ffeb366 Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Wed Sep 29 19:53:51 2021 -0400 [formrecognizer] Print fields in custom documents samples (#20904) * print fields in samples * review feedback commit 5aadfb2 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Wed Sep 29 16:15:00 2021 -0700 Ma test fixes (#20946) * fix dimension filter * update tests * updates * update commit a6e0d12 Author: Yalin Li <yall@microsoft.com> Date: Wed Sep 29 16:05:18 2021 -0700 Update samples in ACR (#20902) commit 7f151c8 Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Wed Sep 29 15:41:32 2021 -0700 New Events (#20951) * New Events * more generated code commit aed72ee Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Wed Sep 29 17:50:38 2021 -0400 skip v2.0 compatibility tests (#20949) commit 2257388 Author: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Date: Wed Sep 29 12:48:44 2021 -0700 [Key Vault] Get default API version from sync client base (#20379) commit b0acdfb Author: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu Sep 30 02:44:17 2021 +0800 [purview scanning] new release by new LLC version (#20823) commit ae69e4b Author: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu Sep 30 02:43:57 2021 +0800 [Purview catalog] release for new api-version `2021-09-01` (#20822) commit 66e4720 Author: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Wed Sep 29 11:24:06 2021 -0700 disable regression testing for beta version of questionanswering (#20924) commit 1a3ad63 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Wed Sep 29 08:24:40 2021 -0700 Oct release (#20890) * Oct release * update spark commit 6216cd9 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Sep 29 07:05:19 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2046 (#20911) * Pass package name from calling pipeline to uniquely identify pull request review * Update log summary * Update eng/common/scripts/Detect-Api-Changes.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: praveenkuttappan <prmarott@microsoft.com> Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> commit c1c84eb Author: Adam Ling (MSFT) <adam_ling@outlook.com> Date: Tue Sep 28 23:00:46 2021 -0700 [ServiceBus] Add large message support to SBAdministrationClient (#20812) * impl * update swagger * upload recordings * fix mypy pylint * review feedback * update classifier commit 14d26ae Author: msyyc <70930885+msyyc@users.noreply.github.com> Date: Wed Sep 29 12:51:16 2021 +0800 fix CI (#20936) commit 84214fb Author: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Tue Sep 28 23:07:43 2021 -0500 Update Monitor Query README and logs query client comments (#20933) commit b9211fb Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Tue Sep 28 20:53:53 2021 -0400 [formrecognizer] Fix v2 custom forms tests (#20923) * fix v2 custom forms tests * update prebuilt document pages tests commit 77820ae Author: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue Sep 28 17:30:17 2021 -0700 Resolving Build Warnings (#20887) * pip authenticate supplants pypi, doesn't supplement anymore * leave dev feeds enabled, still fallback to main pypi.org commit 20f7701 Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Tue Sep 28 17:51:13 2021 -0400 [eng] have verify autorest warn instead of raise (#20913) commit 878a12e Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Tue Sep 28 16:23:20 2021 -0400 [rest] add response backcompat mixin (#20827) commit be52288 Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Tue Sep 28 15:39:40 2021 -0400 [formrecognizer] Add prebuilt-document samples and tests (#20894) * add prebuilt-document samples * fix from_generated methods * add prebuilt-document tests * update samples * fix spelling error commit 831d3c6 Author: Krista Pratico <krpratic@microsoft.com> Date: Tue Sep 28 11:23:26 2021 -0700 [formrecognizer] regenerate on latest (#20867) * regenerate with latest * update convenience layer commit 131546b Author: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Tue Sep 28 09:37:54 2021 -0500 Small tweaks to Monitor Query SDK README (#20905) commit f88dc92 Author: Azure CLI Bot <azclibot@microsoft.com> Date: Tue Sep 28 13:29:31 2021 +0800 [AutoRelease] t2-netapp-2021-09-22-09782 (#20783) * CodeGen from PR 15850 in Azure/azure-rest-api-specs [NetAppFiles] Add missing features, quotaLimits and Rotterdam networkFeatures to API version 2021-06-02 (#15850) * Add missing features, quotaLimist and Rotterdam networkFeatures * Update quotaLimits get and add get list * Update description for volume type * S360 Add missing serviceSpecification and metricsSpecification properties * Remove quotalimit response no longer used * pagable * Update to use common type proxy resource * pretty * systemdata Co-authored-by: Audunn Baldvinsson <audunn.baldvinsson@netapp.com> * version,CHANGELOG * test * test Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: Audunn Baldvinsson <audunn.baldvinsson@netapp.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> commit d6f5ea9 Author: Azure CLI Bot <azclibot@microsoft.com> Date: Tue Sep 28 11:33:21 2021 +0800 [AutoRelease] t2-extendedlocation-2021-09-22-24922 (#20782) * CodeGen from PR 15676 in Azure/azure-rest-api-specs Amalladi/extendedlocation update operationID field (#15676) * Add blockchain to latest profile * Add additional types * Update operationId field in Swagger, update ListOperations Example * Revert commit * prettier fix Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Aditi <amalladi@microsoft.com> * version,CHANGELOG * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com> Co-authored-by: Aditi <amalladi@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> commit 03efaee Author: Rodrigo Souza <rosouz@microsoft.com> Date: Mon Sep 27 18:13:47 2021 -0700 Python 2.7 warning (#20895) * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md commit 4aaa1e8 Author: Mike Harder <mharder@microsoft.com> Date: Mon Sep 27 16:44:06 2021 -0700 [Perf] keyvault-secrets test improvements (#20900) - Rename option from "list-size" to "count" to align with other languages - Validate vault contains 0 secrets before running commit 186b55c Author: Laurent Mazuel <laurent.mazuel@gmail.com> Date: Mon Sep 27 15:45:05 2021 -0700 Add Python 2 deprecation on front page (#20799) commit 646d87a Author: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> Date: Mon Sep 27 18:38:36 2021 -0400 Disable api change detection (#20892) commit 50e50af Author: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> Date: Mon Sep 27 16:29:12 2021 -0400 Enable API change detection as part of PR pipelines (#20803) * Enable API change detection as part of PR pipelines commit 9824165 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Sep 27 11:32:24 2021 -0700 Use stress-test-resources file naming to avoid live test auto-discovery (#20828) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> commit 99ab168 Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Mon Sep 27 11:17:48 2021 -0700 Fix live tests (#20886) * Fix tests * Update sdk/monitor/azure-monitor-query/azure/monitor/query/_models.py commit 5697a75 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Sep 27 10:47:44 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2027 (#20798) * Handle assembly already loaded errors in deploy stress test script * Add dependency checks and installation links to deploy-stress-tests.ps1 Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> commit 883bdae Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Mon Sep 27 10:14:42 2021 -0700 Query - samples + README + docstrings (#20869) * Samples fix * README * docstrings * mypy * lint * test fix * lint commit 559840c Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Mon Sep 27 10:00:26 2021 -0700 Metrics should be gettable by name (#20878) * Metrics should be gettable by name * lint commit e6db587 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Mon Sep 27 09:56:37 2021 -0700 update changelog (#20810) commit d32de70 Author: swathipil <76007337+swathipil@users.noreply.github.com> Date: Mon Sep 27 08:24:14 2021 -0700 [SchemaRegistry] update positional args to req kwargs (#20763) * make params required kwargs * update changelog * adams comments * update avro tests + samples * fix samples * pylint error * adams comments commit 55526df Author: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> Date: Mon Sep 27 09:40:16 2021 +0800 [auto-issue-status]auto-assign and refactor (#20722) * release_iseus_status_auto_reply * issue_aoto_close_revert * Update main.py * Update main.py * Update update_issue_body.py * Update reply_generator.py * Update reply_generator.py * Update update_issue_body.py * Update main.py * Update update_issue_body.py * Update update_issue_body.py * Update main.py * Update reply_generator.py * Update main.py * Update update_issue_body.py * Update main.py * Update scripts/release_issue_status/update_issue_body.py * Update update_issue_body.py * Update main.py * Update reply_generator.py * Update update_issue_body.py * Update main.py * Update scripts/release_issue_status/main.py * Update main.py * Update scripts/release_issue_status/main.py * Update scripts/release_issue_status/main.py * Update scripts/release_issue_status/main.py * Update scripts/release_issue_status/update_issue_body.py * Update scripts/release_issue_status/main.py * Update scripts/release_issue_status/update_issue_body.py * Update reply_generator.py * Update main.py * Update scripts/release_issue_status/update_issue_body.py Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> * Update scripts/release_issue_status/update_issue_body.py Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> * Update reply_generator.py * Update update_issue_body.py * Update main.py * Update main.py * Update update_issue_body.py * Update main.py * Update scripts/release_issue_status/main.py * Update main.py * Update reply_generator.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update update_issue_body.py * Update main.py * Update update_issue_body.py * Update reply_generator.py * Update update_issue_body.py * Update main.py * Update update_issue_body.py * Update update_issue_body.py * Update update_issue_body.py * Update update_issue_body.py * Update update_issue_body.py * Update main.py * Update main.py * Update release_issue_status.yml for Azure Pipelines * Update main.py * Update reply_generator.py * Add files via upload * Update reply_generator.py * Update update_issue_body.py * Update reply_generator.py * Update auto_pipeline_run.py * Update auto_pipeline_run.py * add auto-close * Update release_issue_status.yml for Azure Pipelines * Update auto_close.py * Update main.py * Update release_issue_status.yml for Azure Pipelines * Update auto_pipeline_run.py * fix bug * Update main.py * Update auto_close.py * Update auto_close.py * Update main.py * Update reply_generator.py * Update main.py * Update main.py * Update auto_close.py * Update main.py * Update auto-close * Update auto_pipeline_run.py * Update update_issue_body.py * Update auto_pipeline_run.py * Update release_issue_status.yml for Azure Pipelines * Update auto_pipeline_run.py * Update release_issue_status.yml for Azure Pipelines * Update auto_pipeline_run.py * Update auto_pipeline_run.py * Add pipeline link * Update pipeline link * Update auto_pipeline_run.py * Update release_issue_status.yml for Azure Pipelines * Update auto_pipeline_run.py * Update requirement.txt * Update auto_pipeline_run.py * Add get_python_pipeline * Update auto_pipeline_run.py * test * test * add outputfolder * add label * Update main.py * Update get_python_pipeline.py * Update main.py * Update auto_pipeline_run.py * Add utils * Update main.py * Update main.py * Delete old py * Update reply_generator.py * Update main.py * Update main.py * Update main.py * Update main.py * Update main.py * Update utils.py * Update utils.py * Update main.py * Update main.py * Update reply_generator.py * Update utils.py * Add get_changelog function * Update utils.py * Update reply_generator.py * Update main.py * Update reply_generator.py * Update function * del useless code * Update utils.py * Update main.py * Update reply_generator.py * Update main.py * Update utils.py * Update utils.py * Update utils.py * Update utils.py * Update reply_generator.py * Update main.py * Update main.py * Update main.py * Update release_issue_status.yml for Azure Pipelines * Update main.py * Update release_issue_status.yml for Azure Pipelines * Update release_issue_status.yml for Azure Pipelines * Update main.py * Update utils.py Co-authored-by: Zed <601306339@qq.com> Co-authored-by: Zed Lei <59104634+RAY-316@users.noreply.github.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> commit 6bba532 Author: msyyc <70930885+msyyc@users.noreply.github.com> Date: Sun Sep 26 15:09:42 2021 +0800 Update dev_requirements.txt (#20873) commit dc98de4 Author: Azure CLI Bot <azclibot@microsoft.com> Date: Sun Sep 26 14:17:56 2021 +0800 [AutoRelease] t2-authorization-2021-09-26-80124 (#20872) * CodeGen from PR 15973 in Azure/azure-rest-api-specs Update readme and readme.python (#15973) * Update readme and readme.python * Update readme python * Update readme python * Update readme.python.md * Update readme python Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> * version,CHANGELOG * test * Update test_cli_mgmt_authorization.py Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Jiefeng Chen <51037443+BigCat20196@users.noreply.github.com> commit d345d9d Author: catalinaperalta <catalinaperaltah@hotmail.com> Date: Fri Sep 24 21:28:15 2021 -0400 Cat & Krista FR beta work (#20834) commit 35ee2fa Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Sep 24 16:38:13 2021 -0700 Add common policheck steps (#20832) Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit cce4b29 Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Fri Sep 24 15:33:24 2021 -0700 Rename Query APIs (#20830) commit f2b2cea Author: Adam Ling (MSFT) <adam_ling@outlook.com> Date: Fri Sep 24 13:20:36 2021 -0700 [EventHubs] Fix livetest (#20820) * fix livetest * rm bicep file * rename stress test file commit 650943c Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Sep 24 13:11:08 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2035 (#20825) * Add * Add more description to docs of where the variable is consumed Co-authored-by: Daniel Jurek <djurek@microsoft.com> commit 0475f51 Author: Rakshith Bhyravabhotla <sabhyrav@microsoft.com> Date: Fri Sep 24 12:35:04 2021 -0700 Update handling error in query (#20765) * samples * hide row * Handle errors * lint * lint * extract inner message * lint * lint * lint * api view fixes * more changes * Update sdk/monitor/azure-monitor-query/CHANGELOG.md * Apply suggestions from code review Co-authored-by: Krista Pratico <krpratic@microsoft.com> * changes Co-authored-by: Krista Pratico <krpratic@microsoft.com> commit 1a9b633 Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Fri Sep 24 12:53:45 2021 -0400 [rest] switch base responses to ABCs (#20448) * switch to protocol * update changelog * add initial tests * switch from protocol to abc * improve HttpResponse docstrings * lint * HeadersType -> MutableMapping[str, str] * remove iter_text and iter_lines * update tests * improve docstrings * have base impls handle more code * add set_read_checks * commit to restart pipelines * address xiang's comments * lint * clear json cache when encoding is updated * make sure content type is empty string if doesn't exist * update content_type to be None if there is no content type header * fix passing encoding to text method error * update is_stream_consumed docs * remove erroneous committed code commit cc7e454 Author: Azure CLI Bot <azclibot@microsoft.com> Date: Fri Sep 24 09:35:39 2021 +0800 [AutoRelease] t2-cosmosdb-2021-09-17-34565 (#20737) * CodeGen from PR 16052 in Azure/azure-rest-api-specs Update cosmos-db.json (#16052) Added viewDefinition as required property * version,CHANGELOG Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> commit 04df600 Author: swathipil <76007337+swathipil@users.noreply.github.com> Date: Thu Sep 23 17:37:07 2021 -0700 [SchemaRegistry] renaming from archboard feedback (#20766) addressing part of #20703 commit c94b8a6 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Thu Sep 23 16:33:50 2021 -0700 fix test_aiohttp_loop (#20811) * fix test_aiohttp_loop * fix collections import issue commit 1380e05 Author: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Date: Thu Sep 23 10:39:39 2021 -0700 Writing dev version into package json file. (#20778) commit 424c3c7 Author: Xiang Yan <xiangsjtu@gmail.com> Date: Thu Sep 23 09:17:27 2021 -0700 integrate logs (#20300) * integrate logs * update * update * update * update * Update _universal.py * update commit cbdaf08 Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Thu Sep 23 11:26:16 2021 -0400 [qna] regenerate with 2021-07-15-preview (#20764) commit 8a7ae28 Author: Azure CLI Bot <azclibot@microsoft.com> Date: Thu Sep 23 13:48:32 2021 +0800 [AutoRelease] t2-servicebus-2021-09-23-30017(Do not merge) (#20801) * CodeGen from PR 16114 in Azure/azure-rest-api-specs [servicebus]Update readme.python.md (#16114) * Update readme.python.md * Update readme.python.md * version,CHANGELOG * test Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> commit ef7fc5e Author: Azure CLI Bot <azclibot@microsoft.com> Date: Thu Sep 23 09:55:28 2021 +0800 [AutoRelease] t2-kusto-2021-09-22-40032 (#20790) * CodeGen from PR 16115 in Azure/azure-rest-api-specs Update readme.python.md (#16115) * version,CHANGELOG Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> commit f4679b9 Author: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Wed Sep 22 12:20:07 2021 -0700 Add 3.10 to Nightly Edge Build (#20623) * update nightly edge build to run python 3.10 on both windows and linux agents * conditionally update `pytest` requirements in both ci_tools.txt and test_tools.txt for python 3.10 * conditionally add some necessary python 3.10 windows wheels to test_tools.txt. These additions only affect python 3.10, which is not currently part of the test matrix commit 30b196e Author: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Wed Sep 22 12:32:29 2021 -0400 [rest] add backcompat mixin to rest requests (#20599) commit 4b3397d Author: Adam Ling (MSFT) <adam_ling@outlook.com> Date: Wed Sep 22 09:09:32 2021 -0700 [EventHubs] Stress test refactor (#20389) * init commit for stress * add dotenv dep * docker, helm, k8s * apply changes * run forever * add chaos * update chaos jos * Apply suggestions from code review Co-authored-by: Ben Broderick Phillips <ben@benbp.net> * minor fixes * revert external targets Co-authored-by: Ben Broderick Phillips <ben@benbp.net> commit eca1c81 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Sep 21 19:58:17 2021 -0700 Clean-up changelog scripts (#20779) Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com> commit 518af90 Author: Azure CLI Bot <azclibot@microsoft.com> Date: Wed Sep 22 09:31:05 2021 +0800 [AutoRelease] t2-containerinstance-2021-09-17-04542 (#20733) * CodeGen from PR 15721 in Azure/azure-rest-api-specs [Hub Generated] Review request for Microsoft.ContainerInstance to add version stable/2021-07-01 (#15721) * Adds base for updating Microsoft.ContainerInstance from version stable/2021-03-01 to version 2021-07-01 * Updates readme * Updates API version in new specs and examples * Adding subnet IDs * Adding fixes from pending 03-01 update * Changing definition name to match convention * Adding network dependencies API * Adding MSI+ACR properties * Removing network profile * Updating example * Fixing JSON error * Removing network profile reference * Adding Integer format where missing * Removing comma * Fixing example * Fixing example * Ran Prettier to resolve check failure * Running prettier again for format * version,CHANGELOG * test Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> commit f3144dc Author: swathipil <76007337+swathipil@users.noreply.github.com> Date: Tue Sep 21 17:13:31 2021 -0700 [SchemaRegistry] remove cache from client (#20760) * remove cache from client * changelog commit f8ff686 Author: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Date: Tue Sep 21 11:08:50 2021 -0700 Update add_sanitizer and doc (#20769) commit 0e20469 Author: Wes Haggard <weshaggard@users.noreply.github.com> Date: Tue Sep 21 08:27:38 2021 -0700 Enable release stage selection at queue time (#20767) commit da36d30 Author: McCoy Patiño <39780829+mccoyp@users.noreply.github.com> Date: Mon Sep 20 17:21:33 2021 -0700 [Key Vault] Add certificate import sample (#20641) commit e7d3348 Author: Franko Morales <67804607+cochi2@users.noreply.github.com> Date: Mon Sep 20 16:51:38 2021 -0700 Fixing VCR redirection (#20747) Using the location passed as part of the redirection response if it is an absolute URL. commit 856f247 Author: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Mon Sep 20 15:10:54 2021 -0500 Link to Log Analytics throttling guidance from Monitor Query README (#20759) commit ee9d553 Author: Chidozie Ononiwu (His Righteousness) <31145988+chidozieononiwu@users.noreply.github.com> Date: Mon Sep 20 11:15:59 2021 -0700 Fix broken anchor tags (#20751) commit 6d84c3a Author: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Mon Sep 20 09:08:23 2021 -0700 avroserializer pins its dependency, which makes regression testing a … (#20735) …bit iffy @swathipil This will resolve your nightly failure. Still not understanding the specific repro I'm seeing when I run this thing locally though.
- Loading branch information