Commit Graph

3848 Commits

Author SHA1 Message Date
Anton Kolesnyk
e7063f78ba
Update DateTime to compile on Android (#6732)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-09-11 15:28:42 -07:00
Azure SDK Bot
34c80e3aa2
Add custom instructions to fetch TypeSpec docs (#6731)
Co-authored-by: Christopher Radek <Christopher.Radek@microsoft.com>
2025-09-11 14:07:17 -07:00
dependabot[bot]
3a1f0e65af
Bump tracing-subscriber from 0.3.19 to 0.3.20 (#6721)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-10 15:34:40 -07:00
Anton Kolesnyk
11a2a38aa7
Implement Phase 3 features for DefaultAzureCredential (#6724)
* Implement Phase 3 features for DefaultAzureCredential

* Forgotten change to update header

* Clang-format

* GCC fix

* Change 'envVarName' string parameter to a boolean 'requireEnvVarValue' parameter

* Rename EnvVarName to CredentialSpecifierEnvVarName and make it constexpr auto

* requireEnvVarValue => requireCredentialSpecifierEnvVarValue

* Clang-format

* Update unit test name

* Clang-format

* Update CHANGELOG with new features and bug fixes

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-09-10 13:34:22 -07:00
Anton Kolesnyk
573fe95a0e
Azure Core and Identity September Releases (#6725)
* Azure Core and Identity September Releases

* "Identity"

* Update azure-core-cpp version to 1.16.0

* Enclose BIO_seek() OpenSSL macro in -Wold-style-cast ignore pragmas for macOS

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-09-10 12:45:39 -07:00
dependabot[bot]
fac93b7d35
Bump github.com/microsoft/vcpkg from master to 2025.08.27 (#6726)
* Bump github.com/microsoft/vcpkg from master to 2025.08.27

Bumps [github.com/microsoft/vcpkg](https://github.com/microsoft/vcpkg) from master to 2025.08.27. This release includes the previously tagged commit.
- [Release notes](https://github.com/microsoft/vcpkg/releases)
- [Commits](ef7dbf94b9...120deac306)

---
updated-dependencies:
- dependency-name: github.com/microsoft/vcpkg
  dependency-version: 2025.08.27
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update corresponding files

* Stop using deprecated members from libxml2

* Clang-format

* Update use of opentelemetry deprecated include file

* Clang-format

* Another Opentelemetry breaking change

* Add include file

* NO_LINKER_OVERRIDE

* -framework Security on macOS

* Disable CurlTransportOptions.setCADirectory test on Mac

* disable -Wold-style-cast from external sources on mac

* Wrap all openssl includes to ignore -Wold-style-cast for clang

* Update cspell

* Wrap all usages of BIO_get_mem_data() macro to ignore -Wold-style-cast for clang

* Clang-format

* Clang-format

* Clang-format

* Wrap all usages of BIO_flush() macro to ignore -Wold-style-cast for clang

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-09-09 16:59:00 -07:00
Anton Kolesnyk
848a98da8e
Disable azure-core-amqp.TestManagement.BasicTests on Mac (#6727)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-09-08 14:22:10 -07:00
Azure SDK Bot
f550fd038e
Sync eng/common directory with azure-sdk-tools for PR 11974 (#6723)
* Add a script to update pull request URL in release plan from SDK generation pipeline
2025-09-05 21:38:51 -04:00
dependabot[bot]
2d969df700
Bump github.com/microsoft/vcpkg from master to ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0 (#6659)
* Bump github.com/microsoft/vcpkg

---
updated-dependencies:
- dependency-name: github.com/microsoft/vcpkg
  dependency-version: ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update vcpkg.json

* Update default VCPKG commit hash in AzureVcpkg.cmake

* try fixing CI by updating xcode version

* 16.2 -> 16.4

* Fix the reason for overfow warning

* Suppress warning C6326: Potential comparison of a constant with another constant.

* Undo unintended format

* Correct condition to check whether it is possible to add epoch to system clock max without overflow

* Insert info for debugging on mac

* Better temp log formatting

* Use largest int type for calcuations (mac fix)

* In case system clock is lesser resolution than Azure::DateTime, do all calculations in a greater ration to avoid integer overflows

* Avoid overflowing system clock max when converting to time since epoch

* Add one more variable for debug logging on mac

* Avoid one more integer overflow

* Remove debug stuff

* CLang-format

* More clang-format

* Less conversions if equal

* Commit to reset CI

* Undo commit to reset CI

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rick Winter <rick.winter@microsoft.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-09-05 14:36:58 -07:00
Azure SDK Bot
bc178b1f98
Source user ID from graph api in TME (#6720)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-08-29 16:15:45 -04:00
Azure SDK Bot
d65440b7dc
Sync eng/common directory with azure-sdk-tools for PR 11905 (#6719)
* Updated instructions files for service label and CODEOWNERS validation

* Update eng/common/instructions/azsdk-tools/validate-service-label.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Trim trailing whitespaces

* Added suggested changes from previous PR

---------

Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-29 11:43:21 -07:00
Jesse Squire
dcde0539cc
[CODEOWNERS] Messaging ownership transfer (#6718)
The focus of these changes is to transfer ownership of the Azure messaging services to the associated service teams.
2025-08-29 09:23:44 -07:00
Azure SDK Bot
9eec2d0ced
Sync eng/common directory with azure-sdk-tools for PR 11839 (#6717)
* snake case

* change file name to .instructions.md

* Revert "change file name to .instructions.md"

This reverts commit c4bb65dc03258a45f74590edff6ccbf889d9e559.

---------

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
2025-08-26 16:24:36 -07:00
Azure SDK Bot
c62e0dc059
changed name file (#6716)
Co-authored-by: shirelmr <t-smarino@microsoft.com>
2025-08-26 13:58:30 -07:00
Azure SDK Bot
9899da72ad
Sync eng/common directory with azure-sdk-tools for PR 11802 (#6711)
* prompt files for labels and codeowners

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>

* changed NotAServiceLabel line

* changed guidance to the documentation

* specified which PRs to display

* Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/validate-codeowners.instructions.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/validate-service-label.instruction.md

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>

---------

Co-authored-by: shirelmr <t-smarino@microsoft.com>
Co-authored-by: Shirel Marino <80732950+shirelmr@users.noreply.github.com>
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
Co-authored-by: Michelle <t-michellema@microsoft.com>
Co-authored-by: Michelle Ma <145605943+michiisai@users.noreply.github.com>
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
2025-08-25 12:23:24 -07:00
Azure SDK Bot
ea999bb77e
Sync eng/common directory with azure-sdk-tools for PR 11807 (#6712)
* Update package release status completion to process multiple packages
2025-08-22 17:39:17 -04:00
Azure SDK Bot
567f0b61ee
Update changelog parsing to round-trip header (#6710)
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
2025-08-22 14:25:43 -07:00
jenny
7a5f1a869e
Add Copilot Instructions (#6705)
* Add Copilot Instructions

* Generalize instructions

* Update .github/copilot-instructions.md

Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>

---------

Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>
2025-08-22 09:32:55 -07:00
Azure SDK Bot
2178b94d86
Sync eng/common directory with azure-sdk-tools for PR 11745 (#6707)
* Fix wiql issue in getting release plan work items

* Update eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* .NET requires custom source path since source path contains dev tools repo

* Remove order by

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Co-authored-by: Praven Kuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-21 09:55:49 -07:00
Azure SDK Bot
9c2426e2da
Sync eng/common directory with azure-sdk-tools for PR 11741 (#6706)
* Add a pipeline template to mark SDK package as released
2025-08-20 16:56:29 -04:00
Azure SDK Bot
800b05fc30
Sync eng/common directory with azure-sdk-tools for PR 11726 (#6703)
* Update release plan completion script to take package info file

* Take only info file path as param

---------

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
2025-08-19 10:01:36 -07:00
ReilleyMilne
d92150f6df
Sorting codeowners file (#6696)
* Update CODEOWNERS

* Update CODEOWNERS

* Update CODEOWNERS

Removed management libraries as Daniel mentioned that there should never be a case where a management sdk is made for cpp.

* Update CODEOWNERS

Changed NotInRepo to ServiceOwners. Adding tabbing to owners.

* Update CODEOWNERS
2025-08-18 15:27:15 -07:00
Azure SDK Bot
2ee5aa23f4
typespec merged stay on main (#6702)
Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
2025-08-18 13:37:01 -07:00
Azure SDK Bot
20f9331334
Sync eng/common directory with azure-sdk-tools for PR 11559 (#6701)
* Add a new script to mark package as released from release pipeline
2025-08-18 16:15:17 -04:00
Azure SDK Bot
5f482ad149
Sync eng/common directory with azure-sdk-tools for PR 11477 (#6700)
* place prompts in common place

* Update eng/common/instructions/azsdk-tools/create-sdk-locally.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/verify-namespace-approval.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update eng/common/instructions/azsdk-tools/typespec-to-sdk.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* rename to .instructions.md

* remove uneeded headers

* change to .instructions

* fix

* run to refer to

* relative links fix

---------

Co-authored-by: Juan Ospina <70209456+jeo02@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-18 09:46:15 -07:00
Wes Haggard
f7fe0180da
Update devops task for code coverage (#6694) 2025-08-14 09:30:12 -07:00
James Le Cuirot
b33fb227ce
Fix IMDS token requests for managed identities (#6698)
This was broken by a035ee5f94, which
accidentally constructed the IMDS URL with a double slash at the start
of the path. This is not properly routed on the server side, leading to
a 404 error with some very misleading XML.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-08-14 00:22:53 -07:00
Azure SDK Bot
cb8bef26c7
Sync eng/common directory with azure-sdk-tools for PR 11330 (#6683)
* Add shell script for spell check

* Add shebang and make cspell script executable for bash invocation

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestion from @benbp

---------

Co-authored-by: Fan Yang <yangfan@microsoft.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-11 11:51:32 -07:00
Wes Haggard
f1185effdd
Use default CredScan tool (#6693) 2025-08-08 10:25:22 -07:00
Azure SDK Bot
236acb5edd
Throw error if deprecated parameter -UserAuth is passed (#6691)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-08-07 11:17:09 -07:00
Azure SDK Bot
28a55c5161
Source user object id directly instead of with graph (#6687)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-08-06 12:19:05 -07:00
Azure SDK Bot
093d25d839
Make sure we print env vars for JSON ARM templates (#6686)
Fixes #10734

Co-authored-by: Heath Stewart <heaths@microsoft.com>
2025-08-05 15:21:05 -07:00
Azure SDK Bot
c67192484f
Increment package version after release of azure-identity (#6684) 2025-08-05 14:15:39 -07:00
Azure SDK Bot
1d1c53c6f9
bump target version of the test-proxy (#6685)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-08-05 13:32:37 -07:00
Anton Kolesnyk
6aea93d041
Azure Identity August GA Release (#6681)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-08-05 10:02:51 -07:00
Azure SDK Bot
1391436f9c
Sync eng/common directory with azure-sdk-tools for PR 11493 (#6682)
* Removed broken link from README

* Update README.md

* Update README.md

---------

Co-authored-by: vcolin7 <vicolina@microsoft.com>
2025-08-04 15:47:25 -04:00
Adriano Arce
738d142dae
Update for KeyVault CODEOWNERS (#6679)
This adds the `azure-sdk-write-keyvault` team as code owners, removing `lgonsoulin`.
2025-07-30 13:02:48 -07:00
Azure SDK Bot
dd66f84f17
Sync eng/common directory with azure-sdk-tools for PR 11373 (#6677)
* Use full checkout for regen stage

* remove fetchdepth

* update both

* checkout branch

* switch

* Fetch branch

* origin

* azure-sdk

---------

Co-authored-by: jolov <jolov@microsoft.com>
2025-07-29 13:04:04 -07:00
Azure SDK Bot
05c6f48fd3
Ignore failures when new package isn't indexed yet. (#6674)
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2025-07-29 08:03:29 -07:00
Ben Broderick Phillips
a4a4e70f21
Install azsdk mcp server in copilot setup steps (#6670) 2025-07-25 17:26:59 -04:00
Azure SDK Bot
9bfc124a87
Sync eng/common directory with azure-sdk-tools for PR 11353 (#6671)
* Handle tool/directory copy better

* Use /usr/bin/env instead of /bin/env

* Append additional newline

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-07-25 17:12:48 -04:00
Azure SDK Bot
028ad6af17
Sync eng/common directory with azure-sdk-tools for PR 11333 (#6669)
* Install azsdk cli to a place in PATH

* Only add to path if user manually approves via parameter

* Also update shell profile for linux

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2025-07-25 12:49:37 -07:00
Azure SDK Bot
adb3a71db4
Sync eng/common directory with azure-sdk-tools for PR 11336 (#6668)
* Install .NET from tools repo global.json

* Set workingDirectory to tools root

* use exact same install steps as tools repo

* revert formatting

* formatting

---------

Co-authored-by: Mike Harder <mharder@microsoft.com>
2025-07-24 19:27:19 -07:00
Azure SDK Bot
3d917e7c17
Updating test-proxy dev cert (#6667)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
2025-07-23 17:51:32 -07:00
Azure SDK Bot
b68dd76217
Always install .NET before running perf automation - May not be pre-installed on ubuntu-24 (#6666)
Co-authored-by: Mike Harder <mharder@microsoft.com>
2025-07-23 10:03:43 -07:00
microzchang
b828be5d8d
Update to STG98 GA Version (#6661) (#6664) 2025-07-23 11:29:06 +08:00
Ronnie Geraghty
e72febebd5
Add telemetry data collection and configuration instructions to README (#6623) 2025-07-18 11:54:21 -07:00
Jamie Magee
04305b23f7
Create dependabot.yml for GitHub Actions and VCPKG (#6658)
This file configures Dependabot to check for updates to GitHub Actions and vcpkg on a weekly basis.
2025-07-18 07:49:02 -07:00
Ronnie Geraghty
ad39366be4
Fix small typo (#6625)
Found a small typo randomly.

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-07-15 20:16:39 +00:00
Azure SDK Bot
4771bb3bcd
Increment package version after release of azure-identity (#6657)
---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2025-07-15 11:40:48 -07:00