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

7651 Коммитов

Автор SHA1 Сообщение Дата
Steve Kuznetsov ea67e9c718
azcontainerregistry: move method to function (#23270)
The Go documentation strongly discourages structs from having methods
with both pointer recievers and non-pointer recievers. For the auth
policy, `getChallengeRequest` presumably did not have a pointer reciever
since it did not make use of the struct at all. We can simply move this
to a function.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2024-08-06 20:42:36 +08:00
Peng Jiahui 40dad0a8cb
fix (#23287) 2024-08-06 17:29:40 +08:00
Peng Jiahui a368082ee3
fix generator tool: ExecuteGoGenerate func (#23286)
* fix generator tool

* use a var store err msg
2024-08-06 16:35:31 +08:00
Peng Jiahui e16f3d75c3
generator tool log (#23259)
* Remove the duplicated output from the logs

* append errors

* update swagger_to_sdk_config

* write output and range tsp, swag

* add `Start to` prefix

* err prefix

* fix

* cmderr set read to buffer

* tsp project typespec-go option is required

* fix auto release

* filter npm notice log

* check autorest cmd err log

* fix

* fix comment

* add msg

* fix
2024-08-06 12:02:58 +08:00
Joel Hendrix b6553d10e7
Add Attributes field to StartSpanOptions (#23284)
This simplifies creating spans with preset span attributes.
2024-08-05 17:06:19 -07:00
Charles Lowell 4fb2eb2cfa
Add go-redis authentication sample (#23266) 2024-08-05 12:54:43 -07:00
Charles Lowell e3b96ce0a4
DefaultAzureCredential continues after an unexpected IMDS response (#23273) 2024-08-05 11:13:10 -07:00
Azure SDK Bot edd3e38967
Sync eng/common directory with azure-sdk-tools for PR 8746 (#23265)
* update targeted proxy version
* small test update to align with the new sanitizer update

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-08-02 12:45:38 -07:00
Charles Lowell f53cbcb8e0
Use sdk/internal credential factory in monitor tests (#23243) 2024-07-31 10:36:27 -07:00
Charles Lowell c444f344a9
Use sdk/internal credential factory in azopenai tests (#23263) 2024-07-31 16:25:36 +00:00
Azure SDK Bot feb133934c
[Release] sdk/resourcemanager/liftrqumulo/armqumulo/2.0.0 generation from spec commit: 72de08114673a547de8a017c85ed89a2017a86f7 (#23171)
Co-authored-by: ReleaseHelper <ReleaseHelper>
2024-07-31 09:41:52 +08:00
Charles Lowell e5eb6f4811
Enable federated auth in messaging pipelines (#23207) 2024-07-30 13:19:37 -07:00
Azure SDK Bot 9ac6a73f33
update the migration script entrypoint to catch git config errors before the push happens (#23261)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-07-30 12:49:38 -07:00
Rick Winter 821fefa933
Update CODEOWNERS (#23260)
Remove an improperly configured user
2024-07-30 08:44:02 -07:00
Peng Jiahui e302bb60ef
generator tool support TypeSpec (#23073)
* generator tool support TypeSpec

* emit option

* release-v2 --tsp-option

* fix

* support automation

* remove autorest.md

* parse template release-date

* use tso-location module-version

* capture tsp-client error

* replace live test module v2+

* old module-version

* use constants.go in moduleVersion

* last run gofmt and go mod titdy

* use replace module

* fix

* revert unuse

* revert scvmm tsp-location

* fix comment

* fix comment

* fix `specific` name

* replace {service-dir} and {package-dir}

* fix

* sync GoEmitterOptions

* exist go emit option

* fix automation-v2 tsp

* update emitter-package.json

* add automation-v2 output typespecProject

* readmeMd omitempty and func GetModuleName add comment

* add  @azure-tools/typespec-azure-rulesets": "0.43.0"

* generator issue support typespec

* generateFromRequest support tsp

* remove typespec-go option

* remove TypeSpec label, use first check tsp after readme

* fix

* dev.7, ignore TempTypeSpecFiles folder

* add emitter-package-lock.json

* add release-v2 tsp-client-option flag

* update changelog.md.tpl template

* typespec requests

* fix

* Licensed

* automation_init add install tsp-client

* fix replace live test module

* fix

* add typespec-go emit option validation

* auto-release add install tsp-client

* remove repo prefix

* fix ReplaceModule func

* upgrade ReplaceModule func

* fix

* fix

* add constants.go

* remove set -x

* sort emmitter-package.json

* fix

* redirect error to stdout

* upgrade emitter-package.json devDependencies

* use typesepc-go@v0.1.0

* fix track2 module-name config issue

* fix

* add tsp compile error check

* remove track1

* abs tsp-config.yaml path

* cleanup Track1

* validation sdk and spec path

* upgrade emitter dep to v0.2.0
2024-07-30 11:58:10 +08:00
Charles Lowell 56c3eb3c59
Upgrade armcomputefleet dependencies (#23258) 2024-07-30 10:34:35 +08:00
Charles Lowell 2203dd1450
Use sdk/internal credential factory in messaging tests (#23246) 2024-07-29 13:40:44 -07:00
Peng Jiahui c2697b22b5
[Release] sdk/resourcemanager/servicefabricmanagedclusters/armservicefabricmanagedclusters/0.1.0 (#23256)
* [Release] sdk/resourcemanager/servicefabricmanagedclusters/armservicefabricmanagedclusters/1.0.0 generation from spec commit: a651ba25cda4eec698a3a4e35f867ecc2681d126

* first beta v0.1.0
2024-07-29 11:17:56 +08:00
Azure SDK Bot 9a055f2f99
updating the proxy certs (#23255)
Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-07-28 13:01:45 -07:00
Peng Jiahui 7e0605c4e6
Clean up eng/tools/internal dependencies (#23237)
* Clean up eng/tools/internal dependencies

* Update CODEOWNERS

---------

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
2024-07-27 08:56:03 +08:00
Azure SDK Bot 05591ad83d
Change the daily docs branch name (#23254)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-07-26 12:55:06 -07:00
Richard Park 358e9c8d4e
[azeventgrid] Test cleanup so playback and live tests properly work. (#23252)
* Test cleanup so playback and live tests properly work.
* Fixing recordings.
2024-07-26 11:31:11 -07:00
Peng Jiahui 0eb9152a4b
[Release] sdk/resourcemanager/containerservice/armcontainerservice/6.0.0 (#23248)
* [Release] sdk/resourcemanager/containerservice/armcontainerservice/6.0.0 generation from spec commit: 8cbd903b0d037c427def0e8fbf167b26e87bd1a9

* update assets and live test
2024-07-26 13:25:28 +08:00
Peng Jiahui f1dfcdcec1
[Release] sdk/resourcemanager/redhatopenshift/armredhatopenshift/1.6.0 generation from spec commit: c1cea38fb7e5cec9afe223a2ed15cbe2fbeecbdb (#23238) 2024-07-25 16:08:09 +08:00
Peng Jiahui e502700c37
fix armcomputefleet CHANGELOG (#23247) 2024-07-25 15:22:24 +08:00
Azure SDK Bot 16c6d450bd
[Release] sdk/resourcemanager/compute/armcompute/6.0.0 (#23129)
* [Release] sdk/resourcemanager/compute/armcompute/6.0.0 generation from spec commit: 81a4ee5a83ae38620c0e1404793caffe005d26e4

* fix

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <804873052@qq.com>
2024-07-25 15:09:15 +08:00
Azure SDK Bot 0f8b866aec
[Release] sdk/resourcemanager/containerservice/armcontainerservice/5.1.0-beta.2 (#23130)
* [Release] sdk/resourcemanager/containerservice/armcontainerservice/5.1.0-beta.2 generation from spec commit: 81a4ee5a83ae38620c0e1404793caffe005d26e4

* update assets.json

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <804873052@qq.com>
2024-07-25 15:08:01 +08:00
Azure SDK Bot aca84b497a
[Release] sdk/resourcemanager/network/armnetwork/6.0.0 (#23132)
* [Release] sdk/resourcemanager/network/armnetwork/6.0.0 generation from spec commit: 81a4ee5a83ae38620c0e1404793caffe005d26e4

* fix

* update assets.json

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <804873052@qq.com>
2024-07-25 15:06:30 +08:00
Azure SDK Bot ec2e78d8ef
[Release] sdk/resourcemanager/netapp/armnetapp/7.1.0 generation from spec commit: 5700885250d8f685a17293e930d98d1c1d72f401 (#23140)
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <804873052@qq.com>
2024-07-25 11:28:15 +08:00
Azure SDK Bot d572919457
[Release] sdk/resourcemanager/redis/armredis/3.2.0 (#23133)
* [Release] sdk/resourcemanager/redis/armredis/3.2.0 generation from spec commit: 81a4ee5a83ae38620c0e1404793caffe005d26e4

* update assets.json

* gofmt

---------

Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <804873052@qq.com>
2024-07-25 11:15:38 +08:00
Azure SDK Bot b3c896a0fa
[Release] sdk/resourcemanager/dataprotection/armdataprotection/3.1.0 generation from spec commit: 81a4ee5a83ae38620c0e1404793caffe005d26e4 (#23131)
Co-authored-by: ReleaseHelper <ReleaseHelper>
Co-authored-by: Alancere <804873052@qq.com>
2024-07-25 11:14:19 +08:00
Peng Jiahui 388e78d7cd
[Release] sdk/resourcemanager/computefleet/armcomputefleet/0.1.0 generation from spec commit: aa23ddc02b2b1c5a34c56a49d83b77c0a1aaa614 (#23244) 2024-07-25 11:12:55 +08:00
Azure SDK Bot 0eed130d31
Add remaining preview/sov cloud sub configs to common dir (#23245)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-07-24 12:38:55 -07:00
Charles Lowell 98b3170f14
Enable federated auth in Key Vault pipelines (#23206) 2024-07-24 12:18:04 -07:00
Joel Hendrix 1c486d7831
Include HTTP verb and URL in retry logs (#23239)
For each try, include the HTTP verb and URL in the log message so it's
clear which operation is being retried.
2024-07-24 07:07:36 -07:00
Peng Jiahui e351c53751
[Release] sdk/resourcemanager/hybridcompute/armhybridcompute/2.0.0-beta.4 generation from spec commit: b574e2a41acda14a90ef237006e8bbdda2b63c63 (#23210) 2024-07-23 14:38:08 +08:00
Richard Park d9cf9393de
[azopenai] Plumb `InsecureAllowCredentialWithHTTP` through every client constructor (#23233)
Extending client to also allow insecure auth on all the client constructors using InsecureAllowCredentialWithHTTP.
2024-07-23 00:32:50 +00:00
Charles Lowell 9844aeedce
Upgrade azservicebus indirect yaml.v2 requirement (#23231) 2024-07-22 10:16:44 -07:00
Azure SDK Bot 4a0a2dac72
Increment package version after release of storage/azdatalake (#23227) 2024-07-22 15:51:23 +05:30
Peng Jiahui 4e0b68a3e6
federated authentication live test migration (#23229)
* federated authentication live test migration

* fix
2024-07-22 13:39:55 +08:00
Azure SDK Bot d6dd015f72
Increment package version after release of resourcemanager/internal (#23226) 2024-07-22 10:11:05 +08:00
Azure SDK Bot 8bc7151b2f
Sync eng/common directory with azure-sdk-tools for PR 8650 (#23204)
* missed a condition passthrough

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
2024-07-19 13:44:50 -07:00
Azure SDK Bot 2cc25cb6de
Add Azure Health Data Service product slug (#23228)
Co-authored-by: Scott Addie <scott.addie@microsoft.com>
2024-07-19 13:41:00 -07:00
Peng Jiahui bb29bbbaf3
release sdk/resourcemanager/internal/v3.1.0 (#23225) 2024-07-19 17:42:35 +08:00
Joel Hendrix 85639761a4
Clean up lint in fakes examples (#23203) 2024-07-19 07:10:13 +00:00
tanyasethi-msft e95f8a246e
prep for stg93 GA azdatalake release (#23224) 2024-07-19 12:34:26 +05:30
Azure SDK Bot d380bbc453
Increment package version after release of storage/azfile (#23221) 2024-07-19 09:50:12 +05:30
Azure SDK Bot 52653176fa
Increment package version after release of storage/azblob (#23220) 2024-07-19 09:49:35 +05:30
Peng Jiahui 971d5e7570
fix record (#23223) 2024-07-19 03:56:59 +00:00
Charles Lowell 5d4239b086
Update app registration guide link (#23218) 2024-07-18 15:55:22 -07:00