Skip to content
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-web] Update create function app examples for Flex Consumption #6794

Closed
wants to merge 204 commits into from

Conversation

azure-sdk
Copy link
Owner

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

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

azure-sdk and others added 30 commits March 8, 2024 13:12
Co-authored-by: Anne Thompson <annelo@microsoft.com>
* add async iterator random stream for async httpx

* update perf tests with same args for easier comparison of perf

* pauls comments

* update asynciterator comment to iterable
…ure#34709)

* Create a separate job for events requiring Az CLI

* Update .github/workflows/event-processor.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
…#34708)

In the case there is exactly one previous release PS will return the single object and thus the Count property will not exist. Instead this change ensures that we always have a list.

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* remove upper bound in setup.py

* update

* update

* update

* revert change for monitor

* update
* add myself to tools/ directory

* add mccoy
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
* Add release date

* Change to next Monday as the team won't release SDK at Friday
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
- Updates for next-pylint.
- Added changelog entry for a previous release that was released from
  another branch.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
…_container_if_not_exists` (Azure#34286)

* fixes

* Update CHANGELOG.md

* fixed missing kwargs

* using PR to remove these wrongly-marked limitations
* Remove experimental annotation from provision network

* remove unused import
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
…re#34727)

* ensure that image.yml is populated everywhere
* update ci.yml to also use the variables as provided by image.yml
* update gitignore so that our updates don't break anyone's analyze
* ensure analyze weekly runs on the correct job
The swagger file are updated and the code is regenerated.

Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
* api events

* api center

* update version

* Update sdk/eventgrid/azure-eventgrid/CHANGELOG.md
…e#34473)

* update batch error description

* Revert "update batch error description"

This reverts commit 9fbe949.

* linked sample, updated ivar

* Update exceptions.py

* Update exceptions.py

* Update exceptions.py

* Update exceptions.py
* Remove Optional type annotation from get() methods

* Remove duplicate overloads

* Fix sphinx errors

* Fix indentation

* Turn on strict sphinx check

* Implicitly expose search_space and _credentials classes to avoid duplicate object exposures

* Add deprecation warning message for imports and update CHANGELOG

* Update formatting

* Ignore mypy error
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
* Reverting models to make sure calls to the simulator work

* quotes

* Spellcheck fixes

* ignore the models for doc generation

* Fixed the quotes on f strings

* pylint skip file

* Support for summarization

* Adding a limit of 2 conversation turns for all but conversation simulators

* exclude synthetic from mypy

* Another lint fix

* Skip the file causing linting issues
Turning on GitHub Action to enforce the max life of issues. "Close stale issues"
* Update FastAPI sample with instrumentation

* uvicorn spelling
…Azure#34748)

Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
* messaging python SDK

* reverting kind change

* add new rest api commimt changes

* adding samples

* adding samples

* latest rest api changes merge

* review comments

* build failures

* build failures

* build failures

* Adding AAD auth

* adding asset.json

* readme update

* plint issues fix

* changelog update

* plint issues fix

* buildfix

* test fix

* revert job router change

* test fix.

* testfix

* test fix

* test fix

* review comments

* samples for Image messages

* adding to code owners

* review comments

* adding iteratable bytes to download media

* lint issues

* lint issues

* review comments

* tsp commit update

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* review comments

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/README.md

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_image_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_text_notification_messages.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* Update sdk/communication/azure-communication-messages/samples/send_template_notification_messages_async.py

Co-authored-by: Anna Tisch <antisch@microsoft.com>

* review comments

* review comments

* adding Token credential Sample

* samples improvement

* Iterable bytes changes

* removing job router references.

---------

Co-authored-by: Anna Tisch <antisch@microsoft.com>
msyyc and others added 27 commits March 29, 2024 13:40
* Skip API review package name approval for management plane packages
* chore: Bump azure-ai-ml to 1.16.0

* chore: Update 1.15.0 release date
* fix client_secret
- use from get_token method if present
- use from init if not in get_token

* consume client_secret kwarg

* fix lint errors.

* test client secret.

* remove client_secret from get_token
- client_secret should be utilized from within the constructor instead of the method call

* add client_secret to get_token method.

* lint
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
* adding hold and unhold feature to alpha

* fixing the test for the start music

* addressing PR comments

* Fixing the analze issue

* Added live test for hold unhold

* Adding on hold to the participant

* reverting the removing the loop variable
* Added Transcription packet parser.

* fixed lint errors.

* updating and fixing the module import error

* Fixing module not found issue

* fixing the tests

---------

Co-authored-by: Vinothini Dharmaraj <v-vdharmaraj@microsoft.com>
* fix sphinx

* add sphinx check to avroencoder

* remove unnecessary docfiles for azure.schemaregistry to fix sphinx error
…ves the problem (Azure#35033)

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
* Pass valid original artifact file name in request to APIView
* update code owner for openai

* update

* update
* Remove soft errors in validation step from Devops pipeline

* update artifact name

---------

Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
* [Storage] [STG93] Prepare for STG93 Feature Work (Azure#33869)

* Bump sv=, F+R recordings, add changelog entry

* Bump changefeed blobs dep to lastest GA release

* Add changelog entry for changefeed's blob dependency

* [Storage] [STG93] Return `client_name` field on ListHandles API (Azure#33878)

* [Storage] [STG93] Rename Support for List Ranges Diff API (Azure#33893)

* [Storage] [STG93] Support owner/group/permission/acl on put APIs and `x-ms-upn` header (Azure#33925)

* Missed upn hint here (Azure#33998)

* [Storage] [STG93] Archboard Feedback STG93 (Azure#34083)

* Target right place

* Correction

* Fighting the assets.json

* [Storage] [STG93] Update changelogs to prep for beta release (Azure#34312)

* Add changelogs

* Nit

* [Storage] [STG93] Fix Blob Recordings (`sv=` F&R) (Azure#34928)

* Fix Blob failing CI, F+R recordings sv=

* Fix missing recordings

* Bring back F+R recordings

* Add missing recordings for feature added to main b/w this times recordings

* Generated code all packages, adjust changelogs to merge before release

* Update file-share reference for swagger
Merge 16882faecf03c49e002ac5a06077cfb8d87e828b into d5672d7fb0fd18c676154845657815cbd3997308
@azure-sdk azure-sdk closed this Apr 7, 2024
@azure-sdk azure-sdk deleted the sdkAuto/28566/azure-mgmt-web branch April 7, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.