Richard Park
bbad00552a
[azeventhubs] Fixing a bug where a cancelled recovery could result in a perpetually broken client ( #23337 )
...
Fixing a customer issue where they cancel in the middle of our retry loop and prevent our recovery from happening.
This simplifies the overall logic and should be just fine - some of the cases it was trying to handle aren't needed anymore because of changes in the recovery code, etc...
Also, updated stress tests to:
* Include pipefail, which makes sure that, if the underlying test fails, the script _exits_ instead of potentially reporting okay because `tee` happened to work :)
* Remove use of the test credential (in stress tests only!) since we need to use the DefaultAzureCredential and don't need to take advantage of or care about the state of test recording.
Fixes #23282
2024-08-15 12:18:19 -07:00
Azure SDK Bot
a37cf7febb
Sync eng/common directory with azure-sdk-tools for PR 8842 ( #23332 )
...
* Clean-up publish-blobs.yml to have better defaults
* Update copy-docs-to-blobstorage.ps1
* Update publish-blobs.yml
---------
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-08-15 10:45:54 -07:00
Azure SDK Bot
77a31c8cdd
Sync eng/common directory with azure-sdk-tools for PR 8830 ( #23336 )
...
* Add RestAPISpecsDocsRepos to branch cleanup.
* Remove commented out yml, add pre-message to limit output and output core limit at the start of processing
* updates for feedback
---------
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
2024-08-15 10:03:51 -07:00
Matias Quaranta
e0d45270b6
Cosmos DB: Fixes minimal response header being sent on metadata operations ( #23335 )
...
* should not be sent on metadata
* test
* changelog
* clarity
2024-08-15 16:43:07 +00:00
Peng Jiahui
2532a53cfb
[Release] sdk/resourcemanager/healthdataaiservices/armhealthdataaiservices/0.1.0 TypeSpec ( #23318 )
...
* [Release] sdk/resourcemanager/healthdataaiservices/armhealthdataaiservices/0.1.0 generation from spec commit: 925b1febaaebc3e1d602c765168e8ddabc7153a5
* update README.md
* update examples link
2024-08-15 11:39:06 +08:00
Azure SDK Bot
36517988a9
Sync eng/common directory with azure-sdk-tools for PR 8831 ( #23333 )
...
* we want the path that we write to to be defined by literalpath, otherwise files with [ or ] will break powershell when writing the file to disk
* slight wording adjustment so the command can be invoked directly
---------
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-08-14 17:58:34 -07:00
Azure SDK Bot
0af9ed9515
Increment package version after release of ai/azopenai ( #23330 )
2024-08-14 14:14:05 -07:00
Charles Lowell
b6e207a75a
Authorize azidentity test app deployment with WIF ( #23322 )
2024-08-14 19:52:16 +00:00
Richard Park
76bd6fe866
[azopenai] prepare for release of bugfix ( #23324 )
...
We got a community contribution to plumb the insecure flag through the library and it didn't get released last time.
Fixes #23313
2024-08-14 10:17:31 -07:00
Charles Lowell
745d4a5bb9
Make Service Fabric example secret more obviously fake ( #23314 )
2024-08-13 17:20:00 +00:00
Matias Quaranta
b31a752c22
Cosmos DB: Add support for Span ( #23268 )
...
* adding internal
* tests
* Fixing tests
* adding spans
* adding span validator
* adding span validator
* wiring through tests
* bailing out
* changelog
* spelling
* format
* more format
* Update sdk/data/azcosmos/CHANGELOG.md
* Adding az.namespace
* add constants
* Wire new methods
* tests
* Update cosmos_client_test.go
* Update cosmos_client_test.go
* Fixing tests
* notes
* Refactoring to add properties
* updating dependency
* wiring attributes
* Tests
* adding more tests
* last batch of tests
* not logging 443
2024-08-12 08:18:07 -07:00
Charles Lowell
969cfcd7a3
Update developer_setup.md ( #23274 )
2024-08-09 17:00:49 -07:00
Rick Winter
e8defc7736
Update CHANGELOG.md ( #23299 )
2024-08-08 10:17:58 -07:00
Steve Kuznetsov
865621363f
azcontainerregistry: expose authentication client, options ( #23285 )
...
* .gitignore: ignore autorest installation
Global installation via NPM is not recommended, local installation
requires that we ignore the Node manifests.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* azcontainerregistry: expose authentication client, options
The ACR authentication API is a public-facing API. Consumers would like
to use the well-tested code in the SDK to interface with this API
instead of having to roll their own. This commit simply exposes all of
the structs, functions and constants that are necessary to consume this
API.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
* models: add documentation for refresh, access tokens
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
---------
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2024-08-08 13:52:15 +08:00
Azure SDK Bot
ca45cdf49f
Sync eng/common directory with azure-sdk-tools for PR 8754 ( #23291 )
...
* more compatibility with expanding/contracting packages. add ability for packages to have DependentPackages that must be included in the set of packages that should be built given a changeset
---------
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-08-07 16:18:30 -07:00
Azure SDK Bot
42e30a982a
Increment package version after release of azcore ( #23295 )
2024-08-07 21:15:16 +00:00
Joel Hendrix
0495c205a1
Prep azcore 1.14.0 for release ( #23293 )
2024-08-07 13:38:29 -07:00
Peng Jiahui
217edee7ec
fix(generator tool): filter tsp-client diagnostics log ( #23292 )
...
* fix(generator tool): tcgc warning incompatible-library
* add tsp-client --debug and filter diagnostic errors
* rename
* fix
* fix
* fix
* fix
2024-08-07 18:34:36 +08:00
Azure SDK Bot
023c88f9f1
Increment package version after release of azidentity ( #23290 )
2024-08-06 20:20:08 +00:00
Azure SDK Bot
17f3361700
Sync eng/common directory with azure-sdk-tools for PR 8760 ( #23271 )
...
* Do not mark values as secret that are from git-hosted sub config files
* Simplify sub config build yaml
---------
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-08-06 12:54:31 -07:00
Azure SDK Bot
f5f32342c2
bump proxy to one with an audit log and more correct locking ( #23288 )
...
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2024-08-06 12:32:04 -07:00
Charles Lowell
d707091074
Prepare azidentity v1.8.0-beta.2 for release ( #23289 )
2024-08-06 11:27:19 -07:00
Charles Lowell
84d213cff1
NewManagedIdentityCredential returns an error for unsupported ID options ( #23267 )
2024-08-06 10:51:11 -07:00
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