Граф коммитов

7735 Коммитов

Автор SHA1 Сообщение Дата
Charles Lowell e588254261
Document macOS persistent caching errors (#23571) 2024-10-14 14:20:20 -07:00
Richard Park 10d6b405b6
[azsystemevents] Update for release today. (#23585) 2024-10-14 20:47:25 +00:00
Azure SDK Bot a584fdb871
Increment package version after release of ai/azopenaiextensions (#23583) 2024-10-14 20:05:33 +00:00
Azure SDK Bot 694d7815e1
Increment package version after release of ai/azopenai (#23584) 2024-10-14 20:05:20 +00:00
Richard Park 34816e3a87
[azsystemevents] Updating with latest system event: 012021c786c360e0c34faf7af888c7fd7dbe2df5 (#23582) 2024-10-14 12:56:08 -07:00
Azure SDK Bot e866b62dbf
Increment package version after release of messaging/azservicebus (#23580) 2024-10-14 12:16:56 -07:00
Azure SDK Bot a61f34062d
Increment package version after release of messaging/azeventhubs (#23581) 2024-10-14 12:16:25 -07:00
Azure SDK Bot e8aa3b99b7
Increment package version after release of azcore (#23579) 2024-10-14 17:14:00 +00:00
Azure SDK Bot fb9b7a23d7
Sync eng/common directory with azure-sdk-tools for PR 9102 (#23564)
* Add CompatibleConvertFrom-Yaml to common Package-Helpers
* Add CI artifact parsing to Save-Package-Properties, now each individual packageinfo.json file contains the relevant ci artifact lines for the package. This short circuits needing to re-parse this information in common checks.

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-11 13:00:41 -07:00
Charles Lowell bb7200cec0
Update azcore v1.15.0 release date (#23569) 2024-10-11 19:15:02 +00:00
Richard Park d112082fa6
[azopenaiextensions] Pushing release date to Monday (#23565) 2024-10-11 11:57:52 -07:00
Richard Park 9522165361
[azopenai] 2024-08-01-preview generation (#23554) 2024-10-11 11:26:46 -07:00
Richard Park 42922c1d30
[azeventhubs,azservicebus] Applying retry fix to both eventhubs and servicebus (#23562)
* Some lint errors.
* Fixing some broken tests. It looks like these weren't running in CI because what I've changed should not have affected them at all.

Fixes #23523
2024-10-11 02:52:47 +00:00
Ben Broderick Phillips 5df372ce81
Use common OIDC token env vars in post scripts (#23549)
* Use common OIDC token env vars in post scripts

* Pass cloud into azcontainerregistry test config
2024-10-10 21:11:30 +00:00
Charles Lowell 1c2a108813
BearerTokenPolicy handles CAE claims challenges by default (#23414) 2024-10-10 13:34:50 -07:00
Richard Park 8759ee622d
[azopenaiextensions] Prepping for release tomorrow (#23551)
* Prepping for release tomorrow
* Updating with required changelog section.
* Updating to the 2024-08-01-preview API version.
* Bump release date to probable Thursday release.
* Skip some tests if we're not doing code generation.
* Updating dependencies.
2024-10-09 19:17:41 -07:00
Bruce Johnston a230ef2f65
[Search] Remove myself from CODEOWNERS (#23560)
I no longer work on the Azure AI Search team, so I'm removing myself from CODEOWNERS to stop having issues @-mention me.
2024-10-09 15:31:09 -07:00
Azure SDK Bot a74375761b
Sync eng/common directory with azure-sdk-tools for PR 9106 (#23555)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-10-08 15:58:09 -07:00
Azure SDK Bot 7c2d3a77d4
Use equality function check for persist oidc token step (#23559)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-10-08 15:37:22 -07:00
Azure SDK Bot 8c4b12dcdb
Increment package version after release of azidentity (#23556) 2024-10-08 20:29:57 +00:00
Azure SDK Bot 189476ac22
Persist oidc env vars in deploy template (#23553)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-10-08 11:59:23 -07:00
Charles Lowell e15752b96b
Prepare azidentity v1.8.0 for release (#23537) 2024-10-08 09:09:05 -07:00
Charles Lowell af08325423
Update persistent caching docs (#23538)
update docs
2024-10-08 09:08:03 -07:00
Charles Lowell 4ebe2fa68c
Name anonymous struct types in azidentity tests (#23548) 2024-10-04 16:32:56 -07:00
Richard Park 109f5f85bf
[azopenaiextensions] Of course, the streaming version can throttle as well. (#23544)
* Of course, the streaming version can throttle as well.
* The listing API depends on the "after this assistant" ID existing. I was just paging over the list of assistants randomly, and that is hazardous - now I always start with a known assistant ID (my own).
2024-10-04 15:16:20 -07:00
Azure SDK Bot 50a2665d59
Need to add environment to subscription configuration (#23547)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2024-10-04 13:20:42 -07:00
Joel Hendrix e5aec8051f
Update to the latest two versions of Go (#23536)
* Update to the latest two versions of Go

Remove setting nocoverageredesign as the underlying issue has been
fixed, so it's no longer required.
Update to latest version of golangci-lint.

* clean up lint
2024-10-03 15:15:36 -07:00
Azure SDK Bot fc431018b6
Sync eng/common directory with azure-sdk-tools for PR 9092 (#23541)
* Export the subscription data from the service connection

* Update deploy-test-resources.yml

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-10-03 15:11:11 -07:00
Joel Hendrix e882f580f0
Update dependencies for azcore (#23540)
* Update dependencies for azcore

* perf tests
2024-10-03 12:05:31 -07:00
hbc b31fa4704b
fix: integer overflow on calcDelay (#23441)
* test: add benchmark tests for calcDelay

* fix: handle int64 overflow

* fix: corner case on jitter = 1

* refine and add changelog entry

* Update sdk/azcore/runtime/policy_retry.go

Co-authored-by: Charles Lowell <10964656+chlowell@users.noreply.github.com>

* Update sdk/azcore/runtime/policy_retry.go

Co-authored-by: Charles Lowell <10964656+chlowell@users.noreply.github.com>

* Update sdk/azcore/runtime/policy_retry.go

Co-authored-by: Charles Lowell <10964656+chlowell@users.noreply.github.com>

* Update sdk/azcore/runtime/policy_retry.go

---------

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
Co-authored-by: Charles Lowell <10964656+chlowell@users.noreply.github.com>
2024-10-03 10:22:52 -07:00
Joel Hendrix b591e0e708
Omit RawResponse from JSON payload (#23532)
* Omit RawResponse from JSON payload

The *http.Request inside the *http.Response contains fields that aren't
marshalable (func). Since the RawResponse is used to construct the error
message which isn't contractual, just omit it from the payload.

* preserve error message

* add doc comment on marshaling behavior

* simplify marshaling
2024-10-03 08:34:25 -07:00
Richard Park 910af976fc
[azopenaiextensions] Fixing CI (#23522)
* Adding in the same throttling checks that we have in OpenAI, since it's the same underlying reosurces that are oversubscribed
* Updating so our code compiles under the latest alpha from OpenAI
* Stop examples from running
2024-10-02 16:13:56 -07:00
Azure SDK Bot 9582d420c4
Update New-TestResources.ps1 to add quotes around shell envvar (#23521)
Co-authored-by: swathipil <swathip@microsoft.com>
2024-10-02 13:14:53 -07:00
Ben Broderick Phillips 51f95860c6
Pass race detector value in only when it is set (#23535)
* Pass race detector value in only when it is set

* fix ordering and args

---------

Co-authored-by: Joel Hendrix <jhendrix@microsoft.com>
2024-10-02 08:49:59 -07:00
fengzhe ding 2312973b41
[Release] sdk/resourcemanager/trustedsigning/armtrustedsigning/0.1.0 (#23519)
* [Release] sdk/resourcemanager/trustedsigning/armtrustedsigning/0.1.0 generation from spec commit: 778fdb20839c487eba95a6b161812ad9d9d6337d

* update "Generated from example definition"

---------

Co-authored-by: fz <v-fending@microsoft.com>
2024-09-29 17:51:21 +08:00
Chenjie Shi 2427c30651
update armcomputeschedule readme (#23520) 2024-09-29 17:19:31 +08:00
fengzhe ding 129a9cfb05
[Release] sdk/resourcemanager/containerservice/armcontainerservice/6.2.0 beta.1 (#23518)
* [Release] sdk/resourcemanager/containerservice/armcontainerservice/6.2.0-beta.1 generation from spec commit: 778fdb20839c487eba95a6b161812ad9d9d6337d

* update recording

---------

Co-authored-by: fz <v-fending@microsoft.com>
2024-09-29 16:21:15 +08:00
Azure SDK Bot 8c32150ae1
[Release] sdk/resourcemanager/computeschedule/armcomputeschedule/0.1.0 generation from spec commit: 8a287afb3721dee0d88f11502ec123470bc52a28 (#23439)
Co-authored-by: ReleaseHelper <ReleaseHelper>
2024-09-29 06:13:30 +00:00
fengzhe ding 104d7977ce
Release cosmos armcosmos 4.0.0 beta.1 1727412135 (#23514)
* [Release] sdk/resourcemanager/cosmos/armcosmos/4.0.0-beta.1 generation from spec commit: 2a3294803a8df71659e27711e5fbfe4e97826828

* update recording

---------

Co-authored-by: fz <v-fending@microsoft.com>
2024-09-27 22:25:38 +08:00
fengzhe ding 7cfa1fe495
[Release] sdk/resourcemanager/containerservice/armcontainerservice/6.1.0 (#23515)
* [Release] sdk/resourcemanager/containerservice/armcontainerservice/6.1.0 generation from spec commit: 2a3294803a8df71659e27711e5fbfe4e97826828

* update recording

---------

Co-authored-by: fz <v-fending@microsoft.com>
2024-09-27 17:28:57 +08:00
fengzhe ding f0dbdc27cb
Release mongocluster armmongocluster 1.0.0 1727405513 (#23512)
* [Release] sdk/resourcemanager/mongocluster/armmongocluster/1.0.0 generation from spec commit: 2a3294803a8df71659e27711e5fbfe4e97826828

* update recording

* delete live test temporarily

* fix go mod

---------

Co-authored-by: fz <v-fending@microsoft.com>
2024-09-27 17:26:31 +08:00
Azure SDK Bot 636c563fe6
[Release] sdk/resourcemanager/batch/armbatch/3.0.0 generation from spec commit: e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb (#23389)
Co-authored-by: ReleaseHelper <ReleaseHelper>
2024-09-27 14:26:52 +08:00
fengzhe ding 638b4a99c6
[Release] sdk/resourcemanager/avs/armavs/2.0.0 generation from spec commit: b478dcdabacb37945ff89daa0eda1ae1afc98db4 (#23502)
Co-authored-by: fz <v-fending@microsoft.com>
2024-09-27 12:57:56 +08:00
Chenjie Shi 97b9f93ff5
[Release] sdk/resourcemanager/standbypool/armstandbypool/1.0.0 (#23508)
* [Release] sdk/resourcemanager/standbypool/armstandbypool/1.0.0 generation from spec commit: 3ca7edabc2edf1117b7d912ba34f2694721e3ff3

* update example

* format
2024-09-27 02:21:42 +00:00
Chenjie Shi 0c60dc8411
change filtering words (#23507) 2024-09-27 10:20:10 +08:00
Chenjie Shi 223ca6b057
[Release] sdk/resourcemanager/mongocluster/armmongocluster/0.2.0 (#23505)
* [Release] sdk/resourcemanager/mongocluster/armmongocluster/0.2.0 generation from spec commit: 4b847aabd57c3477f6018bcce7d5156006dd214d

* refine example path

* update recording
2024-09-27 10:17:20 +08:00
Charles Lowell d81030cbcc
Improve AzurePipelinesCredential diagnosability (#23485) 2024-09-26 18:31:46 -07:00
Azure SDK Bot 0f6cf2d8bd
Docs onboarding: ValidatePackageForOnboarding2 -> PackageIsValidForDocsOnboarding (#23509)
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-09-26 15:05:29 -07:00
Richard Park 2bc70e05af
[azopenai] Expand the error checking to also check when the underlying OYD resource is throttling us. (#23510) 2024-09-26 13:55:22 -07:00
Azure SDK Bot ab475722b7
Update CodeownersLinter to 1.0.0-dev.20240926.2 (#23511)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-09-26 12:06:14 -07:00