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

[skip secret scan] Merge with Azure/azure-sdk-for-go #13

Merged
merged 4,389 commits into from
Mar 6, 2024

Conversation

nichjang
Copy link

@nichjang nichjang commented Mar 6, 2024

Merging with main branch of Azure sdk for go

azure-sdk and others added 30 commits December 6, 2023 15:18
* Update organization of the eng/common/testproxy folder
* Add merge-proxy-tags.ps1 and readme to eng/common/testproxy/scripts/tag-merge/
* Extract common assets script functionality to common-asset-functions.ps1

---------

Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
…rastructure/2.0.0-beta.1 (Azure#22105)

* [Release] sdk/resourcemanager/baremetalinfrastructure/armbaremetalinfrastructure/2.0.0-beta.1 generation from spec commit: 90115af9fda46f323e5c42c274f2b376108d1d47

* add removeUnreferencedTypes flag
Generating based on the latest swagger for the 2023-12-01 API:

- Chat message types for requests and responses are now different, with fields that are relevant to each more clearly called out. For instance, fields relevant to only assistant type messages (like tools) are separated properly.
- Strong types for OYD (ie, bring your own data) scenarios, instead of a `any` parameter.
- General updates to just expose new features for models like Dall-E

Also, improved the tests a bit to handle the fact that we're often going to several different Azure OpenAI instances for different models, developing features, etc...
* Add more retry after headers to check during retries

Include the headers that provide sub-second granularity.

* add clarifying comment and negative tests

* simplify custom
…ration (Azure#22119)

Fixes:
- ToolChoice was unmodeled.
- ResponseFormat for ChatCompletions wasn't settable using the swagger as we had it (it's an object, not a string)
* Prep azcore for release

* update perf test
* Add version naming and deprecation link

* Update MIGRATION_GUIDE.md

---------

Co-authored-by: Chenjie Shi <[email protected]>
…ure. (Azure#22130)

- Do proper test recordings for audio so we can enable those.
- Bring back vision, and also target Azure.

Overall, this brings our test coverage back up to 32% from 24%.

Fixes Azure#21598
* gem implementation

* missed check on error

* not a new variable

* Update sdk/data/azcosmos/cosmos_global_endpoint_manager.go

Co-authored-by: Matias Quaranta <[email protected]>

* Update sdk/data/azcosmos/shared_key_credential.go

Co-authored-by: Matias Quaranta <[email protected]>

* test cleanup

* accept context for i/o bound request

* last test case, mutex fixes on lc/gem

* Update cosmos_global_endpoint_manager_test.go

* cleanup and extending update test

---------

Co-authored-by: Matias Quaranta <[email protected]>
Treat a nil response body as no body.
* remove generated

* Make base recording for snapshot tests. Customizable for local testing

* comment updates

* update test proxy

* Changes to Operation-Local header for test Proxy

* add comments

* add comments

* fix regional link

* changelog updates

* update changelog

* update version.go

* comment updates

* renamed variables/pre-make maps with known sizes for pager items

* omit pager from response/options
* Add notice for version 1 deprecation

* Update README.md

---------

Co-authored-by: Chenjie Shi <[email protected]>
…7.0-beta.1 (Azure#22073)

* [Release] sdk/resourcemanager/containerservice/armcontainerservice/4.7.0-beta.1 generation from spec commit: b8c74fd80b415fa1ebb6fa787d454694c39e0fd5

* assets

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <[email protected]>
…ation from spec commit: b8c74fd80b415fa1ebb6fa787d454694c39e0fd5 (Azure#22077)

Co-authored-by: ReleaseHelper <ReleaseHelper>
…zure#22079)

* [Release] sdk/resourcemanager/servicefabric/armservicefabric/2.0.0 generation from spec commit: b8c74fd80b415fa1ebb6fa787d454694c39e0fd5

* fix live_test

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <[email protected]>
…/4.0.0-beta.4 (Azure#22104)

* [Release] sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/4.0.0-beta.4 generation from spec commit: 90115af9fda46f323e5c42c274f2b376108d1d47

* Update CHANGELOG.md

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Peng Jiahui <[email protected]>
…zure#22074)

* [Release] sdk/resourcemanager/dataprotection/armdataprotection/3.0.0 generation from spec commit: b8c74fd80b415fa1ebb6fa787d454694c39e0fd5

* fix

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <[email protected]>
…generation from spec commit: b8c74fd80b415fa1ebb6fa787d454694c39e0fd5 (Azure#22076)

Co-authored-by: ReleaseHelper <ReleaseHelper>
…ration from spec commit: b8c74fd80b415fa1ebb6fa787d454694c39e0fd5 (Azure#22075)

Co-authored-by: ReleaseHelper <ReleaseHelper>
…chineimagebuilder/2.2.0 generation from spec commit: b8c74fd80b415fa1ebb6fa787d454694c39e0fd5 (Azure#22078)

Co-authored-by: ReleaseHelper <ReleaseHelper>
azure-sdk and others added 24 commits February 29, 2024 13:40
* Support resolving environment variable references in matrix config

* Improve type and null handling

* Fix reference bug

* Change behavior on missing env vars to throw

---------

Co-authored-by: Ben Broderick Phillips <[email protected]>
* Don't error on empty time value

Exit early if the value is empty.

* improve regex to avoid duplication
Event Grid Basic is the "non-namespace" version of Event Grid. It'll be published in the same package as the other languages under 'messaging/eventgrid/azeventgrid'.
Co-authored-by: Ben Broderick Phillips <[email protected]>
* adds changes to client pipeline and readme sample

* fixed padding and improved ReadMe sample

* moved headers to cosmos_headers, lowercased values

* changes for fully working diagnostics

* Update README.md

* use latest azcore version

* Update README.md

* Update cosmos_client_test.go
…to fix issue with sessions taking 26s to close (Azure#22509)

Pulling in a new AMQP version with my fix for the "body size < frame size" that would cause to hang for 26 seconds while closing a session on a link that was idle.

Fixes Azure#21684
* Add 1es changes for job/matrix generation and publish

* Use more flexible pool filter for prev/next pool matches

* consolidate displayname definition

* use linux pool variables for generate matrix job

* Fix publish artifact

* Use single publish task for publish artifact

---------

Co-authored-by: Ben Broderick Phillips <[email protected]>
Generating based off the latest preview surface (2024-02-15).

TTS is the big feature for this revision and there have been some minor renames for some of the BYOD options.

Fixes Azure#22444
* documentation fixes

* remove testcommon from examples.go

* add random data to page blob instead of empty blob
First release of OpenAI assistants - compatible with both OpenAI and Azure OpenAI.
…updating CHANGELOG dates for release. (Azure#22514)

- Prepping all the eventgrid packages for release. All of these releases are betas.
- Regenerating the azsystemevents package based on the latest commit.
* Run publish on failed or succeeded

* Expand agent os string detection

* Check agent job status env var for artifact name detection

* Add sbomEnabled flag to publish template

* Fix image and artifact name conditional

---------

Co-authored-by: Ben Broderick Phillips <[email protected]>
Copy link

cla-assistant bot commented Mar 6, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 11 committers have signed the CLA.

✅ nichjang
❌ Alancere
❌ vicancy
❌ azure-sdk
❌ JimSuplizio
❌ jhendrixMSFT
❌ richardpark-msft
❌ simorenoh
❌ souravgupta-msft
❌ RickWinter
❌ tanyasethi-msft
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Member

@xsuo2022 xsuo2022 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, lgtm

@xsuo2022
Copy link
Member

xsuo2022 commented Mar 6, 2024

don't see helpful message on why secret scan failed https://jenkins.confluent.io/job/Confluent%20PR%20secret%20scan/job/azure-sdk-for-go/job/PR-13/1/console, and since we only pulled the changes from upstream, believe this is a false positive, going to skip the secret scan

@xsuo2022 xsuo2022 changed the title Merge with Azure/azure-sdk-for-go [skip secret scan] Merge with Azure/azure-sdk-for-go Mar 6, 2024
@xsuo2022 xsuo2022 merged commit 88e8124 into master Mar 6, 2024
1 of 3 checks passed
@xsuo2022 xsuo2022 deleted the nichjang/merge-upstream branch March 6, 2024 18:44
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.