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-resourcemanager-appservice-generated] Update create function app examples for Flex Consumption #10074

Closed

Conversation

azure-sdk
Copy link
Owner

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

curl -L "https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/28566/azure-sdk-for-java/azure-resourcemanager-appservice-generated/azure-resourcemanager-appservice-generated-1.0.0-beta.1.jar" -o azure-resourcemanager-appservice-generated-1.0.0-beta.1.jar
mvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-appservice-generated -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-appservice-generated-1.0.0-beta.1.jar -Dpackaging=jar -DgeneratePom=true

azure-sdk and others added 30 commits March 8, 2024 13:12
Co-authored-by: Anne Thompson <annelo@microsoft.com>
…ure#39140)

* 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>
…#39139)

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>
Co-authored-by: annie-mac <xinlian@microsoft.com>
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
The focus of these changes is to fix service label duplication that would cause inappropriate matches for the messaging services.

### Important context:

- The `Service Attention` label is ignored during match logic.

- Service label matches follow the same rules as paths for pull requests.  This means that ordering of rules is important; scanning starts at the bottom of the file and progresses towards the top.   Once the first match is found, it is used and scanning stops.

This means that the `/<NotInRepo>/` section at the bottom of this file will be the first matches found for most service tags, causing automated triage to consider these tags to be service-owned and assigned.
* March Preview Regen

* Regenerating swagger

* Adding `stored` SearchField annotation to FieldBuilder

* Include suppression files

* Updating Service Version Preview and test re-recordings

* Adding Support for Int16 and SByte

* Updating FieldBuilderTests and re-recording tests

* re-recording tests

* re-recording tests

* re-recording tests and fixing test failure

* re-recording tests

* updating code coverage requirements
)

* Prepare Monitor Ingestion March 2024 Patch Release (Manual)

* Update CHANGELOG.md
* Support url.query

* Handle default port
Fix CODEOWNER formatting
* Prepare to release beta.21

* Reword

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

---------

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* Prepare Search March 2024 Beta Release

* updating code coverage requirements
* New ApiCenter events

* update to final
* Regenerate metrics clients from latest swagger

* use 2024-02-01 version
* Prepare March 2023 EventGrid Release

* update version_client.txt
…but adding more verbose logs when retries have been re-enqueued. (Azure#39169)

* azure-cosmos-spark: Reducing noisy logs in WARN but adding more verbose logs when retries have been re-enqueued.

* Reacting to code review feedback

* Changelogs
…-01 (Azure#39180)

* [Automation] External Change

* [Automation] Generate Fluent Lite from storageactions#package-2023-01-01
…cript (Azure#39185)

* Set version of org.apache.maven.plugins:maven-gpg-plugin in publish script

* there's supposed to be a ; before the version, not a :
Turning on GitHub Action to enforce the max life of issues. "Close stale issues"
* Incrementing Versions for Tables Release (Cherry-Pick)

* Updating Tables README.md

---------

Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
azure-sdk and others added 25 commits March 29, 2024 13:36
* Skip API review package name approval for management plane packages

* Remove the comment on function

* Update eng/common/scripts/Create-APIReview.ps1

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

* Update eng/common/scripts/Create-APIReview.ps1

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

---------

Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* Reopening PR

* Updating Batcher.java

* Updating stream style serialization PR

* Updating assets.json

* Remove unused import

* Updating CHANGELOG.md

* Latest autorest version

* Update Batcher.java to use try-with-resource
…e#39388)

* Update proton-j to 0.34.1 and fix unrelated flaky tests

* experimetnal tests
* Add throughput control support in kafka connector

---------

Co-authored-by: annie-mac <xinlian@microsoft.com>
* Further expand sanitizers

* spotless fixes

* add matcher for Accept header
…ves the problem (Azure#39497)

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
* Pass valid original artifact file name in request to APIView
* populate error messages for non-cosmos exception

* fix exception message in gateway diagnostics

* update changelog

* Update CHANGELOG.md

---------

Co-authored-by: annie-mac <xinlian@microsoft.com>
Co-authored-by: Fabian Meiswinkel <fabianm@microsoft.com>
* add service principal support

---------

Co-authored-by: annie-mac <xinlian@microsoft.com>
* Remove soft errors in validation step from Devops pipeline

* update artifact name

---------

Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
Merge 16882faecf03c49e002ac5a06077cfb8d87e828b into d5672d7fb0fd18c676154845657815cbd3997308
@github-actions github-actions bot added the Mgmt label Apr 2, 2024
@azure-sdk azure-sdk closed this Apr 7, 2024
@azure-sdk azure-sdk deleted the sdkAuto/28566/azure-resourcemanager-appservice-generated branch April 7, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.