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-hybridonboarding] added swagger for microsoft.hybridonboarding #9198

Closed

Conversation

azure-sdk
Copy link
Owner

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

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

@azure-sdk azure-sdk force-pushed the sdkAuto/27668/azure-resourcemanager-hybridonboarding branch 6 times, most recently from 85245ae to def1f38 Compare February 22, 2024 07:21
@azure-sdk azure-sdk force-pushed the sdkAuto/27668/azure-resourcemanager-hybridonboarding branch 2 times, most recently from 6bcba85 to f016aa0 Compare March 4, 2024 19:16
azure-sdk and others added 21 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
jairmyree and others added 26 commits March 26, 2024 14:38
)

* Autorest Regen to update scope to include non-public cloud.

* Restoring module-info.java

* Updating the README.md

* Adding `audience` to the Public API via an autorest code-customization

* Adding javadoc comments to LogIngestionAudience

* Changing method casing

* Update sdk/monitor/azure-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/models/LogIngestionAudience.java

Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>

* Update sdk/monitor/azure-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/models/LogIngestionAudience.java

Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>

* Update sdk/monitor/azure-monitor-ingestion/src/main/java/com/azure/monitor/ingestion/models/LogIngestionAudience.java

Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>

* Updates to PR based on comments

* Updates to PR based on comments

* Updates to PR based on comments

* Updates to PR based on comments

* Revert module-info.java

* Javadoc update

* Javadoc update

* Javadoc update

* Javadoc update

* Updates to CHANGELOG.md

---------

Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>
…re#39401)

* [Automation] External Change

* [Automation] Generate Fluent Lite from sphere#package-2024-04-01
…ods for OpenAI instrumentation (Azure#39381)

* Tracing fixes, add isRecording, add setAttribute(String, Object, stream reading fix
…9424)

* [Automation] Generate Fluent Lite from batch#package-2024-02

* fix mgmt live test

* imports

---------

Co-authored-by: XiaofeiCao <xiaofeicao@microsoft.com>
Fix DeleteOptions on Public Ip Address (issue#38806)
…nd changed conversion error messages (Azure#39403)

Fix Azure Remote Rendering tests by adding now missing dependencies and changed conversion error messages
* Pipeline template to validate package and update package work item

* Changes to restructure validations

* Additional fixes as per comments

* Remove explicit exit code

* Set erroractionpreference for change log check

---------

Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
Remove checked IOException from ReadValueCallback
)

Fixed mgmt, support convenience API for publicNetworkAccess
* Prepare for Spring Cloud Azure 4.17.0 release (Azure#39425)

* update version client

* update version/changelog/readme

* Increment versions for spring releases (Azure#39441)

* Increment package versions for spring releases

* Update version_client.txt

* Update pom.xml

---------

Co-authored-by: Muyao Feng <92105726+Netyyyy@users.noreply.github.com>

---------

Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
* kafkaV2SourceConnector
---------

Co-authored-by: annie-mac <xinlian@microsoft.com>
Merge b2898123c3d77ddded2d5057f9e49f774e43c7ab into d1a948683237bc0c9848bf1b39c494cf5dcfddac
@azure-sdk azure-sdk force-pushed the sdkAuto/27668/azure-resourcemanager-hybridonboarding branch from 7d7a4ac to bc8ddcf Compare March 29, 2024 02:00
@azure-sdk azure-sdk closed this May 21, 2024
@azure-sdk azure-sdk deleted the sdkAuto/27668/azure-resourcemanager-hybridonboarding branch May 21, 2024 18:21
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.