Azure.Core 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Core --version 1.2.0
                    
NuGet\Install-Package Azure.Core -Version 1.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Core" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Core" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Core --version 1.2.0
                    
#r "nuget: Azure.Core, 1.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Azure.Core&version=1.2.0
                    
Install Azure.Core as a Cake Addin
#tool nuget:?package=Azure.Core&version=1.2.0
                    
Install Azure.Core as a Cake Tool

This is the implementation of the Azure Client Pipeline

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Azure.Core:

Package Downloads
Azure.Storage.Common

This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/

Azure.Identity

This is the implementation of the Azure SDK Client Library for Azure Identity

Azure.Messaging.EventHubs

Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This client library allows for both publishing and consuming events using Azure Event Hubs. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/

Azure.Security.KeyVault.Secrets

This is the Microsoft Azure Key Vault Secrets client library

Azure.Extensions.AspNetCore.DataProtection.Blobs

Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/implementation/key-storage-providers).

GitHub repositories (64)

Showing the top 20 popular GitHub repositories that depend on Azure.Core:

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
Azure/azure-powershell
Microsoft Azure PowerShell
microsoft/perfview
PerfView is a CPU and memory performance-analysis tool
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
Azure/azure-functions-host
The host/runtime that powers Azure Functions
microsoft/azure-pipelines-agent
Azure Pipelines Agent 🚀
Azure/durabletask
Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Used by over 150,000 organisations. Remember to Star us! Download from certifytheweb.com
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
optimajet/WorkflowEngine.NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
dotnet/SqlClient
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
MicrosoftLearning/AI-102-AIEngineer
Lab files for AI-102 - AI Engineer
Azure/azure-cosmos-dotnet-v3
.NET SDK for Azure Cosmos DB for the core SQL API
Kyrodan/KeeAnywhere
A cloud storage provider plugin for KeePass Password Safe
microsoft/PowerBI-CSharp
Welcome to the .NET developer community for Power BI. Here you will find resources for the .NET SDKs for Power BI Embedded V2.0.0
Version Downloads Last updated
1.24.0 589 9/19/2022
1.21.0 69 9/19/2022
1.20.0 74 9/19/2022
1.19.0 72 9/19/2022
1.15.0 68 9/19/2022
1.14.0 66 9/19/2022
1.8.1 32,426 3/8/2021
1.8.0 1 3/8/2021
1.7.0 1 3/8/2021
1.6.0 32,740 3/8/2021
1.5.1 1 3/8/2021
1.5.0 1 3/8/2021
1.4.1 32,412 3/8/2021
1.4.0 5 3/8/2021
1.3.0 32,951 3/8/2021
1.2.2 2 3/8/2021
1.2.1 1 3/8/2021
1.2.0 2 3/8/2021
1.1.0 2 3/8/2021
1.0.2 65,474 3/8/2021
1.0.1 1 3/8/2021
1.0.0 2 3/8/2021
1.0.0-preview.9 2 3/8/2021
1.0.0-preview.8 2 3/8/2021
1.0.0-preview.7 2 3/8/2021
1.0.0-preview.6 3 3/8/2021
1.0.0-preview.5 2 3/8/2021

### Added
- `AzureKeyCredential` and its respective policy.
### Changed
- Response trace messages are properly identified.
- Content type "application/x-www-form-urlencoded" is decoded in trace messages.

https://github.com/Azure/azure-sdk-for-net/blob/f9ce0c8c4096f714cd407247cea5ec2cdb157dcb/sdk/core/Azure.Core/CHANGELOG.md