Skip to content

Commit 34b8be4

Browse files
committed
tables
1 parent 57c94ac commit 34b8be4

File tree

5 files changed

+59
-18
lines changed

5 files changed

+59
-18
lines changed

articles/vpn-gateway/azure-vpn-client-versions.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.custom: linux-related-content
88
ms.topic: conceptual
9-
ms.date: 06/13/2024
9+
ms.date: 08/16/2024
1010
ms.author: cherylmc
1111
---
1212
# Azure VPN Client versions
@@ -15,24 +15,16 @@ This article helps you view each of the versions of the Azure VPN Client. As new
1515

1616
## Azure VPN Client - Windows
1717

18-
| Version | New in this release |
19-
|---|---|
20-
| 3.3.1.0 | - Microsoft-registered App ID Audience support for Microsoft Entra ID authentication <br> - TLS 1.3 support (requires TLS1.3 in Azure VPN Gateway) <br> - Better integrations with Feedback Hub (also valid for previous versions)<br> - Client stability improvements <br>- Minor bug fixes |
21-
| 3.2.0.0 | - Microsoft Entra authentication is now available from the settings page<br> - Accessibility Improvements<br>- Connection logs in UTCM<br>- Minor bug fixes |
18+
[!INCLUDE [windows client versions](../../includes/vpn-gateway-azure-vpn-client-windows-table.md)]
2219

2320
## Azure VPN Client - Linux
2421

25-
| Version | New in this release |
26-
|---|---|
27-
| 3.3.0.0 | - New client for Linux<br> - Microsoft-registered App ID support for Microsoft Entra ID authentication|
22+
[!INCLUDE [Linux client versions](../../includes/vpn-gateway-azure-vpn-client-linux-table.md)]
2823

2924
## Azure VPN Client - macOS
3025

31-
| Version | New in this release |
32-
|---|---|
33-
| 2.5.3 | - Rebranding of Azure Active Directory to Microsoft Entra |
34-
| 2.5.0 | - Microsoft-registered App ID support for Microsoft Entra ID authentication Audience<br> - TLSv 1.3 support<br> - version rolled back |
35-
| 2.4.0 | - Multiple server root certificate feature |
26+
[!INCLUDE [macOS client versions](../../includes/vpn-gateway-azure-vpn-client-macos-table.md)]
27+
3628

3729
## Next steps
3830

articles/vpn-gateway/whats-new.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn what's new with Azure VPN Gateway such as the latest release
44
author: cherylmc
55
ms.service: azure-vpn-gateway
66
ms.topic: conceptual
7-
ms.date: 06/07/2024
7+
ms.date: 08/16/2024
88
ms.author: cherylmc
99
---
1010

@@ -16,20 +16,33 @@ Azure VPN Gateway is updated regularly. Stay up to date with the latest announce
1616
* Previews underway with known limitations (if applicable)
1717
* Known issues
1818
* Deprecated functionality (if applicable)
19+
* Azure VPN Client versions
1920

