Registry / cloud / azure-azure-sdk-for-go-sdk-azcore

azure-azure-sdk-for-go-sdk-azcore

JSON →
library1.22.0gogounverified

Package azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients.

go get github.com/Azure/azure-sdk-for-go/sdk/azcore
INSTALL
IMPORT
SIG · AZURE-AZURE-SDK-FO
A
azure-azure-sdk-for-go-sdk-azcore
cloudgov1.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

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

Create an Azure SDK client with default credentials.

package main import ( "context" "fmt" "github.com/Azure/azure-sdk-for-go/sdk/azcore" "github.com/Azure/azure-sdk-for-go/sdk/azidentity" ) func main() { cred, err := azidentity.NewDefaultAzureCredential(nil) if err != nil { panic(err) } client := azcore.NewClient("module", "version", cred, nil) fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.22.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
OpenAI (training)
1
Resources
azure-azure-sdk-for-go-sdk-azcore — go get azure-azure-sdk-for-go-sdk-azcore · libregistry