-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new release folder structure (#8398)
- Loading branch information
Showing
10 changed files
with
142 additions
and
0 deletions.
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,8 @@ | ||
--- | ||
title: Azure SDK for Android (January 2025) | ||
layout: post | ||
tags: android azure | ||
sidebar: releases_sidebar | ||
repository: azure/azure-sdk-for-android | ||
--- | ||
{% include releases/notes/common.md language="android" date="2025-01" displayDate="January 2025" %} |
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,49 @@ | ||
--- | ||
title: Azure SDK for Embedded C (January 2025) | ||
layout: post | ||
tags: c | ||
sidebar: releases_sidebar | ||
repository: Azure/azure-sdk-for-c | ||
--- | ||
|
||
No packages released this month. | ||
|
||
<!-- | ||
The Azure SDK team is pleased to make available the January 2025 client library release. | ||
#### Stable | ||
- _Add packages_ | ||
#### Updates | ||
- _Add packages_ | ||
#### Beta | ||
- _Add packages_ | ||
## Installation Instructions | ||
To install any of our packages, copy and paste the following commands into a terminal: | ||
```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-c/issues). | ||
## Release highlights | ||
### _Package name_ | ||
- Major changes only! | ||
## Latest Releases | ||
View all the latest versions of C packages [here][c-latest-releases]. | ||
{% 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,8 @@ | ||
--- | ||
title: Azure SDK for C++ (January 2025) | ||
layout: post | ||
tags: C++ cpp | ||
sidebar: releases_sidebar | ||
repository: Azure/azure-sdk-for-cpp | ||
--- | ||
{% include releases/notes/common.md language="cpp" date="2025-01" displayDate="January 2025" %} |
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 .NET (January 2025) | ||
layout: post | ||
tags: dotnet azure | ||
sidebar: releases_sidebar | ||
repository: azure/azure-sdk-for-net | ||
--- | ||
{% include releases/notes/common.md language="dotnet" date="2025-01" displayDate="January 2025" %} |
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 Go (January 2025) | ||
layout: post | ||
tags: go | ||
sidebar: releases_sidebar | ||
repository: Azure/azure-sdk-for-go | ||
--- | ||
{% include releases/notes/common.md language="go" date="2025-01" displayDate="January 2025" %} |
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,29 @@ | ||
--- | ||
title: Azure SDK (January 2025) | ||
layout: post | ||
tags: release | ||
sidebar: releases_sidebar | ||
--- | ||
|
||
Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Please subscribe to our [Azure SDK Blog RSS Feed](https://devblogs.microsoft.com/azure-sdk/feed) to get notified when a new release is available. | ||
|
||
You can find links to packages, code, and docs on our [Azure SDK Releases page](https://aka.ms/azsdk/releases). | ||
|
||
## Release Highlights | ||
|
||
* | ||
* | ||
* | ||
|
||
## Release Notes | ||
|
||
* [All release notes](index.md) | ||
* [.NET release notes](dotnet.md) | ||
* [Java release notes](java.md) | ||
* [JavaScript/TypeScript release notes](js.md) | ||
* [Python release notes](python.md) | ||
* [C++ release notes](cpp.md) | ||
* [Embedded C release notes](c.md) | ||
* [Android release notes](android.md) | ||
* [iOS release notes](ios.md) | ||
* [Go release notes](go.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,8 @@ | ||
--- | ||
title: Azure SDK for iOS (January 2025) | ||
layout: post | ||
tags: ios azure | ||
sidebar: releases_sidebar | ||
repository: azure/azure-sdk-for-ios | ||
--- | ||
{% include releases/notes/common.md language="ios" date="2025-01" displayDate="January 2025" %} |
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 Java (January 2025) | ||
layout: post | ||
tags: java azure | ||
sidebar: releases_sidebar | ||
repository: azure/azure-sdk-for-java | ||
--- | ||
{% include releases/notes/common.md language="java" date="2025-01" displayDate="January 2025" %} |
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 JavaScript (January 2025) | ||
layout: post | ||
tags: javascript typescript azure | ||
sidebar: releases_sidebar | ||
repository: azure/azure-sdk-for-js | ||
--- | ||
{% include releases/notes/common.md language="js" date="2025-01" displayDate="January 2025" %} |
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 Python (January 2025) | ||
layout: post | ||
tags: python azure | ||
sidebar: releases_sidebar | ||
repository: azure/azure-sdk-for-python | ||
--- | ||
{% include releases/notes/common.md language="python" date="2025-01" displayDate="January 2025" %} |