Update .NET release information for 2020-01 (#919)
* Update .NET release information for 2020-01 * Set 2020-01 as the latest release * Add 2020 releases to sidebar * Resolve PR feedback
This commit is contained in:
Родитель
affde08db3
Коммит
cc1032ff10
|
@ -61,6 +61,9 @@ paginate: 10
|
|||
paginate_path: /page:num/
|
||||
timezone: "US/Pacific"
|
||||
|
||||
relative_links:
|
||||
enabled: true
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
|
|
|
@ -2,10 +2,14 @@ entries:
|
|||
- title: Releases Sidebar
|
||||
levels: one
|
||||
folders:
|
||||
- title: Latest
|
||||
url: /releases/latest/index.html
|
||||
- title: 2020 Releases
|
||||
folderitems:
|
||||
- title: January
|
||||
url: /releases/2020-01/index.html
|
||||
- title: 2019 Releases
|
||||
folderitems:
|
||||
- title: Latest
|
||||
url: /releases/latest/index.html
|
||||
- title: December
|
||||
url: /releases/2019-12/index.html
|
||||
- title: November
|
||||
|
@ -17,4 +21,4 @@ entries:
|
|||
- title: August
|
||||
url: /releases/2019-08-06/index.html
|
||||
- title: July
|
||||
url: /releases/2019-07-10/index.html
|
||||
url: /releases/2019-07-10/index.html
|
||||
|
|
|
@ -4,8 +4,16 @@
|
|||
<li class="sidebarTitle">{{sidebar[0].product}} {{sidebar[0].version}}</li>
|
||||
{% for entry in sidebar %}
|
||||
{% for folder in entry.folders %}
|
||||
{% if page.url == folder.url %}
|
||||
<li class="active">
|
||||
{% else %}
|
||||
<li>
|
||||
{% endif %}
|
||||
{% if folder.url %}
|
||||
<a title="{{folder.title}}" href="{{folder.url | relative_url}}">{{folder.title}}</a>
|
||||
{% else %}
|
||||
<a title="{{folder.title}}" href="#">{{folder.title}}</a>
|
||||
{% endif %}
|
||||
<ul>
|
||||
{% for folderitem in folder.folderitems %}
|
||||
{% if folderitem.external_url %}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
title: Azure SDK for .NET - (January 2020)
|
||||
layout: post
|
||||
tags: dotnet
|
||||
sidebar: releases_sidebar
|
||||
---
|
||||
|
||||
{% assign packages = site.data.releases.latest.dotnet-packages %}
|
||||
{% include dotnet-packages.html %}
|
||||
|
||||
|
||||
{% include refs.md %}
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
title: Azure SDK for .NET (January 2020)
|
||||
layout: post
|
||||
date: January 2020
|
||||
tags: dotnet
|
||||
sidebar: releases_sidebar
|
||||
repository: azure/azure-sdk-for-net
|
||||
---
|
||||
|
||||
The Azure SDK team is pleased to announce our January 2020 client library releases.
|
||||
|
||||
#### GA
|
||||
|
||||
- Key Vault (Certificates)
|
||||
|
||||
#### Updates
|
||||
|
||||
- Key Vault (Keys, Secrets)
|
||||
|
||||
## Installation Instructions
|
||||
|
||||
To install any of our packages, please search for them via `Manage NuGet Packages...` in Visual Studio (with `Include prerelease` checked) or copy these commands into your terminal:
|
||||
|
||||
$> dotnet add package Azure.Cosmos --version 4.0.0-preview
|
||||
|
||||
$> dotnet add package Azure.Data.AppConfiguration --version 1.0.0-preview.4
|
||||
|
||||
$> dotnet add package Azure.Identity
|
||||
|
||||
$> dotnet add package Azure.Messaging.EventHubs --version 5.0.0-preview.6
|
||||
|
||||
$> dotnet add package Azure.Security.KeyVault.Certificates
|
||||
$> dotnet add package Azure.Security.KeyVault.Key
|
||||
$> dotnet add package Azure.Security.KeyVault.Secrets
|
||||
|
||||
$> dotnet add package Azure.Storage.Blobs
|
||||
$> dotnet add package Azure.Storage.Blobs.Batch
|
||||
$> dotnet add package Azure.Storage.Files.DataLake --version 12.0.0-preview.7
|
||||
$> dotnet add package Azure.Storage.Files.Shares
|
||||
$> dotnet add package Azure.Storage.Queues
|
||||
|
||||
## Feedback
|
||||
|
||||
If you have a bug or feature request for one of the libraries, please [file an issue in our repo](https://github.com/Azure/azure-sdk-for-net/issues/new/choose).
|
||||
|
||||
## Changelog
|
||||
|
||||
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
|
||||
|
||||
### Key Vault
|
||||
|
||||
- Challenge-based authentication requests are only sent over HTTPS.
|
||||
|
||||
## Quick Links
|
||||
|
||||
{% assign packages = site.data.releases.latest.dotnet-packages %}
|
||||
{% include dotnet-packages.html %}
|
||||
|
||||
{% include refs.md %}
|
|
@ -8,7 +8,7 @@ permalink: /releases/2020-01/index.html
|
|||
---
|
||||
## Release notes
|
||||
|
||||
* [.NET]({{ site.baseurl }}{% link releases/2020-01/2020-01-dotnet.md %})
|
||||
* [Java]({{ site.baseurl }}{% link releases/2020-01/2020-01-java.md %})
|
||||
* [JavaScript]({{ site.baseurl }}{% link releases/2020-01/2020-01-js.md %})
|
||||
* [Python]({{ site.baseurl }}{% link releases/2020-01/2020-01-python.md %})
|
||||
* [.NET](dotnet.md)
|
||||
* [Java](java.md)
|
||||
* [JavaScript](js.md)
|
||||
* [Python](python.md)
|
||||
|
|
|
@ -5,7 +5,6 @@ date: January 2020
|
|||
tags: java azure
|
||||
sidebar: releases_sidebar
|
||||
repository: azure/azure-sdk-for-java
|
||||
permalink: /releases/2020-01/java.html
|
||||
---
|
||||
|
||||
The Azure SDK team is pleased to make available the January 2020 client library GA release. This GA release includes new and updated client libraries for Identity, Key Vault (keys, secrets and certificates), Event Hubs and Storage (Blobs and Queues). Some of the libraries are released as beta and they are Checkpoint Store, Storage File.
|
|
@ -1,14 +1,13 @@
|
|||
---
|
||||
title: Azure SDK for JavaScript - (January 2020)
|
||||
title: Azure SDK for JavaScript (January 2020)
|
||||
layout: post
|
||||
date: January 2020
|
||||
tags: javascript typescript
|
||||
sidebar: releases_sidebar
|
||||
repository: azure/azure-sdk-for-js
|
||||
permalink: /releases/2020-01/js.html
|
||||
---
|
||||
|
||||
The Azure SDK team is pleased to make available the January 2020 client library release. This represents the seventh release of the ground-up rewrite of the client libraries to ensure consistency, idiomatic design, and excellent developer experience and productivity. This release includes
|
||||
The Azure SDK team is pleased to make available the January 2020 client library release. This represents the seventh release of the ground-up rewrite of the client libraries to ensure consistency, idiomatic design, and excellent developer experience and productivity. This release includes:
|
||||
- libraries that are moving out of the preview stage.
|
||||
- Azure Event Hubs
|
||||
- Azure Key Vault for Certificates
|
||||
|
@ -28,11 +27,11 @@ To install the packages, copy and paste the below into a terminal.
|
|||
If you have a bug or feature request for one of the libraries, please post an issue at the [azure-sdk-for-js repository](https://github.com/azure/azure-sdk-for-js/issues)
|
||||
|
||||
## Changelog
|
||||
Detailed change logs are linked to in the Quick Links below.
|
||||
Detailed change logs are linked to in the Quick Links below.
|
||||
|
||||
## Quick Links
|
||||
|
||||
{% assign packages = site.data.releases.latest.js-packages %}
|
||||
{% include js-packages.html %}
|
||||
|
||||
|
||||
{% include refs.md %}
|
||||
{% include refs.md %}
|
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
title: Azure SDK for Python (January 2020)
|
||||
layout: post
|
||||
date: Jan 2020
|
||||
date: January 2020
|
||||
tags: python
|
||||
sidebar: releases_sidebar
|
||||
repository: azure/azure-sdk-for-python
|
||||
permalink: /releases/2020-01/python.html
|
||||
---
|
||||
|
||||
The Azure SDK team is pleased to make available the January 2020 client library GA release. This GA release includes new and updated client libraries for App Configuration, Identity, Key Vault (keys, secrets and certificates), Event Hubs and Storage (Blobs, Queues, and File share). Some of the libraries are released as preview such as Text Analytics, and Storage Datalake.
|
||||
|
@ -105,5 +104,4 @@ on Windows
|
|||
{% assign packages = site.data.releases.latest.python-packages %}
|
||||
{% include python-packages.html %}
|
||||
|
||||
|
||||
{% include refs.md %}
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Azure SDK for .NET - Latest
|
||||
title: Azure SDK for .NET (Latest)
|
||||
layout: default
|
||||
tags: dotnet
|
||||
sidebar: releases_sidebar
|
||||
|
@ -8,5 +8,4 @@ sidebar: releases_sidebar
|
|||
{% assign packages = site.data.releases.latest.dotnet-packages %}
|
||||
{% include dotnet-packages.html %}
|
||||
|
||||
|
||||
{% include refs.md %}
|
||||
{% include refs.md %}
|
||||
|
|
|
@ -7,22 +7,22 @@ permalink: /releases/latest/index.html
|
|||
|
||||
# Azure SDK Latest Releases
|
||||
|
||||
## [.NET packages](dotnet.html)
|
||||
## [.NET packages](dotnet.md)
|
||||
|
||||
{% assign packages = site.data.releases.latest.dotnet-packages %}
|
||||
{% include dotnet-packages.html %}
|
||||
|
||||
## [Java packages](java.html)
|
||||
## [Java packages](java.md)
|
||||
|
||||
{% assign packages = site.data.releases.latest.java-packages %}
|
||||
{% include java-packages.html %}
|
||||
|
||||
## [JavaScript packages](js.html)
|
||||
## [JavaScript packages](js.md)
|
||||
|
||||
{% assign packages = site.data.releases.latest.js-packages %}
|
||||
{% include js-packages.html %}
|
||||
|
||||
## [Python packages](python.html)
|
||||
## [Python packages](python.md)
|
||||
|
||||
{% assign packages = site.data.releases.latest.python-packages %}
|
||||
{% include python-packages.html %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Azure SDK for Java - Latest
|
||||
title: Azure SDK for Java (Latest)
|
||||
layout: default
|
||||
tags: java
|
||||
sidebar: releases_sidebar
|
||||
|
@ -8,5 +8,4 @@ sidebar: releases_sidebar
|
|||
{% assign packages = site.data.releases.latest.java-packages %}
|
||||
{% include java-packages.html %}
|
||||
|
||||
|
||||
{% include refs.md %}
|
||||
{% include refs.md %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Azure SDK for JavaScript - Latest
|
||||
title: Azure SDK for JavaScript (Latest)
|
||||
layout: default
|
||||
tags: javascript typescript
|
||||
sidebar: releases_sidebar
|
||||
|
@ -8,5 +8,4 @@ sidebar: releases_sidebar
|
|||
{% assign packages = site.data.releases.latest.js-packages %}
|
||||
{% include js-packages.html %}
|
||||
|
||||
|
||||
{% include refs.md %}
|
||||
{% include refs.md %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Azure SDK for Python - Latest
|
||||
title: Azure SDK for Python (Latest)
|
||||
layout: default
|
||||
tags: python
|
||||
sidebar: releases_sidebar
|
||||
|
@ -8,5 +8,4 @@ sidebar: releases_sidebar
|
|||
{% assign packages = site.data.releases.latest.python-packages %}
|
||||
{% include python-packages.html %}
|
||||
|
||||
|
||||
{% include refs.md %}
|
||||
|
|
Загрузка…
Ссылка в новой задаче