ceph-csi/vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore
dependabot[bot] b658290b37 rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/internal/v1.5.1...sdk/azcore/v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 14:49:16 +00:00
..
arm rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
cloud rebase: Azure key vault module dependency update 2024-03-13 14:46:41 +00:00
internal rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
log rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
policy rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
runtime rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
streaming rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
to rebase: Azure key vault module dependency update 2024-03-13 14:46:41 +00:00
tracing rebase: Azure key vault module dependency update 2024-03-13 14:46:41 +00:00
CHANGELOG.md rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
ci.yml rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
core.go rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
doc.go rebase: Azure key vault module dependency update 2024-03-13 14:46:41 +00:00
errors.go rebase: Azure key vault module dependency update 2024-03-13 14:46:41 +00:00
etag.go rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity 2024-06-12 14:49:16 +00:00
LICENSE.txt rebase: Azure key vault module dependency update 2024-03-13 14:46:41 +00:00
README.md rebase: Azure key vault module dependency update 2024-03-13 14:46:41 +00:00

Azure Core Client Module for Go

PkgGoDev Build Status Code Coverage

The azcore module provides a set of common interfaces and types for Go SDK client modules. These modules follow the Azure SDK Design Guidelines for Go.

Getting started

This project uses Go modules for versioning and dependency management.

Typically, you will not need to explicitly install azcore as it will be installed as a client module dependency. To add the latest version to your go.mod file, execute the following command.

go get github.com/Azure/azure-sdk-for-go/sdk/azcore

General documentation and examples can be found on pkg.go.dev.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.