* Initial commit for 2020-05

* more updates

* dotnet update

* date plug in

* date issue in index file
This commit is contained in:
Cala Zubair 2020-04-29 16:57:46 -07:00 коммит произвёл GitHub
Родитель 03ff577d63
Коммит ffcd0950f6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
14 изменённых файлов: 358 добавлений и 16 удалений

Просмотреть файл

@ -6,6 +6,8 @@ entries:
url: /releases/latest/index.html url: /releases/latest/index.html
- title: 2020 Releases - title: 2020 Releases
folderitems: folderitems:
- title: May
url: /releases/2020-05/index.html
- title: April - title: April
url: /releases/2020-04/index.html url: /releases/2020-04/index.html
- title: March - title: March

Просмотреть файл

@ -119,7 +119,6 @@ Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here
## Latest Releases ## Latest Releases
{% assign packages = site.data.releases.latest.dotnet-packages %} View all the latest versions of .NET packages [here][dotnet-latest-releases].
{% include dotnet-packages.html %}
{% include refs.md %} {% include refs.md %}

Просмотреть файл

@ -232,7 +232,6 @@ Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here
## Latest Releases ## Latest Releases
{% assign packages = site.data.releases.latest.java-packages %} View all the latest versions of Java packages [here][java-latest-releases].
{% include java-packages.html %}
{% include refs.md %} {% include refs.md %}

Просмотреть файл

@ -60,7 +60,6 @@ This release contains bug fixes to improve quality.
## Latest Releases ## Latest Releases
{% assign packages = site.data.releases.latest.js-packages %} View all the latest versions of JavaScript packages [here][js-latest-releases].
{% include js-packages.html %}
{% include refs.md %} {% include refs.md %}

Просмотреть файл

@ -84,7 +84,6 @@ Detailed change logs are linked to in the Quick Links below. Here are some criti
## Latest Releases ## Latest Releases
{% assign packages = site.data.releases.latest.python-packages %} View all the latest versions of Python packages [here][python-latest-releases].
{% include python-packages.html %}
{% include refs.md %} {% include refs.md %}

Просмотреть файл

@ -118,8 +118,7 @@ Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here
## Latest Releases ## Latest Releases
{% assign packages = site.data.releases.latest.dotnet-packages %} View all the latest versions of .NET packages [here][dotnet-latest-releases].
{% include dotnet-packages.html %}
{% include refs.md %} {% include refs.md %}

Просмотреть файл

@ -308,7 +308,6 @@ the search client library module name and namespace.
## Latest Releases ## Latest Releases
{% assign packages = site.data.releases.latest.java-packages %} View all the latest versions of Java packages [here][java-latest-releases].
{% include java-packages.html %}
{% include refs.md %} {% include refs.md %}

Просмотреть файл

@ -68,7 +68,6 @@ Below are some noteworthy changes in the current release.
## Latest Releases ## Latest Releases
{% assign packages = site.data.releases.latest.js-packages %} View all the latest versions of JavaScript packages [here][js-latest-releases].
{% include js-packages.html %}
{% include refs.md %} {% include refs.md %}

Просмотреть файл

@ -96,7 +96,6 @@ Detailed change logs are linked to in the Quick Links below. Here are some criti
## Latest Releases ## Latest Releases
{% assign packages = site.data.releases.latest.python-packages %} View all the latest versions of Python packages [here][python-latest-releases].
{% include python-packages.html %}
{% include refs.md %} {% include refs.md %}

Просмотреть файл

@ -0,0 +1,57 @@
---
title: Azure SDK for .NET (May 2020)
layout: post
date: 2020-05-01
tags: dotnet
sidebar: releases_sidebar
repository: azure/azure-sdk-for-net
---
The Azure SDK team is pleased to announce our {{ page.date | date: "%B %Y" }} client library releases.
#### Updates
#### Preview
## 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.AI.FormRecognizer --version 1.0.0-preview.1
$> dotnet add package Azure.AI.TextAnalytics --version 1.0.0-preview.4
$> dotnet add package Azure.Identity --version 1.2.0-preview.2
$> dotnet add package Azure.Messaging.EventHubs --version 5.1.0-preview.1
$> dotnet add package Azure.Messaging.EventHubs.Processor --version 5.1.0-preview.1
$> dotnet add package Azure.Messaging.ServiceBus --version 7.0.0-preview.1
$> dotnet add package Azure.Search.Documents --version 1.0.0-preview.2
$> dotnet add package Azure.Security.KeyVault.Certificates --version 4.0.2
$> dotnet add package Azure.Security.KeyVault.Keys --version 4.0.3
$> dotnet add package Azure.Security.KeyVault.Secrets --version 4.0.3
$> dotnet add package Azure.Storage.Blobs
$> dotnet add package Azure.Storage.Common
$> dotnet add package Azure.Storage.Files.DataLake
## 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:
### Package-specific changelogs
Fill in your high-level changelogs like this for each package
## Latest Releases
{% assign packages = site.data.releases.latest.dotnet-packages %}
{% include dotnet-packages.html %}
{% include refs.md %}

