-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f784bd8
commit f02216a
Showing
14 changed files
with
124 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
"Package","VersionGA","VersionPreview","DisplayName","ServiceName","RepoPath","MSDocs","GHDocs","Type","New","PlannedVersions","LatestGADate","FirstGADate","FirstPreviewDate","Support","EOLDate","Hide","Replace","ReplaceGuide","MSDocService","ServiceId","Notes" | ||
"azure","","0.38.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_core","","0.22.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_core_amqp","","0.1.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_data_cosmos","","0.21.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_identity","","0.22.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_messaging_eventhubs","","0.1.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_security_keyvault_keys","","0.1.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_security_keyvault_secrets","","0.1.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_template","","0.0.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"azure_template_core","","0.0.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"typespec","","0.2.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"typespec_client_core","","0.1.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" | ||
"typespec_macros","","0.1.0","Unknown Display Name","Unknown Service","NA","NA","NA","","false","","","","","","","","","","","","Needs Review" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Release highlights | ||
|
||
{% include releases/notes/release_highlights.md %} | ||
|
||
## Latest Releases | ||
|
||
View all the latest versions of Rust crates [here][rust-latest-releases]. | ||
|
||
## Installation Instructions | ||
|
||
To install any of our crates, copy and paste the following commands into a terminal: | ||
|
||
{% assign allPackagesSortedByName = allPackages | sort: 'Name' %} | ||
{%- capture install_instructions -%} | ||
{% for package in allPackagesSortedByName %} | ||
{%- capture install_instruction -%} | ||
$> cargo add {{ package.Name }}@{{ package.Version }} | ||
{%- endcapture -%} | ||
{{ install_instruction }} | ||
{% endfor %} | ||
{%- endcapture -%} | ||
``` | ||
{{ install_instructions | rstrip }} | ||
``` | ||
{: .language-bash} | ||
|
||
## 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-rust/issues). | ||
|
||
{% include refs.md %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{% include releases/header.md type=include.type %} | ||
|
||
## C++ | ||
|
||
{% if include.type == "all" %} | ||
{% assign packages = site.data.releases.latest.cpp-packages | where_exp: 'item', "item.Support <> 'deprecated'" %} | ||
{% elsif include.type == "deprecated" %} | ||
{% assign packages = site.data.releases.latest.cpp-packages | where: 'Support', 'deprecated' | where_exp: 'item', "item.Support <> 'deprecated'" %} | ||
{% else %} | ||
{% assign packages = site.data.releases.latest.cpp-packages | where: 'Type', include.type | where: 'New', 'true' | where_exp: 'item', "item.Support <> 'deprecated'" %} | ||
{% endif %} | ||
|
||
{{ description | replace: 'PackageCount', packages.size }} | ||
|
||
{% include releases/variables/cpp.md %} | ||
|
||
{% include releases/pkgtable.md type=include.type %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{% assign package_label = "crate" %} | ||
{% assign pre_suffix = "" %} | ||
{% assign package_root_url_template = "https://crates.io/crates/item.Package" %} | ||
{% assign package_url_template = "https://crates.io/crates/item.Package/item.Version" %} | ||
<!-- Currently for rust we don't have any docs published --> | ||
<!-- {% assign msdocs_url_template = "https://docs.microsoft.com/rust/api/overview/azure/item.TrimmedPackage-readme" %} --> | ||
<!-- {% assign ghdocs_url_template = "https://azuresdkdocs.z19.web.core.windows.net/rust/item.Package/item.Version/index.html" %} --> | ||
{% assign source_url_template = "https://github.com/Azure/azure-sdk-for-rust/tree/[email protected]/sdk/item.RepoPath/" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Azure SDK for Rust (%%MMMM yyyy%%) | ||
layout: post | ||
tags: rust | ||
sidebar: releases_sidebar | ||
repository: Azure/azure-sdk-for-rust | ||
--- | ||
{% include releases/notes/common.md language="rust" date="%%yyyy-MM%%" displayDate="%%MMMM yyyy%%" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Azure SDK for Rust (Latest) | ||
layout: default | ||
tags: rust | ||
sidebar: releases_sidebar | ||
header: true | ||
--- | ||
{% include releases/rust.md type="client" %} | ||
{% include refs.md %} |