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

azure-azure-sdk-for-go

JSON →
library68.0.0+incompatiblegogounverified

Package sdk provides Go packages for managing and using Azure services.

go get github.com/Azure/azure-sdk-for-go
INSTALL
IMPORT
SIG · AZURE-AZURE-SDK-FO
A
azure-azure-sdk-for-go
cloudgov68.0.0+incompatible
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.

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

Import the Azure SDK for Go (note: actual usage requires subpackages for specific services).

package main import ( "context" "fmt" "github.com/Azure/azure-sdk-for-go" ) func main() { // This is a placeholder; actual usage requires specific service packages. fmt.Println("Azure SDK for Go") }
Debug
Known issues
gotchaThe root package is not directly usable; you must import specific service subpackages (e.g., github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-03-01/compute).
fix
Import the specific service package you need instead of the root.
affects: all
Upgrade
Version history
68.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Amazon
1
Resources
azure-azure-sdk-for-go — go get azure-azure-sdk-for-go · libregistry