2021
You can also find the latest VPN Gateway updates and subscribe to the RSS feed [here](https://azure.microsoft.com/updates/?category=networking&query=azure%20vpn%20gateway).
2122

2223
## Recent releases and announcements
2324

2425
| Type | Area | Name | Description | Date added | Limitations |
2526
|---|---|---|---|---|---|
26-
| P2S VPN | P2S | [Azure VPN Client for Linux](azure-vpn-client-versions.md)| [Certificate](point-to-site-certificate-client-linux-azure-vpn-client.md) authentication, [Microsoft Entra ID ](point-to-site-entra-vpn-client-linux.md) authentication.| May 2024 | N/A|
27-
| P2S VPN | P2S | [Azure VPN Client for macOS](azure-vpn-client-versions.md) | Microsoft Entra ID authentication updates, additional features. | May 2024 | N/A|
28-
| P2S VPN | P2S | [Azure VPN Client for Windows](azure-vpn-client-versions.md) | Microsoft Entra ID authentication updates, additional features. | May 2024 | N/A|
27+
| P2S VPN | P2S | [Azure VPN Client for Linux](#linux)| [Certificate](point-to-site-certificate-client-linux-azure-vpn-client.md) authentication, [Microsoft Entra ID ](point-to-site-entra-vpn-client-linux.md) authentication.| May 2024 | N/A|
28+
| P2S VPN | P2S | [Azure VPN Client for macOS](#macos) | Microsoft Entra ID authentication updates, additional features. | May 2024 | N/A|
29+
| P2S VPN | P2S | [Azure VPN Client for Windows](#windows) | Microsoft Entra ID authentication updates, additional features. | May 2024 | N/A|
2930
|SKU deprecation | N/A | [Standard/High performance VPN gateway SKU](vpn-gateway-about-skus-legacy.md#sku-deprecation) | Legacy SKUs (Standard and HighPerformance) will be deprecated on 30 Sep 2025. View the announcement [here](https://go.microsoft.com/fwlink/?linkid=2255127). | Nov 2023 | N/A |
3031
|Feature | All | [Customer-controlled gateway maintenance](customer-controlled-gateway-maintenance.md) |Customers can schedule maintenance (Guest OS and Service updates) during a time of the day that best suits their business needs. | Nov 2023 (Public preview)| See the [FAQ](vpn-gateway-vpn-faq.md#customer-controlled).
3132
| Feature | All | [APIPA for VPN Gateway (General availability)](bgp-howto.md#2-create-testvnet1-gateway-with-bgp) | All SKUs of active-active VPN gateways now support multiple custom BGP APIPA addresses for each instance. | Jan 2022 | N/A |
32-
|P2S VPN| P2S| Feedback Hub support for Azure VPN Client connections | Customers can use Feedback Hub to file a bug/allow feedback triage for Azure VPN Client connections. | May 2024| Windows 11 only|
33+
|P2S VPN| P2S| [Feedback Hub support for Azure VPN Client connections](feedback-hub-azure-vpn-client.md) | Customers can use Feedback Hub to file a bug/allow feedback triage for Azure VPN Client connections. | May 2024| Windows 10, Windows 11 only|
34+
35+
### <a name="windows"></a>Azure VPN Client - Windows
36+
37+
[!INCLUDE [Windows client versions](../../includes/vpn-gateway-azure-vpn-client-windows-table.md)]
38+
39+
### <a name="linux"></a>Azure VPN Client - Linux
40+
41+
[!INCLUDE [Linux client versions](../../includes/vpn-gateway-azure-vpn-client-linux-table.md)]
42+
43+
### <a name="macos"></a>Azure VPN Client - macOS
44+
45+
[!INCLUDE [macOS client versions](../../includes/vpn-gateway-azure-vpn-client-macos-table.md)]
3346

3447
## Next steps
3548

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
ms.author: cherylmc
3+
author: cherylmc
4+
ms.date: 08/16/2024
5+
ms.service: azure-vpn-gateway
6+
ms.topic: include
7+
---
8+
9+
| Version | New in this release |
10+
|---|---|
11+
| 3.3.0.0 | - New client for Linux<br> - Microsoft-registered App ID support for Microsoft Entra ID authentication|
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
ms.author: cherylmc
3+
author: cherylmc
4+
ms.date: 08/16/2024
5+
ms.service: azure-vpn-gateway
6+
ms.topic: include
7+
---
8+
9+
| Version | New in this release |
10+
|---|---|
11+
| 2.5.3 | - Rebranding of Azure Active Directory to Microsoft Entra |
12+
| 2.5.0 | - Microsoft-registered App ID support for Microsoft Entra ID authentication Audience<br> - TLSv 1.3 support<br> - version rolled back |
13+
| 2.4.0 | - Multiple server root certificate feature |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
ms.author: cherylmc
3+
author: cherylmc
4+
ms.date: 08/16/2024
5+
ms.service: azure-vpn-gateway
6+
ms.topic: include
7+
---
8+
9+
| Version | New in this release |
10+
|---|---|
11+
| 3.3.1.0 | - Microsoft-registered App ID Audience support for Microsoft Entra ID authentication <br> - TLS 1.3 support (requires TLS1.3 in Azure VPN Gateway) <br> - Better integrations with Feedback Hub (also valid for previous versions)<br> - Client stability improvements <br>- Minor bug fixes |
12+
| 3.2.0.0 | - Microsoft Entra authentication is now available from the settings page<br> - Accessibility Improvements<br>- Connection logs in UTCM<br>- Minor bug fixes |

0 commit comments

Comments
 (0)