Skip to content

Commit 664f27c

Browse files
committed
Update release-notes-api.md
1 parent 465c8f5 commit 664f27c

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

articles/postgresql/flexible-server/release-notes-api.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,19 @@ This page provides latest news and updates regarding the recommended API version
2424
| API Version | Stable/Preview | Comments |
2525
| --- | --- | --- |
2626
| 2023-06-01-preview| Preview | Earlier GA features +<br>Migration Prevalidation<br>Read replicas - Switchover (Site swap)<br>Read replicas - Virtual Endpoints<br>Private Endpoints<br>Azure Defender\Threat Protection APIs<br>PG 16 support<br>PremiumV2_LRS storage type support<br>Location capability changes for SSDv2<br>Quota Usage API<br> |
27-
| 2023-03-01-preview | Preview | New GA version features (2022-12-01) +<br>Geo + CMK<br>Storage auto growth<br>IOPS scaling<br>New location capability api<br>Azure Defender<br>Server Logs<br>Migrations<br> |
28-
| [2022-12-01](/rest/api/postgresql/) | Stable (GA) | Earlier GA features +<br>AAD<br>CMK<br>Backups<br>Administrators<br>Replicas<br>GeoRestore<br>MVU<br> |
27+
| 2023-03-01-preview | Preview | New GA version features (2022-12-01) +<br>Geo + CMK<br>Storage auto growth<br>IOPS scaling<br>New location capability API<br>Azure Defender<br>Server Logs<br>Migrations<br> |
28+
| [2022-12-01](/rest/api/postgresql/) | Stable (GA) | Earlier GA features +<br>EntraID<br>CMK<br>Backups<br>Administrators<br>Replicas<br>GeoRestore<br>MVU<br> |
2929
| 2022-05-01-preview | Preview | CheckMigrationNameAvailability<br>Migrations<br> |
3030
| 2021-06-01 | Stable (GA) | Earlier GA features +<br>Server CRUD<br>CheckNameAvailability<br>Configurations (Server parameters)<br>Database<br>Firewall rules<br>Private<br>DNS zone suffix<br>PITR<br>Server Restart<br>Server Start<br>Server Stop<br>Maintenance window<br>Virtual network subnet usage<br> |
3131

3232
## Using preview versions of API from Terraform
3333

34-
[Terraform](https://www.hashicorp.com/products/terraform) is an infrastructure-as-code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL), or optionally JSON.
35-
Terraform community releases regular updates for **[Azure Resource Manager (AzureRM) Terraform provider](https://registry.terraform.io/providers/hashicorp/he AzAPI provider features the following benefits:
34+
[Terraform](https://www.hashicorp.com/products/terraform) is an infrastructure-as-code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL), or optionally JSON. Terraform is a common way to perform IaC management for Azure Database for PostgreSQL - Flexible Server based on GA Azure RM API.
35+
Terraform community releases regular updates for **[Azure Resource Manager (AzureRM) Terraform provider](https://registry.terraform.io/providers/tfproviders/azurerm/latest/docs/resources/postgresql_flexible_server) based on Azure Resource Manager API version in General Availability (GA).
36+
If particular feature currently is in Preview API and hasn't been yet incorporated into GA API and AzureRM Terraform provider, you can use **AzAPI Terraform provider** to call Preview API directly from Terraform. **The AzAPI provider** is a thin layer on top of the Azure Resource Manager REST APIs. The AzAPI provider enables you to manage any Azure resource type using any API version.
37+
The AzAPI provider is a thin layer on top of the Azure ARM REST APIs. The AzAPI provider enables you to manage any Azure resource type using any API version. This provider complements the AzureRM provider by enabling the management of new Azure resources and properties (including private preview).
3638

37-
Supports all Azure services:
38-
Private preview services and features
39-
Public preview services and features
40-
All API versions
41-
Full Terraform state file fidelity
42-
Properties and values are saved to state
43-
No dependency on Swagger
44-
Common and consistent Azure authenticationazurerm/latest/docs/resources/postgresql_flexible_server)** that allows IaC management for Azure Database for PostgreSQL - Flexible Server based on GA Azure RM API. If particular feature currently is in Preview API, but hasn't been yet incorporated into GA API and AzureRM Terraform provider, you can use **AzAPI Terraform provider** to call Preview API directly. **The AzAPI provider** is a thin layer on top of the Azure Azure Resource Manager REST APIs. The AzAPI provider enables you to manage any Azure resource type using any API version.
45-
46-
The AzAPI provider features the following benefits:
39+
AzAPI provider features the following benefits:
4740

4841
* Supports all Azure services:
4942
* Private preview services and features

0 commit comments

Comments
 (0)