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: 3 months ago
First release: over 2 years ago
Namespace: github.com/Azure/azure-sdk-for-go/sdk/data
Dependent packages: 96
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: about 3 hours ago

Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/cosmos/armcosmos v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/agrifood/armagrifood 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: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/postgresql/armpostgresql v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 2.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resources/armresources v0.3.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
4 versions - Latest release: over 2 years ago - 4 dependent packages - 2 dependent repositories - 1,239 stars on GitHub
Top 3.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/storage/armstorage 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: over 2 years ago - 3 dependent packages - 1 dependent repositories - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/agrifood/armagrifood 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: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/cosmos/armcosmos v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/sql/armsql 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: over 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/apimanagement/armapimanagement v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/network/armnetwork v0.3.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
4 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/eventgrid/armeventgrid v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/containerregistry/armcontainerregistry v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 3 dependent packages - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/postgresql/armpostgresqlflexibleservers v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/postgresql/armpostgresql v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 3 dependent packages - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/monitor/armmonitor v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/storage/armstorage 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: over 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/eventhub/armeventhub v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/postgresql/armpostgresqlflexibleservers v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/privatedns/armprivatedns v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/privatedns/armprivatedns v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/eng/tools/snippet-generator v0.0.0-20211108034445-34ee02d320b0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
1 version - Latest release: over 2 years ago - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/web/armweb v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/web/armweb v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/securityinsight/armsecurityinsight v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/securityinsight/armsecurityinsight v0.2.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: over 2 years ago - 1,239 stars on GitHub
Top 2.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/arm/storage/2019-06-01/armstorage v0.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1 dependent package - 3 dependent repositories - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/arm/keyvault/2019-09-01/armkeyvault v0.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/agfood/armagfood 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: about 2 years ago - 1,239 stars on GitHub
Top 3.1% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/arm/compute/2020-09-30/armcompute v0.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1 dependent package - 2 dependent repositories - 1,239 stars on GitHub
Top 2.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/arm/resources/2020-06-01/armresources v0.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1 dependent package - 3 dependent repositories - 1,239 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/arm/keyvault/2019-09-01/armkeyvault v0.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1 dependent package - 3 dependent repositories - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/arm/keyvault 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 years ago - 1,239 stars on GitHub
Top 3.1% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/arm/network/2020-07-01/armnetwork v0.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1 dependent package - 2 dependent repositories - 1,239 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/arm/network/2020-07-01/armnetwork v0.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1,409 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/agfood/armagfood 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: about 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/arm/keyvault 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 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/synapse/azartifacts v0.1.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/synapse/azartifacts v0.1.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
3 versions - Latest release: about 2 years ago - 1,239 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/messaging/internal v0.1.1
internal contains shared code for messaging packages. Copyright (c) Microsoft Corporation. All r...
2 versions - Latest release: about 2 years ago - 9 dependent packages - 11 dependent repositories - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/messaging/internal 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: about 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/videoanalyzer/armvideoanalyzer v0.4.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: about 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/videoanalyzer/armvideoanalyzer v0.4.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: about 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice 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: about 2 years ago - 1,239 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice 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: about 2 years ago - 23 dependent packages - 27 dependent repositories - 1,266 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice v1.0.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 2 years ago - 31 dependent packages - 48 dependent repositories - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice v1.0.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 2 years ago - 1,239 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
9 versions - Latest release: about 2 years ago - 110 dependent packages - 126 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
9 versions - Latest release: about 2 years ago - 1,239 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/cosmos/armcosmos v1.0.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 2 years ago - 1,239 stars on GitHub
Top 1.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmos/armcosmos v1.0.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 2 years ago - 12 dependent packages - 25 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/eventgrid/armeventgrid v1.0.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 2 years ago - 1,239 stars on GitHub
Top 2.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/eventgrid/armeventgrid v1.0.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 2 years ago - 7 dependent packages - 3 dependent repositories - 1,239 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storagecache/armstoragecache 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: about 2 years ago - 12 dependent packages - 5 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/storagecache/armstoragecache 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: about 2 years ago - 1,239 stars on GitHub
Top 2.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerinstance/armcontainerinstance 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: about 2 years ago - 5 dependent packages - 4 dependent repositories - 1,239 stars on GitHub
Top 1.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/recoveryservices/armrecoveryservicesbackup v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: about 2 years ago - 14 dependent packages - 3 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/redis/armredis v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: about 2 years ago - 1,239 stars on GitHub
Top 1.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/redis/armredis v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: about 2 years ago - 12 dependent packages - 21 dependent repositories - 1,266 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/communication/armcommunication 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: about 2 years ago - 1,364 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/communication/armcommunication 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: about 2 years ago - 1,239 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armdeploymentscripts v1.0.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 2 years ago - 12 dependent packages - 4 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/resources/armdeploymentscripts v1.0.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 2 years ago - 1,239 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/dataprotection/armdataprotection 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: about 2 years ago - 1,364 stars on GitHub
Top 1.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dataprotection/armdataprotection 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: about 2 years ago - 16 dependent packages - 3 dependent repositories - 1,239 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization 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: about 2 years ago - 1,519 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization 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: about 2 years ago - 14 dependent packages - 5 dependent repositories - 1,266 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/logz/armlogz v1.0.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
9 versions - Latest release: about 2 years ago - 1,531 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/mediaservices/armmediaservices v1.0.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 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/netapp/armnetapp 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: about 2 years ago - 9 dependent packages - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/netapp/armnetapp 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: about 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/powerbiprivatelinks/armpowerbiprivatelinks 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: about 2 years ago - 1,239 stars on GitHub
Top 4.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/appconfig/azappconfig v0.3.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
5 versions - Latest release: about 2 years 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/orbital/armorbital 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: about 2 years ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/orbital/armorbital 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: about 2 years ago - 1,266 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning v1.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 2 years ago - 1,239 stars on GitHub
Top 1.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning v1.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 2 years ago - 13 dependent packages - 4 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/machinelearningservices/armmachinelearningservices v1.0.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 2 years ago - 1,239 stars on GitHub
Top 4.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearningservices/armmachinelearningservices v1.0.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 2 years ago - 1 dependent repositories - 1,239 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization v1.0.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 2 years ago - 37 dependent packages - 34 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization v1.0.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 2 years ago - 1,239 stars on GitHub
Top 1.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/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: almost 2 years ago - 3 dependent packages - 13 dependent repositories - 1,266 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/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: almost 2 years ago - 1,239 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/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: almost 2 years ago - 1,239 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning/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: almost 2 years ago - 1,239 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/mediaservices/armmediaservices/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: almost 2 years ago - 1,239 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/storagecache/armstoragecache/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: almost 2 years ago - 1,239 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storagecache/armstoragecache/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: almost 2 years ago - 1 dependent package - 2 dependent repositories - 1,266 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/networkfunction/armnetworkfunction v1.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: almost 2 years ago - 1,239 stars on GitHub
Top 3.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/networkfunction/armnetworkfunction v1.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: almost 2 years ago - 2 dependent repositories - 1,239 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/netapp/armnetapp/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: almost 2 years ago - 1,409 stars on GitHub
Top 4.7% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/netapp/armnetapp/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: almost 2 years ago - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresqlflexibleservers 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: almost 2 years ago - 1,239 stars on GitHub
Top 2.2% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/postgresql/armpostgresqlflexibleservers 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: almost 2 years ago - 6 dependent packages - 7 dependent repositories - 1,239 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v3 v3.0.1
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
2 versions - Latest release: almost 2 years ago - 23 dependent packages - 64 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork 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: almost 2 years ago - 1,239 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork 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: almost 2 years ago - 144 dependent packages - 292 dependent repositories - 1,266 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/profiles/aksprofile1 v0.0.0-20220906082653-6b805d8278b6
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
1 version - Latest release: over 1 year ago - 1,239 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/profiles/aksprofile2 v0.0.0-20220906082653-6b805d8278b6
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
1 version - Latest release: over 1 year ago - 1,266 stars on GitHub
Top 1.5% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory v1.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
10 versions - Latest release: over 1 year ago - 13 dependent packages - 7 dependent repositories - 1,266 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory v1.3.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
10 versions - Latest release: over 1 year ago - 1,239 stars on GitHub