forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
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
upDATE #1
Merged
Merged
upDATE #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Increment package version after release of azure_storage_file_share
* Make role_assignment_name kwarg for create_role_assignment * Fix async client and tests * Fix default UUID setting, run black * Use *correct* black options * Make pylint happy (wrt ungrouped imports)
* app config owner * Update CODEOWNERS
* Initial conversion to make mgmt operations be name-parameterized-only (instead of objects) * Make administration client operations take only entity names, not full entity objects, for non-update functions. Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
In order to allow time for cross-sdk unification on this feature.
Co-authored-by: Tural Farhadov <tufarhad@microsoft.com>
* properly update the dev versioning requirements for packages in sanitize_setup * add only the blob-changefeed override due to outdated req on azure-storage-blob * update regression to update the local versions of the package to MATCH the wheel versions. nightly should be expecting azure-storage-blob==12.3.7a * resolve faulty logic causing dev build to always be true. * set dev-build so that the files on disk match the expected version that will be installed from the wheel directory
* Add tnm * Azure Communication Service - Phone Number Administration - Live Test (#14109) * add tnm live tests and recordings * address comments * assert functions returning none * sync srubbed config and playback config Co-authored-by: Eason Yang <easony@microsoft.com> * Azure Communication Services - Phone Number Admin - Implementing long running operations for phone number search (#14157) * Implementing long running operations for phone number search * refresh swagger and auto generated code (#14182) * Azure Communication Service - Phone Number Administration - Samples (#14162) * add tnm samples v0 * address comments * update samples with long run operation * add basic readme for phone number description * add e=code example to tnm readme * update admin setup.py with long_description_content_type Co-authored-by: Eason Yang <easony@microsoft.com> * Revert "Azure Communication Services - Phone Number Admin - Implementing long running operations for phone number search (#14157)" (#14208) This reverts commit fd7191d. * revert LRO from TNM samples (#14211) Co-authored-by: Eason Yang <easony@microsoft.com> * refresh swagger link and auto generated code (#14210) * remove duplicate long_description_content_type (#14230) Co-authored-by: Eason Yang <easony@microsoft.com> * add readme changes (#14222) Co-authored-by: Eason Yang <easony@microsoft.com> * Azure Communication Service - Phone Number Administration - Add release phone number to live tests (#14227) * Azure Communication Service - Phone Number Administration - Samples (#14162) * add tnm samples v0 * address comments * update samples with long run operation * add basic readme for phone number description * add e=code example to tnm readme * update admin setup.py with long_description_content_type Co-authored-by: Eason Yang <easony@microsoft.com> * rename live tests variables * add release phone numbers * remove extra lines readme Co-authored-by: Eason Yang <easony@microsoft.com> Co-authored-by: tural farhadov <tufarhad@microsoft.com> Co-authored-by: Eason <eason.yty@gmail.com> Co-authored-by: Eason Yang <easony@microsoft.com>
Increment package version after release of azure_appconfiguration
#14249) …e to the CHANGELOG to reflect new release Small updates to documentation and samples caught during the release checklist.
* b7 release doc fixes (link changes to newest preview permalink, release date in changelog) * use 'latest' in blob doc paths instead of the actual version string to be future-proof, and fix a schedule->Send typo in migration guide. * add pypi link to ignore-links
Increment package version after release of azure_servicebus
* properly build non-dev if triggered
* Release for 0.7 * version and changelog
* Add change log description for admin package * Add change log description for chat package * Add change log description for sms package * Bump version for mgmt package * Add full stop to the changelog entries Co-authored-by: Tural Farhadov <tufarhad@microsoft.com>
Increment package version after release of azure_search_documents
* add locale to receipt samples * update docstring from feedback
Increment package version after release of azure_ai_textanalytics
* sync opeartion timeout update * add support for operation timeout to certain methods * small fix * fix 2.7 syntax error * fix mypy * fix mypy * add test and fix a small bug * improve code * improve test code * Update sdk/servicebus/azure-servicebus/CHANGELOG.md Co-authored-by: KieranBrantnerMagee <kibrantn@microsoft.com> * move timeout into kwargs in async * addressing pr review and update uamqp dependency to include the latest fix * remove configuration check * fix bug in test hacking * fix bug where timeout=0 in tests * tweak changelog position * update changelog * add try-finally in timeout test cases Co-authored-by: KieranBrantnerMagee <kibrantn@microsoft.com>
* [Storage][FileShare]Regenerate code for file tier * [Storage][FileShare]Re-record
* Update location of patch files * Add some changes in eng/common to test things * Switch to pushing to upstream * Change workflow to use upstream branches Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* pin a couple packages in the earliest regression runs. I don't particularly prefer to create 30 packages worth of patch branches. leverage str_to_bool to handle triggering of latest vs not.
Increment package version after release of azure_ai_metricsadvisor
* Fix import all error in ci * Bump version - sms package Co-authored-by: tural farhadov <tufarhad@microsoft.com>
* Update cache-control for newly created blobs * remove extra * remove extra space * Added the cache control for existing blobs as well * Update copy-docs-to-blobstorage.ps1 Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
* Simplify Net-TestResources usage * docs and windows check * Update eng/common/TestResources/New-TestResources.ps1 Co-authored-by: Heath Stewart <heaths@outlook.com> * update markdown * make service directory the default parameter * Fix links * Doc change Co-authored-by: Pavel Krymets <pavel@krymets.com> Co-authored-by: Heath Stewart <heaths@outlook.com>
* initial model compose * fix tests for composed model and repr * mypy * fix comments * add fixmes * set form_type on CustomFormSubmodel correctly * fix training tests * remove error map/cont token from compose model * add composed model tests * adding more tests for new fields * updating readmes/changelog * small fix * update sample to be more consistent with .NET * add api version table to readme * add tests requested in feedback * raise better error for multiapi * some docs feedback * testing feedback
* Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
* rename display_name -> model_name * missed renames on README
Having some files using CRLF makes things extremely messy when using tarballs on Linux, as the git repository gets automatically converted, but the tarball stores the original line ending, so the two do not match anymore.
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
#14228) * ServiceBusAdministrationClient now uses _parse_conn_str from base_handlers * Remove parse_conn_str() from common.utils and replace parse_conn_str() with _parse_conn_str() from base_handler * add underscore to base_handler import statement new statement is: `from ..._base_handler import _parse_conn_str` Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com> * Fixing pylint: removed unused module time from _common/utils.py Co-authored-by: Bradley D'Amato <bradley.damato@Bradleys-MacBook-Pro.local> Co-authored-by: Adam Ling (MSFT) <adam_ling@outlook.com>
* Generated from 692005a0f4e7bf6408bf20193ec16166b80b4a38 * changelog and version * live test recording * test settings Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.