Skip to content

Commit 2322818

Browse files
Merge pull request #273448 from GennadNY/gennadyk9076
Gennadyk9076
2 parents 0fb4e63 + 7629922 commit 2322818

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

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

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,35 @@ This page provides latest news and updates regarding the recommended API version
2323
2424
| API Version | Stable/Preview | Comments |
2525
| --- | --- | --- |
26-
| 2023-06-01-preview| Preview | Earlier GA features +<br>Migration Pre-validation<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> |
26+
| 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>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

32+
## Using preview versions of API from Terraform
33+
34+
**[Terraform](https://www.hashicorp.com/products/terraform)** is an infrastructure-as-code (IaC) 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, in addition to [Azure Resource Manager (ARM) Templates](../../azure-resource-manager/templates/overview.md)
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).
38+
39+
AzAPI provider features the following benefits:
40+
41+
* Supports all Azure services:
42+
* Private preview services and features
43+
* Public preview services and features
44+
* All API versions
45+
* Full Terraform state file fidelity
46+
* Properties and values are saved to state
47+
* No dependency on Swagger
48+
* Common and consistent Azure authentication
49+
50+
The [AzAPI2AzureRM](https://github.com/Azure/azapi2azurerm/releases) is an open source tool that's designed to help migrate from the AzAPI provider to the AzureRM provider.
3251

3352
## Contacts
3453

35-
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])). Please note that this email address isn't a technical support alias.
54+
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])). Note that this email address isn't a technical support alias.
3655

3756
In addition, consider the following points of contact as appropriate:
3857

@@ -42,4 +61,4 @@ In addition, consider the following points of contact as appropriate:
4261

4362
## Next steps
4463

45-
Now that you've read our API 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)
64+
Now that you've read our API 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)

0 commit comments

Comments
 (0)