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: 6 days ago

Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v23 v23.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v37 v37.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v18 v18.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: almost 6 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/standbypool/armstandbypool
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
Latest release: 17 days ago - 1,531 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v43 v43.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: almost 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v44 v44.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: almost 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v47 v47.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: over 3 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/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: 17 days ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v33 v33.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v45 v45.1.2
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: over 3 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v16 v16.2.1
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: about 6 years ago - 1,531 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v46 v46.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: over 3 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v35 v35.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v46 v46.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: over 3 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v31 v31.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: almost 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v42 v42.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: almost 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v28 v28.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: about 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v38 v38.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v39 v39.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: about 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v27 v27.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: about 5 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/devcenter/armdevcenter/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: 17 days ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v34 v34.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/v7
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
Latest release: 14 days ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v18 v18.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: almost 6 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v48 v48.2.2
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: over 3 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v20 v20.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v15 v15.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
6 versions - Latest release: about 6 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v25 v25.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: over 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v33 v33.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v22 v22.2.2
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: over 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v40 v40.6.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
7 versions - Latest release: about 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v29 v29.0.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
1 version - Latest release: about 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v22 v22.2.2
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: over 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v30 v30.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: almost 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v49 v49.2.1
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: over 3 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v38 v38.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v42 v42.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: almost 4 years ago - 1,531 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/azcore v1.11.1
Package azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients....
81 versions - Latest release: about 1 month ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v17 v17.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
6 versions - Latest release: almost 6 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v5
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
Latest release: 16 days ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v37 v37.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v41 v41.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: about 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v41 v41.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: about 4 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/standbypool/armstandbypool 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: 18 days ago - 1,531 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v36 v36.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v21 v21.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: about 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v36 v36.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 4 years ago - 1,531 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v44 v44.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: almost 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v23 v23.2.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
3 versions - Latest release: over 5 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v29 v29.0.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
1 version - Latest release: about 5 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/datafactory/armdatafactory/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: 15 days ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v40 v40.6.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
7 versions - Latest release: about 4 years ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v43 v43.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: almost 4 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/deviceregistry/armdeviceregistry
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
Latest release: 17 days ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/devcenter/armdevcenter/v2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
Latest release: 16 days ago - 1,531 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v24 v24.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: over 5 years ago - 1,531 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/deviceregistry/armdeviceregistry 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: 18 days ago - 1,531 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v15 v15.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
6 versions - Latest release: about 6 years ago - 1,530 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/migrationdiscovery/armmigrationdiscoverysap 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,530 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v30 v30.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: almost 5 years ago - 1,529 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v17 v17.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
6 versions - Latest release: almost 6 years ago - 1,529 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/azidentity v1.5.2
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
57 versions - Latest release: about 1 month ago - 1,528 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v21 v21.4.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
5 versions - Latest release: about 5 years ago - 1,528 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v25 v25.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: over 5 years ago - 1,523 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v3 v3.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 2 months ago - 1,523 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/messaging/azservicebus v1.7.0
Package azservicebus provides clients for sending and receiving messages with Azure Service Bus. ...
29 versions - Latest release: about 1 month ago - 1,523 stars on GitHub
Top 8.2% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v28 v28.1.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
2 versions - Latest release: about 5 years ago - 1,523 stars on GitHub
Top 7.6% on proxy.golang.org
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
Top 9.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/notificationhubs/armnotificationhubs/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: about 2 months ago - 1,523 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/costmanagement/armcostmanagement v1.1.1
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 year ago - 1,523 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/azure/azure-sdk-for-go.v16 v16.2.1
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: about 6 years ago - 1,523 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/workloadssapvirtualinstance/armworkloadssapvirtualinstance 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,523 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2
This example is a quick-starter and demonstrates how to get started using the Azure Blob Storage ...
19 versions - Latest release: about 1 month ago - 1,523 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v45 v45.1.2
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: over 3 years ago - 1,523 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v32 v32.6.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
7 versions - Latest release: over 4 years ago - 1,523 stars on GitHub
Top 7.6% on proxy.golang.org
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 4 hours ago - 1,523 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/migrationdiscovery/armmigrationdiscoverysap
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
Latest release: 25 days ago - 1,523 stars on GitHub
Top 4.5% on proxy.golang.org
gopkg.in/Azure/azure-sdk-for-go.v39 v39.3.0
Package sdk provides Go packages for managing and using Azure services. GitHub repo: https://git...
4 versions - Latest release: about 4 years ago - 1,523 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/workloadssapvirtualinstance/armworkloadssapvirtualinstance 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,523 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/mobilenetwork/armmobilenetwork/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: about 2 months ago - 1,523 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/mobilenetwork/armmobilenetwork/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: about 2 months ago - 1,522 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/notificationhubs/armnotificationhubs/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: about 2 months ago - 1,522 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/appcontainers/armappcontainers/v3 v3.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 2 months ago - 1,522 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/servicelinker/armservicelinker/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: about 2 months ago - 1,521 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/oep/armoep v0.6.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
8 versions - Latest release: 6 months ago - 1,520 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/servicelinker/armservicelinker/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: about 2 months ago - 1,520 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/security/armsecurity v0.13.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
15 versions - Latest release: 2 months ago - 1,520 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/hybriddatamanager/armhybriddatamanager v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
9 versions - Latest release: 6 months ago - 1,520 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/resources/armpolicy v0.9.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 months ago - 1,520 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: almost 2 years ago - 1,519 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/serialconsole/armserialconsole v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
7 versions - Latest release: 6 months ago - 1,518 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/databoxedge/armdataboxedge v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
8 versions - Latest release: 6 months ago - 1,518 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/datalake-store/armdatalakestore v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
9 versions - Latest release: 6 months ago - 1,518 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/datashare/armdatashare v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
8 versions - Latest release: 6 months ago - 1,518 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/attestation/armattestation v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
8 versions - Latest release: 6 months ago - 1,518 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/managementpartner/armmanagementpartner v0.7.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
8 versions - Latest release: 6 months ago - 1,518 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/changeanalysis/armchangeanalysis v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
9 versions - Latest release: 6 months ago - 1,518 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/hardwaresecuritymodules/armhardwaresecuritymodules v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
8 versions - Latest release: 6 months ago - 1,518 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/monitor/ingestion/azlogs v0.2.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,518 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/azure/azure-sdk-for-go/sdk/resourcemanager/analysisservices/armanalysisservices v1.2.0
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we re...
9 versions - Latest release: 6 months ago - 1,518 stars on GitHub