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

azure-azure-sdk-for-go-sdk-data-azappconfig

JSON →
library1.2.0gogounverified

Azure SDK for Go client for Azure App Configuration, enabling management of configuration stores and key-values.

go get github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig
INSTALL
IMPORT
SIG · AZURE-AZURE-SDK-FO
A
azure-azure-sdk-for-go-sdk-data-azappconfig
cloudgov1.2.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.

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

Create an App Configuration client and retrieve a setting.

package main import ( "context" "github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig" ) func main() { client, err := azappconfig.NewClient("<connection-string>", nil) if err != nil { panic(err) } resp, err := client.GetConfigurationSetting(context.TODO(), "key", nil) if err != nil { panic(err) } _ = resp }
Debug
Known issues
gotchaConnection string required; authentication changes in newer versions.
fix
Use DefaultAzureCredential or a connection string as appropriate.
affects: >=1.0.0
Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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