Skip to content

Commit 7ad8551

Browse files
authored
Merge pull request #265302 from GennadNY/gennadyk-branch24
cli
2 parents a31e133 + 8206e20 commit 7ad8551

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed

articles/postgresql/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
href: flexible-server/release-notes.md
3434
- name: API release notes
3535
href: flexible-server/release-notes-api.md
36+
- name: CLI release notes
37+
href: flexible-server/release-notes-cli.md
3638
- name: Try for free
3739
href: flexible-server/how-to-deploy-on-azure-free-account.md
3840
- name: Quickstarts

articles/postgresql/flexible-server/concepts-networking-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: conceptual
1414

1515
# Azure Database for PostgreSQL - Flexible Server networking with Private Link - Preview
1616

17-
**Azure Private Link** allows you to create private endpoints for Azure Database for PostgreSQL flexible server to bring it inside your Virtual Network (VNET). That functionality is introduced **in addition** to already [existing networking capabilities provided by VNET Integration](./concepts-networking-private.md), which is currently in general availability with Azure Database for PostgreSQL flexible server. With **Private Link**, traffic between your virtual network and the service travels the Microsoft backbone network. Exposing your service to the public internet is no longer necessary. You can create your own private link service in your virtual network and deliver it to your customers. Setup and consumption using Azure Private Link is consistent across Azure PaaS, customer-owned, and shared partner services.
17+
**Azure Private Link** allows you to create private endpoints for Azure Database for PostgreSQL flexible server to bring it inside your Virtual Network (virtual network). That functionality is introduced **in addition** to already [existing networking capabilities provided by VNET Integration](./concepts-networking-private.md), which is currently in general availability with Azure Database for PostgreSQL flexible server. With **Private Link**, traffic between your virtual network and the service travels the Microsoft backbone network. Exposing your service to the public internet is no longer necessary. You can create your own private link service in your virtual network and deliver it to your customers. Setup and consumption using Azure Private Link is consistent across Azure PaaS, customer-owned, and shared partner services.
1818

1919
> [!NOTE]
2020
> Azure Database for PostgreSQL flexible server supports Private Link based networking in Preview.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: CLI release notes
3+
description: Azure CLI release notes for Azure Database for PostgreSQL - Flexible Server.
4+
author: gennadNY
5+
ms.author: gennadyk
6+
ms.custom: references_regions, build-2023
7+
ms.service: postgresql
8+
ms.subservice: flexible-server
9+
ms.topic: overview
10+
ms.date: 02/05/2024
11+
---
12+
# Azure CLI release notes - Azure Database for PostgreSQL - Flexible Server
13+
14+
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
15+
16+
This page provides latest news and updates regarding the Azure Database for PostgreSQL Flexible Server additions for Azure CLI.
17+
18+
## Azure CLI Releases
19+
20+
### January 09 2024 - version 2.56.0
21+
22+
| Additions and Changes |Comments|
23+
| --- | --- |
24+
|az postgres flexible-server virtual-endpoint | Add support for virtual endpoints for PostgreSQL flexible server|
25+
|az postgres flexible-server replica promote| Add capability to stop replication and promote to primary or standalone server with the selection of planned/force data syncs|
26+
az postgres flexible-server server-logs list| List server log files for PostgreSQL flexible server|
27+
|az postgres flexible-server server-logs download|Download server log files for PostgreSQL flexible server|
28+
|az postgres flexible-server create| Add capability to set storage type to PremiumV2_LRS and provide values for IOPS and Throughput during creation|
29+
|az postgres flexible-server update|Add capability to update the values of IOPS and Throughput during update}
30+
|az postgres flexible-server migration create|Add migration option like Migrate, Validate and ValidateAndMigrate using parameter--migration-option and json file for Migration configuration to support another properties like sourceType and sslMode|
31+
32+
### November 14 2023 - version 2.54.0
33+
34+
| Additions and Changes |Comments|
35+
| --- | --- |
36+
|az postgres flexible-server geo-restore|Add cross subscription geo-restore support for PostgreSQL flexible server|
37+
|az postgres flexible-server restore| Add cross subscription restore support for PostgreSQL flexible server |
38+
|az postgres flexible-server upgrade| Add MVU support for PG version 15|
39+
40+
### September 26 2023 - version 2.53.0
41+
| Additions and Changes |Comments|
42+
| --- | --- |
43+
|az postgres flexible-server create/update|Add capability to enable/disable storage autogrow during creation and update|
44+
45+
## Contacts
46+
47+
For any questions or suggestions you might have on Azure Database for PostgreSQL flexible server, send an email to the Azure Database for PostgreSQL flexible server Team ([@Ask Azure Database for PostgreSQL flexible server](mailto:[email protected])). This email address isn't a technical support alias.
48+
49+
In addition, consider the following points of contact as appropriate:
50+
51+
- To contact Azure Support, [file a ticket from the Azure portal](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).
52+
- To fix an issue with your account, file a [support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest) in the Azure portal.
53+
- To provide feedback or to request new features, create an entry via [UserVoice](https://feedback.azure.com/forums/597976-azure-database-for-postgresql).
54+
55+
## Next steps
56+
57+
Now that you've read our CLI Release Notes on Azure Database for PostgreSQL flexible server, you're ready to create your first server: [Create an Azure Database for PostgreSQL - Flexible Server using Azure portal](./quickstart-create-server-portal.md)
58+

0 commit comments

Comments
 (0)