Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.9% on proxy.golang.org
Top 0.6% dependent packages on proxy.golang.org
Top 0.5% dependent repos on proxy.golang.org
Top 1.0% forks on proxy.golang.org
Top 0.3% docker downloads on proxy.golang.org

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 - Documentation - JSON
purl: pkg:golang/github.com/%21azure/azure-sdk-for-go/sdk/data/aztables
Keywords: azure, azure-sdk, go, golang, hacktoberfest, microsoft, rest, sdk
License: MIT
Latest release: about 2 months ago
First release: over 2 years ago
Namespace: github.com/Azure/azure-sdk-for-go/sdk/data
Dependent packages: 68
Dependent repositories: 128
Stars: 1,266 on GitHub
Forks: 747 on GitHub
Docker dependents: 33
Docker downloads: 81,611,761
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago

Top 0.8% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.6.1
Package azservicebus provides clients for sending and receiving messages with Azure Service Bus. ...
28 versions - Latest release: 2 months ago - 73 dependent packages - 442 dependent repositories - 1,266 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/storage/azdatalake v1.1.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
6 versions - Latest release: 2 months ago - 1,395 stars on GitHub
Top 4.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/storage/azdatalake v1.1.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
6 versions - Latest release: 2 months ago - 1 dependent repositories - 1,395 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/Azure-sdk-for-go/sdk/storage/azblob v1.3.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
18 versions - Latest release: 2 months ago - 1,400 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/redisenterprise/armredisenterprise/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: 2 months ago - 1,511 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/redisenterprise/armredisenterprise/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: 2 months ago - 1,514 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/messaging/azwebpubsub 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: 2 months ago - 1,511 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/messaging/azwebpubsub 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: 2 months ago - 1,511 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/astro/armastro 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: 2 months ago - 1,512 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/astro/armastro 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: 2 months ago - 1,512 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/largeinstance/armlargeinstance 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: 2 months ago - 1,512 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/largeinstance/armlargeinstance 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: 2 months ago - 1,512 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/alertsmanagement/armalertsmanagement v0.10.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
12 versions - Latest release: 2 months ago - 1,482 stars on GitHub
Top 1.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/alertsmanagement/armalertsmanagement v0.10.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
12 versions - Latest release: 2 months ago - 11 dependent packages - 3 dependent repositories - 1,266 stars on GitHub
Top 4.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservicessiterecovery/v2 v2.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
5 versions - Latest release: 2 months ago - 1,246 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/apicenter/armapicenter v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 2 months ago - 1,395 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/monitor/query/azmetrics 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: 3 months ago - 1,508 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/monitor/query/azmetrics 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: 3 months ago - 1,508 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azadmin v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: 3 months ago - 1,239 stars on GitHub
Top 5.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.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: 3 months ago - 1,252 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/security/keyvault/azadmin v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: 3 months ago - 1,239 stars on GitHub
Top 3.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
6 versions - Latest release: 3 months ago - 24 dependent packages - 9 dependent repositories - 1,252 stars on GitHub
Top 5.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: 3 months ago - 1,252 stars on GitHub
Top 5.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
6 versions - Latest release: 3 months ago - 1,252 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
22 versions - Latest release: 3 months ago - 17 dependent repositories - 1,244 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/internal v1.5.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
33 versions - Latest release: 3 months ago - 1,236 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/Azure/Azure-sdk-for-go/sdk/internal v1.5.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
33 versions - Latest release: 3 months ago - 1,239 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/springappdiscovery/armspringappdiscovery 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: 3 months ago - 1,502 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/springappdiscovery/armspringappdiscovery 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: 3 months ago - 1,501 stars on GitHub
Top 5.0% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform/v2 v2.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 3 months ago - 1,261 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/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: 3 months ago - 1,497 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/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: 3 months ago - 1,497 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/hardwaresecuritymodules/armhardwaresecuritymodules/v2 v2.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: 3 months ago - 1,497 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/hardwaresecuritymodules/armhardwaresecuritymodules/v2 v2.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: 3 months ago - 1,497 stars on GitHub
Top 3.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform/v2 v2.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 3 months ago - 3 dependent repositories - 1,266 stars on GitHub
Top 1.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/eng/tools/internal v0.0.0-20240126020845-47e5839b0aab
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
504 versions - Latest release: 3 months ago - 4 dependent packages - 11 dependent repositories - 1,266 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/streamanalytics/armstreamanalytics/v2 v2.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: 4 months ago - 1,495 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/containers/azcontainerregistry v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
4 versions - Latest release: 4 months ago - 1,239 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/streamanalytics/armstreamanalytics/v2 v2.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: 4 months ago - 1,495 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/containers/azcontainerregistry v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
25 versions - Latest release: 4 months ago - 1,266 stars on GitHub
Top 5.8% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/networkanalytics/armnetworkanalytics 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: 4 months ago - 1,409 stars on GitHub
Top 5.8% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/networkanalytics/armnetworkanalytics 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: 4 months ago - 1,409 stars on GitHub
Top 3.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/elasticsan/armelasticsan v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
6 versions - Latest release: 4 months ago - 1 dependent repositories - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/elasticsan/armelasticsan v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
6 versions - Latest release: 4 months ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/hybridcontainerservice/armhybridcontainerservice v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
5 versions - Latest release: 4 months ago - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/hybridcontainerservice/armhybridcontainerservice v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
5 versions - Latest release: 4 months ago - 1,239 stars on GitHub
Top 2.1% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmos/armcosmos/v2 v2.7.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
12 versions - Latest release: 4 months ago - 5 dependent packages - 3 dependent repositories - 1,239 stars on GitHub
Top 9.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/v4 v4.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: 4 months ago - 1,492 stars on GitHub
Top 9.6% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/v4 v4.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: 4 months ago - 1,492 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/data/azappconfig v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
8 versions - Latest release: 4 months ago - 1,239 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/data/azappconfig v1.1.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
8 versions - Latest release: 4 months ago - 22 dependent packages - 61 dependent repositories - 1,266 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
54 versions - Latest release: 4 months ago - 1,942 dependent packages - 4,673 dependent repositories - 1,236 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/messaging/azeventhubs v1.0.3
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
11 versions - Latest release: 4 months ago - 1,239 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/sql/armsql/v2 v2.0.0-beta.4
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
4 versions - Latest release: 5 months ago - 1,395 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/sql/armsql/v2 v2.0.0-beta.4
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
4 versions - Latest release: 5 months ago - 1,395 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/connectedvmware/armconnectedvmware v1.1.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
6 versions - Latest release: 5 months ago - 1,239 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/connectedvmware/armconnectedvmware v1.1.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
6 versions - Latest release: 5 months ago - 1 dependent package - 3 dependent repositories - 1,266 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/deviceupdate/armdeviceupdate v1.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
11 versions - Latest release: 5 months ago - 1,239 stars on GitHub
Top 5.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/virtualmachineimagebuilder/armvirtualmachineimagebuilder/v2 v2.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 5 months ago - 1,268 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/deviceupdate/armdeviceupdate v1.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
11 versions - Latest release: 5 months ago - 1,239 stars on GitHub
Top 5.0% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/virtualmachineimagebuilder/armvirtualmachineimagebuilder/v2 v2.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 5 months ago - 1,268 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/batch/armbatch/v2 v2.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 5 months ago - 1,395 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/batch/armbatch/v2 v2.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 5 months ago - 1,395 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/healthcareapis/armhealthcareapis/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: 5 months ago - 1,464 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/healthcareapis/armhealthcareapis/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: 5 months ago - 1,464 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/dataprotection/armdataprotection/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: 5 months ago - 1,464 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dataprotection/armdataprotection/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: 5 months ago - 1,464 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/v4 v4.0.0-beta.4
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
4 versions - Latest release: 5 months ago - 1,395 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresqlflexibleservers/v4 v4.0.0-beta.4
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
4 versions - Latest release: 5 months ago - 1,395 stars on GitHub
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/servicefabric/armservicefabric/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: 5 months ago - 1,463 stars on GitHub
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/servicefabric/armservicefabric/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: 5 months ago - 1,463 stars on GitHub
Top 5.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/selfhelp/armselfhelp/v2 v2.0.0-beta.3
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 5 months ago - 1,409 stars on GitHub
Top 5.6% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/selfhelp/armselfhelp/v2 v2.0.0-beta.3
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: 5 months ago - 1,409 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/eng/tools/generator v0.0.0-20231215085859-2621632e48ea
Generator module contains executable tools for rp onboard and release.
442 versions - Latest release: 5 months ago - 1,236 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1
Package azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients....
77 versions - Latest release: 5 months ago - 2,777 dependent packages - 5,959 dependent repositories - 1,409 stars on GitHub
Top 5.8% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/baremetalinfrastructure/armbaremetalinfrastructure/v2 v2.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: 5 months ago - 1,409 stars on GitHub
Top 5.8% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/baremetalinfrastructure/armbaremetalinfrastructure/v2 v2.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: 5 months ago - 1,409 stars on GitHub
Top 4.9% on proxy.golang.org
github.com/azure/azure-sdk-for-go/profile/p20200901 v0.1.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
2 versions - Latest release: 5 months ago - 1,243 stars on GitHub
Top 4.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/profile/p20200901 v0.1.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
2 versions - Latest release: 5 months ago - 1,243 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/security/armsecurity v0.12.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
14 versions - Latest release: 5 months ago - 12 dependent packages - 5 dependent repositories - 1,239 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/automation/armautomation v0.9.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
11 versions - Latest release: 5 months ago - 1,517 stars on GitHub
Top 1.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/automation/armautomation v0.9.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
11 versions - Latest release: 5 months ago - 12 dependent packages - 25 dependent repositories - 1,239 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/sql/armsql v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
11 versions - Latest release: 5 months ago - 16 dependent packages - 63 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/sql/armsql v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
11 versions - Latest release: 5 months ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/scvmm/armscvmm 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: 5 months ago - 1,239 stars on GitHub
Top 2.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/workloads/armworkloads v1.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: 5 months ago - 1 dependent package - 3 dependent repositories - 1,266 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/scvmm/armscvmm 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: 5 months ago - 1,266 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v2 v2.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
5 versions - Latest release: 5 months ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/workloads/armworkloads v1.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: 5 months ago - 1,239 stars on GitHub
Top 1.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice/v2 v2.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
5 versions - Latest release: 5 months ago - 6 dependent packages - 5 dependent repositories - 1,239 stars on GitHub
Top 2.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcehealth/armresourcehealth v1.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
14 versions - Latest release: 5 months ago - 1 dependent package - 1 dependent repositories - 1,266 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresql v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
10 versions - Latest release: 5 months ago - 17 dependent packages - 54 dependent repositories - 1,266 stars on GitHub
Top 4.9% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservicessiterecovery/v2 v2.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
4 versions - Latest release: 5 months ago - 1,246 stars on GitHub
Top 3.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservices v1.6.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
14 versions - Latest release: 5 months ago - 1 dependent package - 1 dependent repositories - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservices v1.6.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
14 versions - Latest release: 5 months ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/resourcehealth/armresourcehealth v1.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
14 versions - Latest release: 5 months ago - 1,239 stars on GitHub
Top 5.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/v3 v3.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: 5 months ago - 1 dependent package - 1,401 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresql v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
10 versions - Latest release: 5 months ago - 1,239 stars on GitHub
Top 5.4% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup/v3 v3.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: 5 months ago - 1,401 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/mysql/armmysqlflexibleservers/v2 v2.0.0-beta.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
2 versions - Latest release: 5 months ago - 1,395 stars on GitHub