Skip to content

Commit f62c3d1

Browse files
authored
Merge pull request #253465 from niklarin/product-update
GAing Azure SDKS, Azure CLI, and pgAudit
2 parents fe1925b + d18b8ae commit f62c3d1

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

articles/cosmos-db/postgresql/TOC.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
items:
99
- name: Create cluster
1010
items:
11-
- name: Azure Portal
11+
- name: Azure portal
1212
href: quickstart-create-portal.md
1313
- name: Bicep
1414
href: quickstart-create-bicep.md
@@ -278,20 +278,20 @@
278278
href: /azure/templates/microsoft.dbforpostgresql/servergroupsv2?pivots=deployment-language-arm-template
279279
- name: Bicep
280280
href: /azure/templates/microsoft.dbforpostgresql/servergroupsv2?pivots=deployment-language-bicep
281-
- name: Azure CLI (preview)
281+
- name: Azure CLI
282282
href: /cli/azure/cosmosdb/postgres
283283
- name: Azure SDKs
284284
items:
285-
- name: .NET (preview)
286-
href: https://www.nuget.org/packages/Azure.ResourceManager.CosmosDBForPostgreSql/1.0.0-beta.1
287-
- name: Go (preview)
288-
href: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmosforpostgresql/armcosmosforpostgresql@v0.1.0
289-
- name: Java (preview)
290-
href: https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-cosmosdbforpostgresql/1.0.0-beta.1/overview
291-
- name: JavaScript (preview)
292-
href: https://www.npmjs.com/package/@azure/arm-cosmosdbforpostgresql/v/1.0.0-beta.1
293-
- name: Python (preview)
294-
href: https://pypi.org/project/azure-mgmt-cosmosdbforpostgresql/1.0.0b1/
285+
- name: .NET SDK
286+
href: https://www.nuget.org/packages/Azure.ResourceManager.CosmosDBForPostgreSql/
287+
- name: Go SDK
288+
href: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmosforpostgresql/armcosmosforpostgresql
289+
- name: Java SDK
290+
href: https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-cosmosdbforpostgresql/
291+
- name: JavaScript SDK
292+
href: https://www.npmjs.com/package/@azure/arm-cosmosdbforpostgresql/
293+
- name: Python SDK
294+
href: https://pypi.org/project/azure-mgmt-cosmosdbforpostgresql/
295295

296296
- name: Resources
297297
items:

articles/cosmos-db/postgresql/how-to-enable-audit.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,13 @@ author: akashrao
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.topic: how-to
9-
ms.date: 06/12/2023
9+
ms.date: 10/01/2023
1010
---
1111

1212
# Audit logging in Azure Cosmos DB for PostgreSQL
1313

1414
[!INCLUDE [PostgreSQL](../includes/appliesto-postgresql.md)]
1515

16-
> [!IMPORTANT]
17-
> The pgAudit extension in Azure Cosmos DB for PostgreSQL is currently in preview. This
18-
> preview version is provided without a service level agreement, and it's not
19-
> recommended for production workloads. Certain features might not be supported
20-
> or might have constrained capabilities.
21-
>
22-
> You can see a complete list of other new features in [preview features](product-updates.md).
23-
2416
Audit logging of database activities in Azure Cosmos DB for PostgreSQL is available through the PostgreSQL Audit extension: [pgAudit](https://www.pgaudit.org/). pgAudit provides detailed session or object audit logging.
2517

2618
If you want Azure resource-level logs for operations like compute and storage scaling, see the [Azure Activity Log](../../azure-monitor/essentials/platform-logs-overview.md).

articles/cosmos-db/postgresql/product-updates.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: mvc, references_regions
77
ms.service: cosmos-db
88
ms.subservice: postgresql
99
ms.topic: conceptual
10-
ms.date: 09/27/2023
10+
ms.date: 10/01/2023
1111
---
1212

1313
# Product updates for Azure Cosmos DB for PostgreSQL
@@ -22,13 +22,24 @@ Updates that don’t directly affect the internals of a cluster are rolled out g
2222

2323
Updates that change cluster internals, such as installing a [new minor PostgreSQL version](https://www.postgresql.org/developer/roadmap/), are delivered to existing clusters as part of the next [scheduled maintenance](concepts-maintenance.md) event. Such updates are available immediately to newly created clusters.
2424

25-
### September 2023
25+
### October 2023
26+
* General availability: Azure SDKs are now generally available for all Azure Cosmos DB for PostgreSQL management operations supported in REST APIs.
27+
* [.NET SDK](https://www.nuget.org/packages/Azure.ResourceManager.CosmosDBForPostgreSql/)
28+
* [Go SDK](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmosforpostgresql/armcosmosforpostgresql)
29+
* [Java SDK](https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-cosmosdbforpostgresql/)
30+
* [JavaScript SDK](https://www.npmjs.com/package/@azure/arm-cosmosdbforpostgresql/)
31+
* [Python SDK](https://pypi.org/project/azure-mgmt-cosmosdbforpostgresql/)
32+
* General availability: Azure CLI is now available for all Azure Cosmos DB for PostgreSQL management operations supported in REST APIs.
33+
* See [details](/cli/azure/cosmosdb/postgres).
34+
* General availability: Audit logging of database activities in Azure Cosmos DB for PostgreSQL is available through the PostgreSQL pgAudit extension.
35+
* See [details](./how-to-enable-audit.md).
2636

37+
### September 2023
2738
* General availability: [PostgreSQL 16](https://www.postgresql.org/docs/release/16.0/) support.
2839
* See all supported PostgreSQL versions [here](./reference-versions.md#postgresql-versions).
2940
* [Upgrade to PostgreSQL 16](./howto-upgrade.md)
3041
* General availability: [Citus 12.1 with new features and PostgreSQL 16 support](https://www.citusdata.com/updates/v12-1).
31-
* General availability: Data Encryption at rest using [Customer Managed Keys](./concepts-customer-managed-keys.md) is now supported for all available regions.
42+
* General availability: Data encryption at rest using [Customer Managed Keys](./concepts-customer-managed-keys.md) (CMK) is now supported for all available regions.
3243
* See [this guide](./how-to-customer-managed-keys.md) for the steps to enable data encryption using customer managed keys.
3344
* Preview: Geo-redundant backup and restore
3445
* Learn more about [backup and restore Azure Cosmos DB for PostgreSQL](./concepts-backup.md)
@@ -148,9 +159,6 @@ Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
148159
* [Geo-redundant backup and restore](./concepts-backup.md#backup-redundancy)
149160
* [32 TiB storage per node in multi-node clusters](./resources-compute.md#multi-node-cluster)
150161
* [Azure Active Directory (Azure AD) authentication](./concepts-authentication.md#azure-active-directory-authentication-preview)
151-
* [Azure CLI support for Azure Cosmos DB for PostgreSQL](/cli/azure/cosmosdb/postgres)
152-
* Azure SDKs: [.NET](https://www.nuget.org/packages/Azure.ResourceManager.CosmosDBForPostgreSql/1.0.0-beta.1), [Go](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmosforpostgresql/[email protected]), [Java](https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-cosmosdbforpostgresql/1.0.0-beta.1/overview), [JavaScript](https://www.npmjs.com/package/@azure/arm-cosmosdbforpostgresql/v/1.0.0-beta.1), and [Python](https://pypi.org/project/azure-mgmt-cosmosdbforpostgresql/1.0.0b1/)
153-
* [Database audit with pgAudit](./how-to-enable-audit.md)
154162

155163
## Contact us
156164

0 commit comments

Comments
 (0)