-
Notifications
You must be signed in to change notification settings - Fork 2
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-containerservice] Dev containerservice microsoft.container service 2021 02 01 #4042
[AutoPR azure-mgmt-containerservice] Dev containerservice microsoft.container service 2021 02 01 #4042
Commits on Jan 4, 2021
-
fixed 'async with outside async func' syntax error in EH async auth w…
…ith conn str sample (Azure#15955)
Configuration menu - View commit details
-
Copy full SHA for fb10a33 - Browse repository at this point
Copy the full SHA fb10a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8491bad - Browse repository at this point
Copy the full SHA 8491badView commit details -
Clearer message for incomplete environment configuration (Azure#15974)
As suggested by Azure#12319 (comment).
Configuration menu - View commit details
-
Copy full SHA for 4c62441 - Browse repository at this point
Copy the full SHA 4c62441View commit details -
Migration guide for EventGrid (Azure#15731)
* initial commit * Update migration_guide.md * comments
Rakshith Bhyravabhotla authoredJan 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 1e453ab - Browse repository at this point
Copy the full SHA 1e453abView commit details
Commits on Jan 5, 2021
-
renamed checkpoint by batch samples to by event count (Azure#15977)
* renamed checkpoint by batch samples to by event count * change link in EH sample readme for event count sample
Configuration menu - View commit details
-
Copy full SHA for a6e0a61 - Browse repository at this point
Copy the full SHA a6e0a61View commit details -
Fix put_encrypted_blob function (Azure#15918)
Fixing function by setting key_encryption_key instead of key_resolver_function
Configuration menu - View commit details
-
Copy full SHA for 8e41b70 - Browse repository at this point
Copy the full SHA 8e41b70View commit details -
Update to Update-Changelog.ps1 (Azure#15981)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 0a9288e - Browse repository at this point
Copy the full SHA 0a9288eView commit details -
Add Devops Release Item scripts (Azure#15989)
- Add set of helpers to work with devops work items - Add script to create devops release package items - Update SemVer to support version type Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 65582ed - Browse repository at this point
Copy the full SHA 65582edView commit details
Commits on Jan 6, 2021
-
[ServiceBus] Update migration guide (Azure#15915)
* update migration guide * Apply suggestions from code review Co-authored-by: Rakshith Bhyravabhotla <rakshith.bhyravabhotla@gmail.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> * addressing comments * tweak table of contents * update according to comments Co-authored-by: Rakshith Bhyravabhotla <rakshith.bhyravabhotla@gmail.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5b7b5c - Browse repository at this point
Copy the full SHA e5b7b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d860f5 - Browse repository at this point
Copy the full SHA 7d860f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4510537 - Browse repository at this point
Copy the full SHA 4510537View commit details -
[ChangeFeed]Tweak one test and re-record (Azure#15991)
* [ChangeFeed]Tweak one test and re-record * fix CI failure
Configuration menu - View commit details
-
Copy full SHA for c04396e - Browse repository at this point
Copy the full SHA c04396eView commit details -
Add AzureSasCredential (Azure#15946)
**In this PR:** - Add `AzureSasCredential` per Azure/azure-sdk#1954 - `AzureSasCredential` is the name that has been settled on the end of discussion. - Add `AzureSasCredentialPolicy` that appends SAS to query **Remarks:** - Some service (like storage in the Portal) present SAS with leading "?". This has to be stripped before appending - The validation if serviceUri already contain sas (mentioned [here](Azure/azure-sdk#1954 (comment))) will be responsibility of service clients: - the format varies between services (i.e. Event Grid SAS and Storage SAS are vastly different) - it would be good to fail fast (at client creation) rather than late (at request send). **References** - [.NET PR](Azure/azure-sdk-for-net#17636)
Configuration menu - View commit details
-
Copy full SHA for 7c4d042 - Browse repository at this point
Copy the full SHA 7c4d042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7669b31 - Browse repository at this point
Copy the full SHA 7669b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fada36 - Browse repository at this point
Copy the full SHA 9fada36View commit details -
T2 healthbot 2021 01 06 (Azure#15994)
* CodeGen from PR 12269 in Azure/azure-rest-api-specs update healthbot t2 config (Azure#12269) * update healthbot t2 config * fix readme * update changelog * fix * fix Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a32a3c5 - Browse repository at this point
Copy the full SHA a32a3c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf106f - Browse repository at this point
Copy the full SHA 7cf106fView commit details -
added samples to pipeline, fixed up a few samples to actually work (A…
…zure#15947) * added samples to pipeline, fixed up a few samples to actually work * fixed up samples to pass, changed table names, inserted a few sleeps * fixed up unicode and python2 issues, added cleanup methods and unique table names * added unicode endings * fixing up samples to use with, and removing unnecessary comments * bug on a sample
Configuration menu - View commit details
-
Copy full SHA for d50c779 - Browse repository at this point
Copy the full SHA d50c779View commit details -
Configuration menu - View commit details
-
Copy full SHA for a209c20 - Browse repository at this point
Copy the full SHA a209c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b7a38 - Browse repository at this point
Copy the full SHA 78b7a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b6911f - Browse repository at this point
Copy the full SHA 4b6911fView commit details -
use getattr to lazy load aiohttp and trio (Azure#15878)
* use getattr to lazy load aiohttp and trio
Configuration menu - View commit details
-
Copy full SHA for 9376c2f - Browse repository at this point
Copy the full SHA 9376c2fView commit details -
refactor hierarchy of HttpPolicy & AsyncHttpPolicy (Azure#15831)
* refactor hierarchy of HttpPolicy & AsyncHttpPolicy
Configuration menu - View commit details
-
Copy full SHA for a98bd20 - Browse repository at this point
Copy the full SHA a98bd20View commit details -
add transport docs in readme (Azure#15856)
* add transport docs in readme * remove Transport configurations from dev doc
Configuration menu - View commit details
-
Copy full SHA for 2e94c50 - Browse repository at this point
Copy the full SHA 2e94c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for de744d1 - Browse repository at this point
Copy the full SHA de744d1View commit details
Commits on Jan 7, 2021
-
Update Update Changelog (Azure#15992)
* add function for getting existing package versions * Add SetPackageVersion function * Update versioning tools logic * Add GetPackageInstallNotes function * Add GetPackageInstallNotes function * Remove changes unrelated to update changelog
Configuration menu - View commit details
-
Copy full SHA for b6bc150 - Browse repository at this point
Copy the full SHA b6bc150View commit details -
Sync eng/common directory with azure-sdk-tools for PR 1302 (Azure#16009)
* Make the user agent configurable. * Address comments * Default to current Chrome version * Revert the yaml file changes Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 0d70f57 - Browse repository at this point
Copy the full SHA 0d70f57View commit details -
add ignore list for samples (Azure#15976)
* add ignore list for samples * add sample to ignore for eventgrid
Configuration menu - View commit details
-
Copy full SHA for 8c67a78 - Browse repository at this point
Copy the full SHA 8c67a78View commit details -
Remove old Update-Change-Log.ps1 (Azure#16008)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for f7b070c - Browse repository at this point
Copy the full SHA f7b070cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec32b2 - Browse repository at this point
Copy the full SHA 3ec32b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d05b5d - Browse repository at this point
Copy the full SHA 0d05b5dView commit details -
[EventHub] Bump uAMQP Dependency to v1.2.13 (Azure#15933)
* bump uamqp to v1.2.13 * update tests.yml to test built uamqp wheels * Update sdk/eventhub/tests.yml * mention relevent issue in changelog
Configuration menu - View commit details
-
Copy full SHA for c88a1a8 - Browse repository at this point
Copy the full SHA c88a1a8View commit details -
[ServiceBus] Bump uAMQP Dependency to v1.2.13 (Azure#15932)
* bump uamqp to v1.2.13 * tweak test.yml to test built wheels * Update sdk/servicebus/tests.yml * revert test.yml * mention relevent issue in the changelog * Update sdk/servicebus/azure-servicebus/CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for a7c6440 - Browse repository at this point
Copy the full SHA a7c6440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5beb616 - Browse repository at this point
Copy the full SHA 5beb616View commit details -
[Media] Updating swagger link for LVA sdk (Azure#16006)
* added lva sdk package * updating swagger link and regenerating * removing old sdk folder * updating changelog * changing back to original version
Configuration menu - View commit details
-
Copy full SHA for fa6a756 - Browse repository at this point
Copy the full SHA fa6a756View commit details -
fixed issue with multiple params in a filter (Azure#15893)
* fixed issue with multiple params in a filter * added tests, fixed up params filtering, recordings * adding tests for async and cosmos * fixed up the dates test * fixing up a new test failure not related to queries * pylint fixes * updating tests to insert two entities and verify only one comes back
Configuration menu - View commit details
-
Copy full SHA for b1a5712 - Browse repository at this point
Copy the full SHA b1a5712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230a158 - Browse repository at this point
Copy the full SHA 230a158View commit details -
updated event hubs migration guide to follow template (Azure#15953)
* updated event hubs migration guide to follow template * made changes based on ramya/rakshith's comments * fixed link in table of contents * fix table of contents again * fixed ramyas comments * fixed last comment * adams comments
Configuration menu - View commit details
-
Copy full SHA for 11647f4 - Browse repository at this point
Copy the full SHA 11647f4View commit details
Commits on Jan 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 172cf59 - Browse repository at this point
Copy the full SHA 172cf59View commit details -
Additional Blob/Datalake regression storage pipeline fix (Azure#16015)
* Additional Blob/Datalake regression fix * regression condition removed for testing * updated file datalake oldest version * Update eng/tox/install_depend_packages.py Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com> * excluded packages * revert condition change Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b141c45 - Browse repository at this point
Copy the full SHA b141c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35b5eb - Browse repository at this point
Copy the full SHA b35b5ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db3667 - Browse repository at this point
Copy the full SHA 3db3667View commit details -
Configuration menu - View commit details
-
Copy full SHA for bedefda - Browse repository at this point
Copy the full SHA bedefdaView commit details -
updated release notes, added more examples to the sample (Azure#16027)
* updated release notes, added more examples to the sample * updated the date, removed comment out bits from sample
Configuration menu - View commit details
-
Copy full SHA for 80c3919 - Browse repository at this point
Copy the full SHA 80c3919View commit details -
allow configuration of a suffix for each config item. (Azure#16048)
Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e73e003 - Browse repository at this point
Copy the full SHA e73e003View commit details -
* [Blob]Teak to avoid flaky test * a small change
Configuration menu - View commit details
-
Copy full SHA for 7edc960 - Browse repository at this point
Copy the full SHA 7edc960View commit details -
Added raise_with_traceback to storage errors (Azure#15263)
* Added raise_with_traceback to storage errors * removed additional raise because Iwas being silly
Configuration menu - View commit details
-
Copy full SHA for ad23952 - Browse repository at this point
Copy the full SHA ad23952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1c009 - Browse repository at this point
Copy the full SHA 0d1c009View commit details -
[eventgrid] add tests for samples (Azure#16033)
* add tests for samples * fix * Update sdk/eventgrid/azure-eventgrid/samples/champion_scenarios/cs3_consume_system_events.py * Update sdk/eventgrid/azure-eventgrid/samples/champion_scenarios/cs3_consume_system_events.py * fix * fix * Update scripts/devops_tasks/test_run_samples.py
Rakshith Bhyravabhotla authoredJan 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 49befdc - Browse repository at this point
Copy the full SHA 49befdcView commit details -
Revert "Remove old Update-Change-Log.ps1 (#1301)" (Azure#16053)
This reverts commit b967cb62bd8db451a2f02d903f3658cf21f92db1. Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc47c62 - Browse repository at this point
Copy the full SHA dc47c62View commit details
Commits on Jan 9, 2021
-
[Fileshare] Generated Fileshare using newest autorest version (Azure#…
…15824) * generated for fileshare * added versioning * added versioning * manually added xml values for smb and protocolsettings and fixed all failing tests
Configuration menu - View commit details
-
Copy full SHA for 8230cd7 - Browse repository at this point
Copy the full SHA 8230cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for da63ca7 - Browse repository at this point
Copy the full SHA da63ca7View commit details -
[Media] Updating swagger link (Azure#16052)
* added lva sdk package * updated swagger link and regenerated * removed old sdk
Configuration menu - View commit details
-
Copy full SHA for 0e5384e - Browse repository at this point
Copy the full SHA 0e5384eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0429086 - Browse repository at this point
Copy the full SHA 0429086View commit details
Commits on Jan 11, 2021
-
[EventHubs&ServiceBus] update release date (Azure#16062)
* update change log * update readme
Configuration menu - View commit details
-
Copy full SHA for be3b227 - Browse repository at this point
Copy the full SHA be3b227View commit details -
Increment version for core releases (Azure#16072)
Increment package version after release of azure_core
Configuration menu - View commit details
-
Copy full SHA for 42594f6 - Browse repository at this point
Copy the full SHA 42594f6View commit details -
Fix condition for test generation in prepare-pipelines (Azure#16073)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 60fe513 - Browse repository at this point
Copy the full SHA 60fe513View commit details -
retry policy on storage preparer for when deletes occur too quickly (A…
…zure#16020) * retry policy on storage preparer for when deletes occur too quickly * should be response not value * removed the verify in the message, upped to 30 seconds
Configuration menu - View commit details
-
Copy full SHA for efb8e39 - Browse repository at this point
Copy the full SHA efb8e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d2636 - Browse repository at this point
Copy the full SHA e9d2636View commit details
Commits on Jan 12, 2021
-
Setting up template to use 1ES hosted pool. (Azure#16010)
* Setting up template to use 1ES hosted pool.
Configuration menu - View commit details
-
Copy full SHA for 041f682 - Browse repository at this point
Copy the full SHA 041f682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 410ed76 - Browse repository at this point
Copy the full SHA 410ed76View commit details -
Add quotes around the parameter (Azure#16083)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for b0a3bed - Browse repository at this point
Copy the full SHA b0a3bedView commit details -
Update CHANGELOG.md (Azure#16097)
Rakshith Bhyravabhotla authoredJan 12, 2021 Configuration menu - View commit details
-
Copy full SHA for a52a073 - Browse repository at this point
Copy the full SHA a52a073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 739b24a - Browse repository at this point
Copy the full SHA 739b24aView commit details -
Increment version for servicebus releases (Azure#16103)
Increment package version after release of azure_servicebus
Configuration menu - View commit details
-
Copy full SHA for 648b1f1 - Browse repository at this point
Copy the full SHA 648b1f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fcfdc - Browse repository at this point
Copy the full SHA c0fcfdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 056137a - Browse repository at this point
Copy the full SHA 056137aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d154b - Browse repository at this point
Copy the full SHA 20d154bView commit details -
Increment version for eventhub releases (Azure#16092)
Increment package version after release of azure_eventhub
Configuration menu - View commit details
-
Copy full SHA for b105c0e - Browse repository at this point
Copy the full SHA b105c0eView commit details -
[EventHubs] Enable DeleteAfter Tag for test resource group (Azure#16058)
* add missing azure-identity in dev requirement * add delete after tag for EH test resource group * reset the change in sb
Configuration menu - View commit details
-
Copy full SHA for 64eeda0 - Browse repository at this point
Copy the full SHA 64eeda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22bd891 - Browse repository at this point
Copy the full SHA 22bd891View commit details -
Increment version for textanalytics releases (Azure#16113)
Increment package version after release of azure_ai_textanalytics
Configuration menu - View commit details
-
Copy full SHA for 3ba4985 - Browse repository at this point
Copy the full SHA 3ba4985View commit details -
[Storage] Using AzureSasCredential. (Azure#16043)
This PR introduces AzureSasCredential to Storage clients and is a continuation from Azure#15946 .
Configuration menu - View commit details
-
Copy full SHA for 64d0c78 - Browse repository at this point
Copy the full SHA 64d0c78View commit details -
Increment version for formrecognizer releases (Azure#16118)
Increment package version after release of azure_ai_formrecognizer
Configuration menu - View commit details
-
Copy full SHA for 0b5593d - Browse repository at this point
Copy the full SHA 0b5593dView commit details -
Update pipeline generation tool to support test variant pipelines (Az…
…ure#16116) Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for cb63736 - Browse repository at this point
Copy the full SHA cb63736View commit details
Commits on Jan 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 088abeb - Browse repository at this point
Copy the full SHA 088abebView commit details -
STG75 Stable Release Changelog & Updated Swagger Readme (Azure#16127)
* changed swagger readmes * changed README and changelog * added one last changelog item
Configuration menu - View commit details
-
Copy full SHA for 6e5abd9 - Browse repository at this point
Copy the full SHA 6e5abd9View commit details -
Fix flaky exporter and storage tests (Azure#16117)
Unit tests fail to pass sometimes due to transient files in local storage. Clearing folder should solve this issue. https://dev.azure.com/azure-sdk/public/_build/results?buildId=684012&view=logs&j=54f1a854-9a75-5986-56ae-4f3fe1e836b7&t=d0c519ea-d6ce-556e-02e9-01d4ed29b200
Configuration menu - View commit details
-
Copy full SHA for b475de5 - Browse repository at this point
Copy the full SHA b475de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41740dc - Browse repository at this point
Copy the full SHA 41740dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e2dc2 - Browse repository at this point
Copy the full SHA 58e2dc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d67e844 - Browse repository at this point
Copy the full SHA d67e844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbe3b0 - Browse repository at this point
Copy the full SHA 4cbe3b0View commit details -
resolve azure-mgmt-storageimportexport test failure (Azure#16143)
Storage common test case imports from azure-core. mgmt-storageimportexport doesn't have a direct dependency on azure-core, so the isolated environment fails during mindependency run. Latestdependency takes a dep on azure-core due to tooling updates, which is why it doesn't occur there.
Configuration menu - View commit details
-
Copy full SHA for ce88d9e - Browse repository at this point
Copy the full SHA ce88d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe6a56 - Browse repository at this point
Copy the full SHA ffe6a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc5986 - Browse repository at this point
Copy the full SHA acc5986View commit details
Commits on Jan 14, 2021
-
[Communication] - Add Identifier suffix to CommunicationUser and Phon…
…eNumber (Azure#16098) * Rename CommunicationUser to CommunicationUserIdentifier and PhoneNumber to PhoneNumberIdentifier * Rename CommunicationUser in test_chat_thread_client_async.py
Configuration menu - View commit details
-
Copy full SHA for f4500a2 - Browse repository at this point
Copy the full SHA f4500a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d729f4 - Browse repository at this point
Copy the full SHA 3d729f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1cc22f - Browse repository at this point
Copy the full SHA d1cc22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0836e8 - Browse repository at this point
Copy the full SHA f0836e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d837721 - Browse repository at this point
Copy the full SHA d837721View commit details -
Updated Datalake minimum dependency (Azure#16151)
* Updated datalake minimum dependency * updated min dep
Configuration menu - View commit details
-
Copy full SHA for 8f9baf8 - Browse repository at this point
Copy the full SHA 8f9baf8View commit details -
Update generated (Azure#16049)
Use more generated code for config and pipeline creation
Configuration menu - View commit details
-
Copy full SHA for bef6013 - Browse repository at this point
Copy the full SHA bef6013View commit details -
Increment package version after release of azure_opentelemetry_export…
…er_azuremonitor (Azure#16155)
Configuration menu - View commit details
-
Copy full SHA for 4f7fb0c - Browse repository at this point
Copy the full SHA 4f7fb0cView commit details -
Edits to test documentation (Azure#16179)
* swathis suggestions * Update doc/dev/tests.md Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab7d89e - Browse repository at this point
Copy the full SHA ab7d89eView commit details
Commits on Jan 15, 2021
-
[Perfstress][ServiceBus] Added ServiceBus perf tests (Azure#16066)
* First test pass * Updated legacy tests * Fixed SB tests * Improved cleanup * Fix batch send * Bump queue size * Memory management * Preload more messages * Custom msg preload * Memory management * Added logging * Fix setup * Share data * Fixed setup * Review feedback * Added readme * Ignore readme * Some flag fixes * Fix arg name
Configuration menu - View commit details
-
Copy full SHA for 9fb2f34 - Browse repository at this point
Copy the full SHA 9fb2f34View commit details -
[T2] digitaltwins 2021 01 07 (Azure#16013)
* CodeGen from PR 12150 in Azure/azure-rest-api-specs python track2 configure (Azure#12150) * test,version,CHANGELOG * readme.md * Update README.md * delete surplus _verison.py Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 78eb1b3 - Browse repository at this point
Copy the full SHA 78eb1b3View commit details -
Fixed base handler async/added tests for SBSender + SBReceiver (Azure…
…#16051) * fixed base handler async to use async credential + added test for sync/async SBSender + SBReceiver * changed sb base handler methods for reusability * changed base handler to take class type of credentials * small update to kwargs call * remove unnecessary import
Configuration menu - View commit details
-
Copy full SHA for a0e9f65 - Browse repository at this point
Copy the full SHA a0e9f65View commit details -
breaking changes run in ci (Azure#16170)
* adding some work, very wip * running from tox now * refactored breaking changes checkers into class * major refactoring of checkers - no longer dividing client, now looking at base class vars, lists->dicts in json reports * another major refactor, added more checkers, moved to scripts dir * a few fixes, better names * changed function report, added new checks * update to ivars so i'm not passing so many parameters into check funcs * adding first tests, fixing bugs * adding check for ignore breaking changes, fixes a few bugs * added more tests, moved tracker to its own file, fixed ignore, started some docs * added checker for removed kwargs * fix table in readme * fixing naming * add more docs * fix readme formatting * rename model to generic class * bug fixes, redo tests * cleanup * try run in ci * intentionally create a breaking change in form * try removing extra steps * make sure passes with no breaking changes in ci * remove from breaking changes allowlist and make sure doesn't run * add form and text to allowlist * fix tox.ini config * revert options
Configuration menu - View commit details
-
Copy full SHA for 07c6a28 - Browse repository at this point
Copy the full SHA 07c6a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f13b8 - Browse repository at this point
Copy the full SHA 82f13b8View commit details -
[Communication]Rename CommunicationUserCredential to CommunicationTok…
…enCredential (Azure#16177) * Rename CommunicationUserCredential to CommunicationTokenCredential * Fix casing in method name
Configuration menu - View commit details
-
Copy full SHA for f7e0d77 - Browse repository at this point
Copy the full SHA f7e0d77View commit details -
[Cosmos] Add option for disabling auto id generation in create_item (A…
…zure#15715) * Add option for disabling auto id generation in create_item * Adds ID generation to kwargs, removes bad test * Default disableAutoID gen to true, add back test * use correct kwarg * Fix test typos * Change flag to enable instead of disable * Adds test for item create with no ID * disable header flag * Fixes auto ID generation in create_item * Remove print and unnecessary passthrough_args
Configuration menu - View commit details
-
Copy full SHA for 72afdd0 - Browse repository at this point
Copy the full SHA 72afdd0View commit details -
take dependency on azure-core for mindependency test invocation. azur…
…e-template does not require any version of azure-core, so the import in azure-sdk-tools fails. (Azure#16185)
Configuration menu - View commit details
-
Copy full SHA for 45a96e7 - Browse repository at this point
Copy the full SHA 45a96e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5760cbc - Browse repository at this point
Copy the full SHA 5760cbcView commit details -
Run smoke tests against latest published versions in release pipeline (…
…Azure#15865) * Run smoke tests on release * Use pipeline artifact versions for smoke test on release * Use correct logic for daily conditional
Configuration menu - View commit details
-
Copy full SHA for fbe7f4a - Browse repository at this point
Copy the full SHA fbe7f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c25df0 - Browse repository at this point
Copy the full SHA 3c25df0View commit details -
Replace EventgridSharedAccessSignatureCredential with AzureSasCredent…
…ial (Azure#16147) * AzureSasCred * fix * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_signature_credential_policy.py * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_signature_credential_policy.py * sample * changelog * test async * Apply suggestions from code review
Rakshith Bhyravabhotla authoredJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for e4c4daa - Browse repository at this point
Copy the full SHA e4c4daaView commit details -
Required params must be positional (Azure#16194)
* Rquired positional param * data req * add test * oops
Rakshith Bhyravabhotla authoredJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for eb013c2 - Browse repository at this point
Copy the full SHA eb013c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c739da5 - Browse repository at this point
Copy the full SHA c739da5View commit details -
Raise on bad credential (Azure#16206)
Rakshith Bhyravabhotla authoredJan 15, 2021 Configuration menu - View commit details
-
Copy full SHA for b3960b1 - Browse repository at this point
Copy the full SHA b3960b1View commit details
Commits on Jan 16, 2021
-
Naming feedback - part 1 (Azure#16208)
* EventGridConsumer * decodes
Rakshith Bhyravabhotla authoredJan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 989edaf - Browse repository at this point
Copy the full SHA 989edafView commit details -
Naming Feedback - part 2 (Azure#16210)
* reorder * Naming feedback - part 2 * cahngelog * Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md
Rakshith Bhyravabhotla authoredJan 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 411c0ef - Browse repository at this point
Copy the full SHA 411c0efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a77b621 - Browse repository at this point
Copy the full SHA a77b621View commit details
Commits on Jan 18, 2021
-
T2 confluent 2021 01 15 (Azure#16221)
* CodeGen from PR 12362 in Azure/azure-rest-api-specs Confluent added stable version (Azure#12362) * update azure schema readme with stable version * Update go readme with stable version * Update java readme with stable version * Update readme with stable version * Update python reademe with stable version * Update ruby with stable version * created stable version confluent.json * create marketplace agreements example json * Create List Agreements json * Create Organization List Json * Create Organization example Json * Create Organization Delete Json * Create Organization Get Json * Create Organization List By resourceGroup Json * Create Organization List by subscription json * Create Organization update json * Update confluent json * update marketplace create json * Update marketplace list json * Update Operations list json * Update organization create json * Update Organization create json * test,version,CHANGELOG * fix changelog * fix * fix Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for c47cdc3 - Browse repository at this point
Copy the full SHA c47cdc3View commit details -
[Queues] Generated Queues using newest autorest version (Azure#16148)
* generated and removed StorageErrorException * fixed all failing tests * fixed failing test * fixed failing test * removed import
Configuration menu - View commit details
-
Copy full SHA for 1ca37b4 - Browse repository at this point
Copy the full SHA 1ca37b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41fe49a - Browse repository at this point
Copy the full SHA 41fe49aView commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b4815d1 - Browse repository at this point
Copy the full SHA b4815d1View commit details -
Increment version for storage releases (Azure#16152)
* Increment package version after release of azure_storage_file_share * Increment package version after release of azure_storage_blob * Increment package version after release of azure_storage_queue
Configuration menu - View commit details
-
Copy full SHA for d784000 - Browse repository at this point
Copy the full SHA d784000View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3cc34 - Browse repository at this point
Copy the full SHA ab3cc34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e91d48 - Browse repository at this point
Copy the full SHA 3e91d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f74dd69 - Browse repository at this point
Copy the full SHA f74dd69View commit details
Commits on Jan 20, 2021
-
Update error message in tools repo (Azure#16245)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 0be7475 - Browse repository at this point
Copy the full SHA 0be7475View commit details -
T2 compute 2021 01 19 (Azure#16246)
* CodeGen from PR 11202 in Azure/azure-rest-api-specs DiskRP Swagger for 09/30 (Azure#11202) * test,version,CHANGELOG * fix test * fix version and changelog Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 0bab493 - Browse repository at this point
Copy the full SHA 0bab493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e87b80 - Browse repository at this point
Copy the full SHA 6e87b80View commit details -
[Communication] Move core dependency to setup.py from dev_requirement…
…s in communication management package (Azure#16077) * Move core dependency to setup.py from dev_requirements * change azure core dependency version * Update core version to be >=1.2.2 Co-authored-by: turalf <tufarhad@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for dd14599 - Browse repository at this point
Copy the full SHA dd14599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7bbb5 - Browse repository at this point
Copy the full SHA 4e7bbb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22febc5 - Browse repository at this point
Copy the full SHA 22febc5View commit details -
Refactor send and system events (Azure#16255)
* Refactor send and system events * refac * fix test
Rakshith Bhyravabhotla authoredJan 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 127a3c0 - Browse repository at this point
Copy the full SHA 127a3c0View commit details -
README file only - Adding new Limitation and new example (Azure#16248)
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update sdk/cosmos/azure-cosmos/README.md Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com> Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c481022 - Browse repository at this point
Copy the full SHA c481022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90fbe72 - Browse repository at this point
Copy the full SHA 90fbe72View commit details -
[Communication] Use CommunicationRefreshOptions in CommunicaitonToken…
…Credential (Azure#16228) * Add user_token_refresh_options.py * Change to use user_token_refresh_options * Add user_token_refresh_options.py in chat and sms sdk * Fix CommunicationTokenRefreshOptions * Fix CommunicationTokenRefreshOptions * Fix lint error * Fix Doc string * Change order of import six * Remove unnecessary import * Address PR review feedback
Configuration menu - View commit details
-
Copy full SHA for a78be2e - Browse repository at this point
Copy the full SHA a78be2eView commit details -
run black on devtools_testutils (Azure#16264)
cleans up the code in the `devtools_testutils` folder
Configuration menu - View commit details
-
Copy full SHA for ce3bfd5 - Browse repository at this point
Copy the full SHA ce3bfd5View commit details -
Pin azure-keyvault-administration dev requirement (Azure#16260)
azure-keyvault-administration fails the mindependency test because its dev_requirements.txt includes the master branch's azure-storage-blob, which requires a later version of azure-core. Azure-keyvault-administration doesn't need the latest blob API, so a simple fix is to pin an azure-storage-blob version having a compatible azure-core requirement.
Configuration menu - View commit details
-
Copy full SHA for cd446b4 - Browse repository at this point
Copy the full SHA cd446b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a96f30 - Browse repository at this point
Copy the full SHA 8a96f30View commit details -
[Event Hubs] updated README with install steps for azure-identity and…
… aiohttp (Azure#16215) * updated README with install steps for azure-identity and aiohttp * wording + clarity on credential types/async transport Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for cce8bee - Browse repository at this point
Copy the full SHA cce8beeView commit details -
Sync eng/common directory with azure-sdk-tools for PR 1317 (Azure#16270)
* retarget the tool clone to a release tag Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ac1524 - Browse repository at this point
Copy the full SHA 1ac1524View commit details
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9a116b3 - Browse repository at this point
Copy the full SHA 9a116b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b653e - Browse repository at this point
Copy the full SHA 59b653eView commit details -
Updated msrest minimum dependency for all Storage services (Azure#16267)
* Updated msrest minimum dependency * changelog
Configuration menu - View commit details
-
Copy full SHA for e8edeb8 - Browse repository at this point
Copy the full SHA e8edeb8View commit details -
Ensure bypass conditional template gets run for 1es ubuntu image (Azu…
…re#16274) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 8de3664 - Browse repository at this point
Copy the full SHA 8de3664View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf9136 - Browse repository at this point
Copy the full SHA ecf9136View commit details -
Increment version for storage releases (Azure#16279)
* Increment package version after release of azure_storage_file_share * Increment package version after release of azure_storage_file_datalake * Increment package version after release of azure_storage_blob
Configuration menu - View commit details
-
Copy full SHA for d37aec1 - Browse repository at this point
Copy the full SHA d37aec1View commit details -
Metrics advisor aad (Azure#15922)
* add aad support for metrics advisor * async aad * update * update * Update sdk/metricsadvisor/azure-ai-metricsadvisor/azure/ai/metricsadvisor/_metrics_advisor_administration_client.py Co-authored-by: Krista Pratico <krpratic@microsoft.com> * Update sdk/metricsadvisor/azure-ai-metricsadvisor/azure/ai/metricsadvisor/_metrics_advisor_administration_client.py Co-authored-by: Krista Pratico <krpratic@microsoft.com> * update * update * update tests * update docstring Co-authored-by: Krista Pratico <krpratic@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for d5b8704 - Browse repository at this point
Copy the full SHA d5b8704View commit details -
Enable 1ES pools for live tests. (Azure#16160)
* Enable 1ES pools for live tests.
Configuration menu - View commit details
-
Copy full SHA for 9043478 - Browse repository at this point
Copy the full SHA 9043478View commit details -
[metricsadvisor] support key rotation for MetricsAdvisorKeyCredential (…
…Azure#16276) * allow rotation of the api/sub keys for MetricsAdvisorKeyCredential * fix tests * fix tests * update changelog
Configuration menu - View commit details
-
Copy full SHA for 95b40c2 - Browse repository at this point
Copy the full SHA 95b40c2View commit details -
Add data as positional for cloud event (Azure#16288)
* Add data as positional for cloud event * lint * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py * Apply suggestions from code review Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * docs * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 5483b6a - Browse repository at this point
Copy the full SHA 5483b6aView commit details
Commits on Jan 22, 2021
-
Sync eng/common directory with azure-sdk-tools for PR 1251 (Azure#16290)
* Add PrepareRelease Script * Generalize Prepare-Release Script * Update Update-ChangeLog.ps1 * Update Package-Properties.ps1 * Update Collect-ChangeLog Script * Update Collect-ChangeLog.ps1 and Collect-Unreleased.ps1 * Update GeneralReleaseNotesParser.ps1 script * Update Prepare-Release Script to use recent DevOps Scripts * Move Get-LanguageName to eng\common\scripts\Helpers\DevOps-WorkItem-Helpers.ps1, improve error message, add logic to detect changes made by prepare-release script * Use LanguageDisplayName, move Get-CSVMetadata to Package-Properties.ps1 Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 91b3438 - Browse repository at this point
Copy the full SHA 91b3438View commit details -
[Key Vault] Add support for custom role definitions (Azure#16063)
* Implement sync API * Implement async API * Add sync tests, update public model * Add async tests, update Definitions model * Add sync test recordings * Add async test recordings * Re-generate with approved swagger changes * Add enum, address feedback * Update KeyVaultRoleScope location * Address feedback * Add test recordings * Apply naming changes * Thanks, Charles!
Configuration menu - View commit details
-
Copy full SHA for 42397a9 - Browse repository at this point
Copy the full SHA 42397a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a8924 - Browse repository at this point
Copy the full SHA b0a8924View commit details -
Configuration menu - View commit details
-
Copy full SHA for c12a9c0 - Browse repository at this point
Copy the full SHA c12a9c0View commit details -
rename list_dimension_values (Azure#16292)
* rename list_dimension_values * add samples
Configuration menu - View commit details
-
Copy full SHA for 9fca61b - Browse repository at this point
Copy the full SHA 9fca61bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8be630 - Browse repository at this point
Copy the full SHA f8be630View commit details -
Configuration menu - View commit details
-
Copy full SHA for c957c4f - Browse repository at this point
Copy the full SHA c957c4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6fee00 - Browse repository at this point
Copy the full SHA d6fee00View commit details
Commits on Jan 25, 2021
-
[Communication] - SMS - Added AAD support (Azure#16076)
* Added AAD support * Added record files
Configuration menu - View commit details
-
Copy full SHA for df2f634 - Browse repository at this point
Copy the full SHA df2f634View commit details -
Communication Identity Model serializer/deserializer (Azure#16268)
* Add swagger json from the link to the local file * Add CommunicationIdentifierModel into swagger * Add CommunicationIdentifierModel to models * Add py3 CommunicationIdentifierModel to models * Add CommunicationIdentifierKind * Add serialize to CommunicationIdentifierModel * Remove Value suffix from the "kind" enums entries * Add deserizlize to CommunicationUserIdentifierSerializer * Replace "self" with "cls" in classmethods * Replace value property with phone_number * Add fileds validation in anonymous * Add serialize/deserialize unittest * Fix model doc strings * Remove whiltespaces * Add header; remove whitespace * Replace self with cls * Remove empty line * Remove py3 model * Rename var name from id to identifier * Capitalize enum values * Add pylint skip for models file Co-authored-by: turalf <tufarhad@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for d50442b - Browse repository at this point
Copy the full SHA d50442bView commit details -
Sync eng/common directory with azure-sdk-tools for PR 1335 (Azure#16311)
* Lossen up $RELEASE_TITLE_REGEX to accomodate wrongly formated changelogs * Update changelog logic to use ordered hashtable * Update semver and Changelog logic Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for bb49488 - Browse repository at this point
Copy the full SHA bb49488View commit details -
Missing enter, exit and close (Azure#16321)
Rakshith Bhyravabhotla authoredJan 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 0ae2052 - Browse repository at this point
Copy the full SHA 0ae2052View commit details -
rename to generate_sas (Azure#16330)
Rakshith Bhyravabhotla authoredJan 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 8c725c5 - Browse repository at this point
Copy the full SHA 8c725c5View commit details
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 79a64bb - Browse repository at this point
Copy the full SHA 79a64bbView commit details -
[Event Hubs] created EventHubConnectionStringProperties and connectio…
…n string parser (Azure#16204) * created EventHubConnectionStringProperties and connection string parser * changing event_hub naming to eventhub * fix eventhub_name in test * remove print stmt Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * add contains to DictMixin Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 2b68dcd - Browse repository at this point
Copy the full SHA 2b68dcdView commit details -
Relocate azure-sdk-tools install into dev_requirements where necessary (
Azure#16313) * remove local install of azure-sdk-tools from common location. add to dev_requirements where necessary
Configuration menu - View commit details
-
Copy full SHA for b555b10 - Browse repository at this point
Copy the full SHA b555b10View commit details -
Fixed the problem of no display name issue (Azure#16348)
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for d43aff9 - Browse repository at this point
Copy the full SHA d43aff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c50bdf - Browse repository at this point
Copy the full SHA 5c50bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for eacd482 - Browse repository at this point
Copy the full SHA eacd482View commit details -
[Communication] - Extract Identity Package out of Administration Pack…
…age (Azure#16300) * initial commit: new folder for identity * Added root files to identity package * copy identity client files from admin to new pkg * add autorest generated files * copy samples over * update references in other packages * Added tests to identity package * remove identity code from admin package * update changelog * remove identity code from admin package * update changelog * Removed identity tests from admin package * Update admin readme * add back version.py for wheel generation * Removed user credential test in admin package * update _version.py * remove redundant files * fixed error with init file * minor naming fixes * only expose required shared models * Update chat to reference new identity package * Updated identity test recordings * Added examples to identity README.md * Updated dependencies in identity package * Updated code style to meet pylint requirements * Added identity package to ci file * Updated CHANGELOG version formatting Co-authored-by: Bert Ong <823691+beltr0n@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 223d948 - Browse repository at this point
Copy the full SHA 223d948View commit details
Commits on Jan 27, 2021
-
[formrecognizer] renames line appearance/style and adds to samples (A…
…zure#16334) * prefix appearance/style model with Text and expose models * add line appearance to sample with signature * feedback
Configuration menu - View commit details
-
Copy full SHA for 5d94378 - Browse repository at this point
Copy the full SHA 5d94378View commit details -
Update LanguageSetting.ps1 (Azure#15639)
* add function for getting existing package versions * Add SetPackageVersion function * Add GetPackageInstallNotes function
Configuration menu - View commit details
-
Copy full SHA for 69d76de - Browse repository at this point
Copy the full SHA 69d76deView commit details -
Move mindependency and latestdependency common dependencies to a file (…
…Azure#16365) * move mindependency and latestdependency common pieces to eng/dependency_tools.txt
Configuration menu - View commit details
-
Copy full SHA for 7400360 - Browse repository at this point
Copy the full SHA 7400360View commit details -
Sync eng/common directory with azure-sdk-tools for PR 1341 (Azure#16364)
* Run the link verification step even previous step failed. * Make the tab right * Address comments * Run default condition if no RunOnFailure set. * Changed back to simple condition Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for d3e00df - Browse repository at this point
Copy the full SHA d3e00dfView commit details -
[text analytics] make default v3.1-preview.3 and remove v3.1-preview.2 (
Azure#16370) fixes Azure#16119
Configuration menu - View commit details
-
Copy full SHA for cbeb616 - Browse repository at this point
Copy the full SHA cbeb616View commit details -
T2 network 2021 01 26 (Azure#16368)
* CodeGen from PR 12429 in Azure/azure-rest-api-specs Add new api-version 2020-08-01 of network to go sdk (Azure#12429) * test,version,CHANGELOG * fix changelog and version Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ad5308d - Browse repository at this point
Copy the full SHA ad5308dView commit details -
updating pylint statements (Azure#16362)
Removes unnecessary pylint statements, changes numbers to descriptions, makes a few code changes to address a pylint issue
Configuration menu - View commit details
-
Copy full SHA for 68bc8c3 - Browse repository at this point
Copy the full SHA 68bc8c3View commit details -
[formrecognizer] unexpose api_version property (Azure#16378)
* unexpose api_version property * update changelog
Configuration menu - View commit details
-
Copy full SHA for 7da4fde - Browse repository at this point
Copy the full SHA 7da4fdeView commit details -
Update Change log in ACS packages (Azure#16366)
* Update Change log in ACS packages * Address PR feedback
Configuration menu - View commit details
-
Copy full SHA for 1b10b4e - Browse repository at this point
Copy the full SHA 1b10b4eView commit details -
Send method changes (Azure#16318)
* commit -1 * async * lint * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py * fix test * Update sdk/eventgrid/azure-eventgrid/tests/test_eg_publisher_client_async.py Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db4ca2e - Browse repository at this point
Copy the full SHA db4ca2eView commit details
Commits on Jan 28, 2021
-
Fix python sms live test failures (Azure#16385)
* Fix sms client to adapt new phone number model * Fix async test Co-authored-by: turalf <tufarhad@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for e354a95 - Browse repository at this point
Copy the full SHA e354a95View commit details -
Remove System Events (Azure#16358)
Rakshith Bhyravabhotla authoredJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 82e5afc - Browse repository at this point
Copy the full SHA 82e5afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for adcf588 - Browse repository at this point
Copy the full SHA adcf588View commit details
Commits on Jan 29, 2021
-
[formrecognizer]
pages
update (Azure#16403)* update pages description * missed a parentheses
Configuration menu - View commit details
-
Copy full SHA for 25617a6 - Browse repository at this point
Copy the full SHA 25617a6View commit details -
[Blob] Added ContainerClient.exists() method (Azure#16315)
* Added ContainerClient.exists() method * lint
Configuration menu - View commit details
-
Copy full SHA for f74da2f - Browse repository at this point
Copy the full SHA f74da2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 250e123 - Browse repository at this point
Copy the full SHA 250e123View commit details -
T2 batch 2021 01 28 (Azure#16391)
* CodeGen from PR 12563 in Azure/azure-rest-api-specs Enable python track2 pipeline (Azure#12563) * test,version,CHANGELOG * fix test * fix changelog , version Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 032b09d - Browse repository at this point
Copy the full SHA 032b09dView commit details -
[Bug][Datalake] Fixed Datalake Service Client context manager/session…
… closure issue (Azure#16414) * Fixed Datalake Service Client context manager/session closure issue * test recording * removed redundant code
Configuration menu - View commit details
-
Copy full SHA for db32606 - Browse repository at this point
Copy the full SHA db32606View commit details -
[T2] python track2 new pipeline (Azure#16374)
* track2 new pipeline * Update swagger_to_sdk_config_autorest.json * Update swagger_to_sdk_config_autorest.json * fix comment * better display ui
Configuration menu - View commit details
-
Copy full SHA for b6d65fa - Browse repository at this point
Copy the full SHA b6d65faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c2735 - Browse repository at this point
Copy the full SHA 94c2735View commit details -
Sync eng/common directory with azure-sdk-tools for PR 1345 (Azure#16404)
* Enforce API approval status for GA and include SDK type in package properties * Fix per review comment * Fixes as per review comments to avoid changing constructor signature * Fixes as per review comments to handle track 1 packages * Fix yaml format error Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 89e7f4b - Browse repository at this point
Copy the full SHA 89e7f4bView commit details
Commits on Jan 30, 2021
-
Add Cloud environment for Teams user (Azure#16359)
* Add cloud environment enum * Add cloud environemnt to CommunicationIdentifierModel * Rename CommunicationCloudEnvironment * Add cloud environemtn to serialize/deserialzie * Rearrange microsoft teams user class position * Rename the kwarg name * Add cloud env into tests * Fix typos in identifier kind enums * Add cloud to serialize/deserialize tests for teams user * remove unused import * Add identifier to the identifier to the microsoft teams user model * Add idenitifier to the phone number * Add ids to the tests * Make id mandatory for deserilize * Fix lint error * Add identifier to the doc string * Throw when identifier type is not supported * Fix typo in test name * Add test_serialize_foreign_throws * Add test for unknown kind * Fix docstring for serialize method * Fix the typo in anonymous * Fix phone number doc string * Sync model to admin and chat * Fix the docstring for CommunicationIdentifierModel * Remove dev-tools * add mgmt core to setup py for mgmt package * Update the core dependency in mgmt package. * Sync models to admin, sms, identity * Change the exception message * Add idnetifier check in the test * sync model to other packages * Remove unnecessary mgmt dependency * change identity to identifier in docstrings * change core forzen requirement for identity * Change docstring for sms * Override shared reqs for core * Fix forzen requirements for core and sms * change core dependency version in chat,sms,admin * Add mgmt core back to the dependency * Add a new line at the end of file Co-authored-by: turalf <tufarhad@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 1b0d99a - Browse repository at this point
Copy the full SHA 1b0d99aView commit details
Commits on Jan 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e28ce6 - Browse repository at this point
Copy the full SHA 8e28ce6View commit details
Commits on Feb 1, 2021
-
First release purview (Azure#16440)
* CodeGen from PR 12634 in Azure/azure-rest-api-specs Upgrade to python track2 sdk for purview (Azure#12634) * upgrade to python track2 sdk for purview * Update readme.md * Update readme.md * fix Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> * Fix changelog, setup, version Co-authored-by: SDKAuto <sdkautomation@microsoft.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 767906b - Browse repository at this point
Copy the full SHA 767906bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c91bcda - Browse repository at this point
Copy the full SHA c91bcdaView commit details -
Sync eng/common directory with azure-sdk-tools for PR 1351 (Azure#16448)
* tweaks to New-TestResources readme
Configuration menu - View commit details
-
Copy full SHA for fa745eb - Browse repository at this point
Copy the full SHA fa745ebView commit details -
[Datalake] Removed list_paths manual paging and deserialization (Azur…
…e#16309) * Removed path listing manual deserialization * removed imports * removed imports * linter * lint * fixing flaky large file upload test
Configuration menu - View commit details
-
Copy full SHA for c94211b - Browse repository at this point
Copy the full SHA c94211bView commit details -
adding step to test for crlf line endings (Azure#16398)
* adding step to test for crlf line endings * new script * changing from a printf statement to echos * changed over to a powershell script * removed $ to check on any point in a file * added a Throw statement * changing to a nested If statement * changing to build.sourcesdirectory * Update eng/pipelines/templates/steps/analyze.yml Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> * Update eng/pipelines/templates/steps/analyze.yml Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> * Update eng/pipelines/templates/steps/analyze.yml Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ba125a - Browse repository at this point
Copy the full SHA 8ba125aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0fbe66 - Browse repository at this point
Copy the full SHA f0fbe66View commit details -
[Datalake] Added support for PurePosixPath (Azure#16400)
* Added support for PurePosixPath * removed posix lib from imports * removed posix lib from imports * added type annotations * cleaned up changes
Configuration menu - View commit details
-
Copy full SHA for 1fd57f4 - Browse repository at this point
Copy the full SHA 1fd57f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d50208 - Browse repository at this point
Copy the full SHA 8d50208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9136a - Browse repository at this point
Copy the full SHA 7f9136aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf676d6 - Browse repository at this point
Copy the full SHA bf676d6View commit details -
[text analytics] Expose 'string_index_type' parameter in all service …
…client methods where applicable (Azure#16412)
Configuration menu - View commit details
-
Copy full SHA for b547fbb - Browse repository at this point
Copy the full SHA b547fbbView commit details -
Resolve Regression Failures (Azure#16455)
* install azure-sdk-tools as part of the regression environment
Configuration menu - View commit details
-
Copy full SHA for 2bd1ce4 - Browse repository at this point
Copy the full SHA 2bd1ce4View commit details -
Fix DateTime bug (Azure#16456)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 9dec418 - Browse repository at this point
Copy the full SHA 9dec418View commit details
Commits on Feb 2, 2021
-
we should always run integration to publish from our artifacts. if th…
…e build pipeline crashed too early in the pipeline, this will fail regardless, due to inability to pull the artifacts down (Azure#15058)
Configuration menu - View commit details
-
Copy full SHA for a1a3969 - Browse repository at this point
Copy the full SHA a1a3969View commit details -
Configuration menu - View commit details
-
Copy full SHA for feaa464 - Browse repository at this point
Copy the full SHA feaa464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22921fd - Browse repository at this point
Copy the full SHA 22921fdView commit details -
Sync eng/common directory with azure-sdk-tools for PR 1353 (Azure#16465)
* Use a helper function to normalize the package name for readme * Get the readme name from artifact-metadata-parsing * Change to the readme * Update eng/common/scripts/artifact-metadata-parsing.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1cce3e - Browse repository at this point
Copy the full SHA e1cce3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd34670 - Browse repository at this point
Copy the full SHA fd34670View commit details -
T2 redisenterprise 2021 02 02 (Azure#16472)
* CodeGen from PR 12727 in Azure/azure-rest-api-specs update python track2 config for redisenterprise (Azure#12727) * update python track2 config for redisenterprise * remove old namespace * fix * fix * test,version,CHANGELOG * fix changelog and version Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 997b4d7 - Browse repository at this point
Copy the full SHA 997b4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d5b49 - Browse repository at this point
Copy the full SHA 74d5b49View commit details -
Communication identity api redesign (Azure#16420)
* copy identity client files from admin to new pkg * add back version.py for wheel generation * update _version.py * remove redundant files * fixed error with init file * update identity sdk with swagger changes * update swagger + regenerate * fix async impl + tests * Updated sync identity client and tests * Use Azure.Core.AccessToken instead of CommunicationUserToken * Updated formatting in CHANGELOG * Updated CHANGELOG * Updated CHANGELOG * fix typo in samples * update samples to include new method * Update Readme and Samples * docstring + formatting fixes * more docstring fixes * whitespace fixes * formatting + doc fixes * fix sync client test * bodyreplacer modified to handle nested json * generate sanitized recordings * Updated formatting for method documentation * Fix trailing whitespace Co-authored-by: Lakshman Sundaralingam <lakshmans@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 30b917b - Browse repository at this point
Copy the full SHA 30b917bView commit details -
Add aio folder and update GA tag (Azure#16178)
* Add aio folder and update GA tag * address arch board review feedback * update * permanently change batch size in 413
Configuration menu - View commit details
-
Copy full SHA for 1b8ddc7 - Browse repository at this point
Copy the full SHA 1b8ddc7View commit details
Commits on Feb 3, 2021
-
Mindep test all dependencies except nspkg (Azure#16331)
* Remove filter on mindependency testing. we now test all requirements, not just ones starting with azure. * Update `six` requirement for azure-identity, azure-ai-formrecognizer, azure-ai-metricsadvisor. * Remove msrest from existing **/dev_requirements.txt. * Rpdate azure-devtools storage_testcase.py to allow import failure from azure-core. This package is used properly without that package. Need to be able to import * from the namespace without hitting issues.
Configuration menu - View commit details
-
Copy full SHA for 7d1aa3e - Browse repository at this point
Copy the full SHA 7d1aa3eView commit details -
T2 compute 2021 02 02 (Azure#16486)
* CodeGen from PR 12756 in Azure/azure-rest-api-specs Add 2020-10-01-preview-only to python.md (Azure#12756) * add 2020-10-01-only to python.md * fix * test,version,CHANGELOG * fix test Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for f272d76 - Browse repository at this point
Copy the full SHA f272d76View commit details -
[Python] python track2 new pipeline (Azure#16484)
* exception handle * encode utf-8
Configuration menu - View commit details
-
Copy full SHA for 672bf36 - Browse repository at this point
Copy the full SHA 672bf36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ccfe60 - Browse repository at this point
Copy the full SHA 6ccfe60View commit details -
[T2] Resourcemover fix dependency (Azure#16491)
* Update CHANGELOG.md * Update _version.py * Packaging update of azure-mgmt-resourcemover Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 3c1c5e0 - Browse repository at this point
Copy the full SHA 3c1c5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9328675 - Browse repository at this point
Copy the full SHA 9328675View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3a17d - Browse repository at this point
Copy the full SHA ab3a17dView commit details -
[Communication] - Phone Number Management - Added support for AAD auth (
Azure#16075) * Added support for AAD auth * added successful test recording * Addressed comments * Edited readme * Fixed README
Configuration menu - View commit details
-
Copy full SHA for 1c69e0c - Browse repository at this point
Copy the full SHA 1c69e0cView commit details -
[EventHubs] Support for Custom endpoint adddress and custom certifica…
…te (Azure#16295) * custom end point and custom certificate support * update uamqp auth hostname to custom_endpoint_host * update changelog * update shared requirements * update yml prepare for the wheel test, will remove after test done * update parameter description * bump version * remove test variable as uamqp v1.2.14 is released * small tweak in impl, add sample * add new test case * more clear description * add more doc in sample * fix pylint
Configuration menu - View commit details
-
Copy full SHA for 891d7aa - Browse repository at this point
Copy the full SHA 891d7aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef46a5c - Browse repository at this point
Copy the full SHA ef46a5cView commit details -
Arch preview feedback (Azure#16441)
* Kill Deserializer * kill cuatom events * cloud event * eg event * SystemEventNames * more changes * doc string * aio docstring * samples * lint fix * lint * updates * Update champion_scenarios.md * updates * fix samples * md file * custom-2 * oops * tests * Update sdk/eventgrid/azure-eventgrid/README.md Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * Apply suggestions from code review Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * change * Apply suggestions from code review * lint * fix sample * Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_models.py Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * Update sdk/eventgrid/azure-eventgrid/samples/publish_samples/publish_custom_schema_events_to_topic_sample.py Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for fb91388 - Browse repository at this point
Copy the full SHA fb91388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2e40e - Browse repository at this point
Copy the full SHA 5d2e40eView commit details -
[Blob][Datalake] STG76 Preview (Azure#16349)
* new swagger * fixed OrMetadata * added new version * Added Container Rename (Blobs & Datalake) and Container Restore (Datalake) (Azure#16088) * generated container rename * ormetadata * added sync and async method for * added all missing methods * added all missing methods * added kwargs * generated from main swagger branch * swagger change * downgraded version * added rename_container sync and async tests * added all tests and fixed filesystems models * fixing recordings * removed uselesss param * fixed failing test * fixed bad import * [Blob] Added support for container SAS on batch operations (Azure#16211) * generated * Added support for container SAS for batch operations * fixed tests and made method more generic * pylint * added canadacentral * added canadacentral * Delete test_container_async.test_batch_blobs_with_container_sas.yaml recording is not used ^_^ * Delete test_container.test_batch_blobs_with_container_sas.yaml * manually fixed test * manually fixed test Co-authored-by: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com> * added missing params * STG76 Archboard cleanup + additional rename methods (Azure#16431) * Arch board clean up * fixed tests * playback only tests * privated rename_container * privated rename filesystem * added all missing apis * added all missing apis * fixed failing test * removed version from docstrings * skipped tests Co-authored-by: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5665c20 - Browse repository at this point
Copy the full SHA 5665c20View commit details -
Adding a new limitation to the README file. (Azure#16475)
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update sdk/cosmos/azure-cosmos/README.md Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com> * Update README.md Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 12115ad - Browse repository at this point
Copy the full SHA 12115adView commit details -
Ma arch feedback (Azure#16502)
* modify update methods and metrics_id * update release date
Configuration menu - View commit details
-
Copy full SHA for 8eee2f5 - Browse repository at this point
Copy the full SHA 8eee2f5View commit details -
Sync eng/common directory with azure-sdk-tools for PR 1364 (Azure#16503)
* Support sub directory for artifact location * Fix as per review comment to avoid artifact sub path * Package property file is not created for track1 and management pacakges. * Fix property name case * Fix as per review comments * Fix as per review comments * Use Config File param value as is * Change to make path joineasily readable Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 097d9f9 - Browse repository at this point
Copy the full SHA 097d9f9View commit details -
Fix min dependency tests - update azure core (Azure#16504)
* update azure core * update
Rakshith Bhyravabhotla authoredFeb 3, 2021 Configuration menu - View commit details
-
Copy full SHA for d566d99 - Browse repository at this point
Copy the full SHA d566d99View commit details -
Sync eng/common directory with azure-sdk-tools for PR 1365 (Azure#16505)
* Updated cosmos emulator yml script to remove the existing installation, install latest version and run emulator with latest version * Added default emulator start arguments if none provided * Updated default start params * Updated default start params in PS script * Updated default start params in PS script Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 6e6db92 - Browse repository at this point
Copy the full SHA 6e6db92View commit details -
call on_error if timeout in flush (Azure#16485)
* call on_error if timeout in flush * address arch review feedback * update release date * remove print statement
Configuration menu - View commit details
-
Copy full SHA for cfc953f - Browse repository at this point
Copy the full SHA cfc953fView commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 52ff963 - Browse repository at this point
Copy the full SHA 52ff963View commit details -
Added package properties SDKType and NewSDK (Azure#16476)
* Added package properties SDKType and NewSDK
Configuration menu - View commit details
-
Copy full SHA for 98a87cb - Browse repository at this point
Copy the full SHA 98a87cbView commit details -
[Python] python track2 new pipeline fix (Azure#16494)
* encoding * Update autorest_tools.py
Configuration menu - View commit details
-
Copy full SHA for 05054a6 - Browse repository at this point
Copy the full SHA 05054a6View commit details -
Sync eng/common directory with azure-sdk-tools for PR 1366 (Azure#16506)
* Scan all duplicate artifacts which set hide to true * Update eng/common/docgeneration/Generate-DocIndex.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> * Update Generate-DocIndex.ps1 Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 481383f - Browse repository at this point
Copy the full SHA 481383fView commit details -
T2 applicationinsights 2021 02 04 (Azure#16525)
* CodeGen from PR 12833 in Azure/azure-rest-api-specs add python track2 for applicationinsights (Azure#12833) * test,version,CHANGELOG * fix changelog and version Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 1f380db - Browse repository at this point
Copy the full SHA 1f380dbView commit details -
T2 kusto 2021 02 04 (Azure#16527)
* CodeGen from PR 12834 in Azure/azure-rest-api-specs add python track2 config for kusto (Azure#12834) * test,version,CHANGELOG * fix changelog and version Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for cb2864f - Browse repository at this point
Copy the full SHA cb2864fView commit details -
[formrecognizer] use ARM template for tests (Azure#16432)
* try something try again try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try try skipping most tests so i can test quickly try speed up testing even more even faster even faster try try try try try try try try try try try try try try try try try try try * add test-resources.json files * refactor testcase and preparers * refactor all tests * fix before next test run * unskip tests * fix for recorded tests * fix operation location replacer * don't use images hosted on github * fix envar * fix pipeline error * try fix pipeline error
Configuration menu - View commit details
-
Copy full SHA for 0462893 - Browse repository at this point
Copy the full SHA 0462893View commit details -
Configuration menu - View commit details
-
Copy full SHA for db4892a - Browse repository at this point
Copy the full SHA db4892aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45b4231 - Browse repository at this point
Copy the full SHA 45b4231View commit details -
Latest/Minimum filter retrieved packages by pyVersion compatibility (A…
…zure#16510) * filter packages by python_requires release info retrieved by pypi. now we only select package versions that are compatible with current platform
Configuration menu - View commit details
-
Copy full SHA for cfe7f84 - Browse repository at this point
Copy the full SHA cfe7f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54bacf9 - Browse repository at this point
Copy the full SHA 54bacf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd0a333 - Browse repository at this point
Copy the full SHA cd0a333View commit details -
[EventHub&ServiceBUs] Update readme pointing to uamqp installation gu…
…idance (added alpine installation) (Azure#16515) * update readme pointing to uamqp installation guidance * Apply suggestions from code review Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b2ae8f9 - Browse repository at this point
Copy the full SHA b2ae8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2184fb - Browse repository at this point
Copy the full SHA c2184fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0763539 - Browse repository at this point
Copy the full SHA 0763539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 182ee72 - Browse repository at this point
Copy the full SHA 182ee72View commit details -
Adding missing supported fields to invoice sample (Azure#16547)
* adding missing supported fields * update async sample * updating sample invoice
Configuration menu - View commit details
-
Copy full SHA for c17f3f3 - Browse repository at this point
Copy the full SHA c17f3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for decb645 - Browse repository at this point
Copy the full SHA decb645View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc00300 - Browse repository at this point
Copy the full SHA cc00300View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e2dba75 - Browse repository at this point
Copy the full SHA e2dba75View commit details -
CodeGen from PR 12771 in Azure/azure-rest-api-specs
Merge 32b3ad996fe3b55694146686a3e3cb7d04da8544 into 25bcc4c
SDKAuto committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for ef89545 - Browse repository at this point
Copy the full SHA ef89545View commit details