proxy.golang.org : github.com/azure/azure-sdk-for-go/sdk/data/aztables
Package aztables can access an Azure Storage or CosmosDB account. The aztables package is capable of: The Azure Data Tables library allows you to interact with two types of resources: * the tables in your account * the entities within those tables. Interaction with these resources starts with an instance of a client. To create a client object, you will need the account's table service endpoint URL and a credential that allows you to access the account. The clients support different forms of authentication. The aztables library supports any of the `azcore.TokenCredential` interfaces, authorization via a Connection String, or authorization with a Shared Access Signature token. To use an account shared key (aka account key or access key), provide the key as a string. This can be found in your storage account in the Azure Portal under the "Access Keys" section. Use the key as the credential parameter to authenticate the client: Using a Connection String Depending on your use case and authorization method, you may prefer to initialize a client instance with a connection string instead of providing the account URL and credential separately. To do this, pass the connection string to the client's `from_connection_string` class method. The connection string can be found in your storage account in the [Azure Portal][azure_portal_account_url] under the "Access Keys" section or with the following Azure CLI command: Using a Shared Access Signature To use a shared access signature (SAS) token, provide the token at the end of your service URL. You can generate a SAS token from the Azure Portal under Shared Access Signature or use the ServiceClient.GetAccountSASToken or Client.GetTableSASToken() functions. Common uses of the Table service included: * Storing TBs of structured data capable of serving web scale applications * Storing datasets that do not require complex joins, foreign keys, or stored procedures and can be de-normalized for fast access * Quickly querying data using a clustered index * Accessing data using the OData protocol and LINQ filter expressions The following components make up the Azure Data Tables Service: * The account * A table within the account, which contains a set of entities * An entity within a table, as a dictionary The Azure Data Tables client library for Go allows you to interact with each of these components through the use of a dedicated client object. Two different clients are provided to interact with the various components of the Table Service: 1. **`ServiceClient`** - 2. **`Client`** - Entities are similar to rows. An entity has a PartitionKey, a RowKey, and a set of properties. A property is a name value pair, similar to a column. Every entity in a table does not need to have the same properties. Entities are returned as JSON, allowing developers to use JSON marshalling and unmarshalling techniques. Additionally, you can use the aztables.EDMEntity to ensure proper round-trip serialization of all properties. The following sections provide several code snippets covering some of the most common Table tasks, including: * Creating a table * Creating entities * Querying entities Create a table in your account and get a `Client` to perform operations on the newly created table: Creating Entities Querying entities
Registry
-
Source
- Homepage
- Documentation
- JSON
purl: pkg:golang/github.com/azure/azure-sdk-for-go/sdk/data/aztables
Keywords:
azure
, azure-sdk
, go
, golang
, hacktoberfest
, microsoft
, rest
, sdk
License: MIT
Latest release: 8 months ago
First release: almost 4 years ago
Namespace: github.com/azure/azure-sdk-for-go/sdk/data
Stars: 1,634 on GitHub
Forks: 838 on GitHub
Total Commits: 7559
Committers: 246
Average commits per author: 30.728
Development Distribution Score (DDS): 0.793
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 20 days ago
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: about 13 hours ago - 1,726 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/lambdatesthyperexecute/armlambdatesthyperexecute v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: about 13 hours ago - 1,726 stars on GitHub
github.com/Azure/azure-sdk-for-go/tools/apidiff
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 23 hours ago - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/onlineexperimentation/armonlineexperimentation
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: 1 day ago - 1,724 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...20 versions - Latest release: 2 days ago - 147 dependent packages - 36 dependent repositories - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources/v3 v3.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 2 days ago - 1,729 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources/v3 v3.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 2 days ago - 1,729 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/servicefabricmanagedclusters/armservicefabricmanagedclusters v0.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...4 versions - Latest release: 6 days ago - 1,531 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/servicefabricmanagedclusters/armservicefabricmanagedclusters v0.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...4 versions - Latest release: 6 days ago - 1,531 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/messaging/eventgrid/azsystemevents v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...12 versions - Latest release: 6 days ago - 1,515 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/data/aztables v1.4.0
Package aztables can access an Azure Storage or CosmosDB account. The aztables package is capabl...16 versions - Latest release: 13 days ago - 96 dependent packages - 128 dependent repositories - 1,266 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armprivatelinkscopes v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 14 days ago - 1,729 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armprivatelinkscopes v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 14 days ago - 1,727 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/oracledatabase/armoracledatabase v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...4 versions - Latest release: 14 days ago - 1,531 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v7 v7.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...5 versions - Latest release: 15 days ago - 1,713 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/agricultureplatform/armagricultureplatform v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 15 days ago - 1,727 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/agricultureplatform/armagricultureplatform v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 15 days ago - 1,727 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v5 v5.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 15 days ago - 1,727 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v5 v5.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 15 days ago - 1,727 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v7 v7.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...4 versions - Latest release: 15 days ago - 1,713 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dnsresolver/armdnsresolver v1.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...9 versions - Latest release: 15 days ago - 1 dependent package - 3 dependent repositories - 1,239 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v3 v3.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 16 days ago - 1,727 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration/v3 v3.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 16 days ago - 1,727 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/networkcloud/armnetworkcloud v1.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...8 versions - Latest release: 16 days ago - 1,395 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/planetarycomputer/armplanetarycomputer v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 20 days ago - 1,727 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/chaos/armchaos/v2 v2.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 20 days ago - 1,727 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/planetarycomputer/armplanetarycomputer v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 20 days ago - 1,727 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/chaos/armchaos/v2 v2.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 20 days ago - 1,727 stars on GitHub
github.com/Azure/azure-sdk-for-go/eng/tools/doccheck
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: 20 days ago - 1,531 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...27 versions - Latest release: 20 days ago - 183 dependent packages - 17 dependent repositories - 1,244 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...12 versions - Latest release: 20 days ago - 1,252 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...11 versions - Latest release: 20 days ago - 69 dependent packages - 9 dependent repositories - 1,252 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...11 versions - Latest release: 20 days ago - 1,252 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...21 versions - Latest release: 20 days ago - 16 dependent packages - 2 dependent repositories - 1,266 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...10 versions - Latest release: 20 days ago - 1,252 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azadmin v1.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...11 versions - Latest release: 20 days ago - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...16 versions - Latest release: 20 days ago - 214 dependent packages - 171 dependent repositories - 1,727 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs v1.4.0
Shows how to start consuming events in partitions in an Event Hub using the ConsumerClient. If y...22 versions - Latest release: 22 days ago - 34 dependent packages - 10 dependent repositories - 1,273 stars on GitHub
github.com/Azure/Azure-sdk-for-go/sdk/messaging/azeventhubs v1.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...22 versions - Latest release: 22 days ago - 1,239 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/messaging/azeventhubs/v2 v2.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: 23 days ago - 1,722 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs/v2 v2.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: 23 days ago - 1,722 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/purestorageblock/armpurestorageblock v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 26 days ago - 1,728 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/purestorageblock/armpurestorageblock v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 26 days ago - 1,728 stars on GitHub
github.com/azure/Azure-sdk-for-go/sdk/azidentity v1.10.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...70 versions - Latest release: 26 days ago - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
This example shows how to cache service principal authentication data persistently to make it acc...70 versions - Latest release: 26 days ago - 2,996 dependent packages - 4,673 dependent repositories - 1,531 stars on GitHub
github.com/AZure/azure-sdk-for-go/sdk/azidentity v1.10.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...70 versions - Latest release: 26 days ago - 1,239 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/azidentity v1.10.1
This example shows how to cache service principal authentication data persistently to make it acc...70 versions - Latest release: 26 days ago - 1,634 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/mongodbatlas/armmongodbatlas v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 28 days ago - 1,728 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/mongodbatlas/armmongodbatlas v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: 28 days ago - 1,728 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/logz/armlogz v1.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...10 versions - Latest release: 28 days ago - 1,531 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/ai/azopenaiextensions v0.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: 29 days ago - 1,531 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/ai/azopenaiextensions v0.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: 29 days ago - 1,531 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/ai/azopenaiassistants v0.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...6 versions - Latest release: 29 days ago - 1,515 stars on GitHub
github.com/Azure/Azure-sdk-for-go/sdk/ai/azopenai v0.8.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...14 versions - Latest release: 29 days ago - 1,531 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/ai/azopenai v0.8.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...14 versions - Latest release: 29 days ago - 1,395 stars on GitHub
github.com/azure/Azure-sdk-for-go/sdk/ai/azopenai v0.8.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...14 versions - Latest release: 29 days ago - 1,634 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai v0.8.0
Example_audioTranscription demonstrates how to transcribe speech to text using Azure OpenAI's Whi...14 versions - Latest release: 29 days ago - 28 dependent packages - 2 dependent repositories - 1,728 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/ai/azopenaiassistants v0.4.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...6 versions - Latest release: 29 days ago - 1,515 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/dell/armdellstorage v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,726 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dell/armdellstorage v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,726 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/mediaservices/armmediaservices/v3 v3.4.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...7 versions - Latest release: about 1 month ago - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/mediaservices/armmediaservices/v3 v3.4.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...7 versions - Latest release: about 1 month ago - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/sitemanager/armsitemanager v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,726 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v7 v7.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,726 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v7 v7.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,726 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/sitemanager/armsitemanager v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,726 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armextensiontypes v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armextensiontypes v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,726 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armfluxconfigurations v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,726 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armextensions v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/kubernetesconfiguration/armextensions v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/cosmos/armcosmos/v3 v3.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...8 versions - Latest release: about 1 month ago - 1,395 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmos/armcosmos/v3 v3.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...8 versions - Latest release: about 1 month ago - 1,395 stars on GitHub
github.com/Azure/azure-sdk-for-go/eng/tools/smoketests
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 1 month ago - 1,523 stars on GitHub
github.com/Azure/azure-sdk-for-go/eng/tools/indexer
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 1 month ago - 1,523 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/netapp/armnetapp/v8 v8.0.0-beta.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/netapp/armnetapp/v8 v8.0.0-beta.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources/v2 v2.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: about 1 month ago - 1,634 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/workloadssapvirtualinstance/armworkloadssapvirtualinstance v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: about 1 month ago - 1,523 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources/v2 v2.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: about 1 month ago - 1,634 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/workloadssapvirtualinstance/armworkloadssapvirtualinstance v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...2 versions - Latest release: about 1 month ago - 1,523 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/programmableconnectivity/armprogrammableconnectivity v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/programmableconnectivity/armprogrammableconnectivity v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,729 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/v5 v5.0.0-beta.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/v5 v5.0.0-beta.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 1 month ago - 1,724 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform/v2 v2.0.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...4 versions - Latest release: about 1 month ago - 1,261 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform/v2 v2.0.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...4 versions - Latest release: about 1 month ago - 1 dependent package - 3 dependent repositories - 1,266 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/messaging/eventgrid/azsystemevents v0.7.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...11 versions - Latest release: about 2 months ago - 1,515 stars on GitHub
github.com/Azure/azure-sdk-for-go/tools/internal/coverage
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 2 months ago - 1,634 stars on GitHub
github.com/Azure/azure-sdk-for-go/tools/profileBuilder
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 2 months ago - 1 dependent repositories - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/tools/deprecate
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 2 months ago - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/tools/pkgchk
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 2 months ago - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/eng/tools/internal/coverage
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 2 months ago - 1,634 stars on GitHub
github.com/Azure/azure-sdk-for-go/tools/generator
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 2 months ago - 1,239 stars on GitHub
github.com/Azure/azure-sdk-for-go/tools/indexer
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...Latest release: about 2 months ago - 1,239 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/portalservicescopilot/armportalservicescopilot v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 2 months ago - 1,722 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/portalservicescopilot/armportalservicescopilot v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 2 months ago - 1,726 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/batch/azbatch v0.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...1 version - Latest release: about 2 months ago - 1,722 stars on GitHub