15
releases/2020-05/index.md Normal file
Просмотреть файл

@ -0,0 +1,15 @@
---
title: Azure SDK May 2020
layout: post
date: 2020-05-01
tags: release
sidebar: releases_sidebar
permalink: /releases/2020-05/index.html
---
## Release notes
* [.NET](dotnet.md)
* [Java](java.md)
* [JavaScript](js.md)
* [Python](python.md)

188
releases/2020-05/java.md Normal file
Просмотреть файл

@ -0,0 +1,188 @@
---
title: Azure SDK for Java (May 2020)
layout: post
date: 2020-05-01
tags: java azure
sidebar: releases_sidebar
repository: azure/azure-sdk-for-java
---
The Azure SDK team is pleased to announce our {{ page.date | date: "%B %Y" }} client library releases.
#### Updates
#### Preview
## Installation Instructions
To use the GA and beta libraries, refer to the Maven dependency information below, which may be copied into your projects Maven `pom.xml` file as appropriate. If you are using a different build tool, refer to its documentation on how to specify dependencies.
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-formrecognizer</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-appconfiguration</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.0.1-beta.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.0.3</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.1.0-beta.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>1.1.0-beta.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.1.0-beta.3</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-certificates</artifactId>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-certificates</artifactId>
<version>4.1.0-beta.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.2.0-beta.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.2.0-beta.3</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>1.0.0-beta.2</search>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.0.0-beta.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.6.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.5.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.6.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.1.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.4.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
<version>12.5.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-textanalytics</artifactId>
<version>1.0.0-beta.4</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-tracing-opentelemetry</artifactId>
<version>1.0.0-beta.4</version>
</dependency>
```
## Feedback
If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-java/issues).
## Changelog
## Need help
- For reference documentation visit the [Azure SDK for Java documentation](https://azure.github.io/azure-sdk-for-java/).
- For tutorials, samples, quick starts and other documentation, visit [Azure for Java Developers](https://docs.microsoft.com/java/azure/).
- For build reports on code quality, test coverage, etc, visit [Azure Java SDK](https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-java/index.html).
- File an issue via [Github Issues](https://github.com/Azure/azure-sdk-for-java/issues/new/choose).
- Check [previous questions](https://stackoverflow.com/questions/tagged/azure-java-sdk) or ask new ones on StackOverflow using `azure-java-sdk` tag.
## Latest Releases
{% assign packages = site.data.releases.latest.java-packages %}
{% include java-packages.html %}
{% include refs.md %}

34
releases/2020-05/js.md Normal file
Просмотреть файл

@ -0,0 +1,34 @@
---
title: Azure SDK for JavaScript (May 2020)
layout: post
date: 2020-05-01
tags: javascript typescript
sidebar: releases_sidebar
repository: azure/azure-sdk-for-js
---
The Azure SDK team is pleased to make available the {{ page.date | date: "%B %Y" }} client library release.
## Installation Instructions
To install the packages, copy and paste the below into a terminal.
$> npm install @azure/event-hubs
$> npm install @azure/ai-text-analytics
$> npm install @azure/identity
$> npm install @azure/search-documents
$> npm install @azure/service-bus@next
## Feedback
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
## Latest Releases
{% assign packages = site.data.releases.latest.js-packages %}
{% include js-packages.html %}
{% include refs.md %}

Просмотреть файл

@ -0,0 +1,54 @@
---
title: Azure SDK for Python (May 2020)
layout: post
date: 2020-05-01
tags: python
sidebar: releases_sidebar
repository: azure/azure-sdk-for-python
---
The Azure SDK team is pleased to make available the {{ page.date | date: "%B %Y" }} client library GA release.
This release includes the following:
#### Preview
## Installation Instructions
To install the latest preview version of the packages, copy and paste the following commands into a terminal:
```bash
pip install azure-appconfiguration
pip install --pre azure-eventhub
pip install azure-eventhub-checkpointstoreblob
pip install azure-eventhub-checkpointstoreblob-aio
pip install azure-storage-blob
pip install azure-storage-file-datalake
pip install azure-storage-file-share
pip install azure-storage-queue
pip install azure-keyvault-certificates
pip install azure-keyvault-keys
pip install azure-keyvault-secrets
pip install --pre azure-identity
pip install --pre azure-ai-textanalytics
pip install --pre azure-search-documents
pip install --pre azure-servicebus
pip install azure-ai-formrecognizer
```
## Feedback
If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-python/issues).
## Changelog
## Latest Releases
{% assign packages = site.data.releases.latest.python-packages %}
{% include python-packages.html %}
{% include refs.md %}