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
fengzhe ding
85a60519d6
[Release] sdk/resourcemanager/webpubsub/armwebpubsub/1.3.0 ( #23495 )
...
* [Release] sdk/resourcemanager/webpubsub/armwebpubsub/1.3.0 generation from spec commit: 7189fb57f69468c56df76f9a4d68dd9ff04ab100
* update recording
* update recording
---------
Co-authored-by: fz <v-fending@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
2024-09-26 12:21:51 +00:00
Azure SDK Bot
187f7900c5
[Release] sdk/resourcemanager/privatedns/armprivatedns/1.3.0 ( #23413 )
...
* [Release] sdk/resourcemanager/privatedns/armprivatedns/1.3.0 generation from spec commit: e4991356eec55985c1af47096c9c2091126a7d0f
* delete billing
* update recording
---------
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: fz <v-fending@microsoft.com>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>
2024-09-26 19:02:16 +08:00
Azure SDK Bot
18f1dcfd1c
[Release] sdk/resourcemanager/devhub/armdevhub/0.6.0 ( #23435 )
...
* [Release] sdk/resourcemanager/devhub/armdevhub/0.6.0 generation from spec commit: 34f5146bc945549d087d38a8a593c0a5f475ad7f
* Delete sdk/resourcemanager/billing/armbilling/associatedtenants_client.go
delete irrelevant files
* Delete sdk/resourcemanager/billing/armbilling/departments_client.go
delete irrelevant files
* Delete sdk/resourcemanager/billing/armbilling/partnertransfers_client.go
delete irrelevant files
* delet billing
---------
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: fengzhe ding <76160279+Mitse1n@users.noreply.github.com>
Co-authored-by: fz <v-fending@microsoft.com>
2024-09-26 10:43:32 +00:00
fengzhe ding
a18f039163
[Release] sdk/resourcemanager/network/armnetwork/6.1.0 ( #23487 )
...
* [Release] sdk/resourcemanager/network/armnetwork/6.1.0 generation from spec commit: 4883fa5dbf6f2c9093fac8ce334547e9dfac68fa
* update recording
---------
Co-authored-by: fz <v-fending@microsoft.com>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>
2024-09-26 18:37:39 +08:00
fengzhe ding
9c33ca6f56
[Release] sdk/resourcemanager/cosmos/armcosmos/3.1.0 ( #23503 )
...
* [Release] sdk/resourcemanager/cosmos/armcosmos/3.1.0 generation from spec commit: b478dcdabacb37945ff89daa0eda1ae1afc98db4
* update recording
* update recording
---------
Co-authored-by: fz <v-fending@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
2024-09-26 18:26:51 +08:00
Azure SDK Bot
9c13418fcf
[Release] sdk/resourcemanager/containerservice/armcontainerservice/6.1.0-beta.2 ( #23390 )
...
* [Release] sdk/resourcemanager/containerservice/armcontainerservice/6.1.0-beta.2 generation from spec commit: e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb
* update recording
---------
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: tadelesh <tadelesh.shi@live.cn>
2024-09-26 09:48:23 +00:00
fengzhe ding
80ed013338
[Release] sdk/resourcemanager/servicenetworking/armservicenetworking/1.1.0-beta.2 ( #23500 )
...
* [Release] sdk/resourcemanager/servicenetworking/armservicenetworking/1.1.0-beta.2 generation from spec commit: 7189fb57f69468c56df76f9a4d68dd9ff04ab100
* Update CHANGELOG.md
---------
Co-authored-by: fz <v-fending@microsoft.com>
Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
2024-09-26 16:30:32 +08:00
Azure SDK Bot
9b2c92db38
[Release] sdk/resourcemanager/fabric/armfabric/0.1.0 ( #23392 )
...
* [Release] sdk/resourcemanager/fabric/armfabric/1.0.0 generation from spec commit: e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb
* fix version
---------
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: fengzhe ding <76160279+Mitse1n@users.noreply.github.com>
2024-09-26 10:25:32 +08:00
Grace Wilcox
ae602330f6
[azadmin] change frequency of poller in tests ( #23475 )
2024-09-25 21:26:02 +00:00
Richard Park
07eaf8f0da
[azopenai] Fixing issue where content filtering being non-deterministic is making tests fail. ( #23490 )
...
* Fixing issue where content filtering being non-deterministic is making our tests flaky.
* Allowing throttling in another oversubscribed test.
2024-09-25 20:15:32 +00:00
Azure SDK Bot
3aa2c466f1
Increment package version after release of messaging/eventgrid/azsystemevents ( #23469 )
2024-09-25 12:16:58 -07:00