Skip to content

Commit e156ecd

Browse files
committed
Update release-notes-api.md
1 parent 9a66675 commit e156ecd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,32 @@ This page provides latest news and updates regarding the recommended API version
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 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:
36+
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 has not 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 ARM 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:
47+
48+
* Supports all Azure services:
49+
* Private preview services and features
50+
* Public preview services and features
51+
* All API versions
52+
* Full Terraform state file fidelity
53+
* Properties and values are saved to state
54+
* No dependency on Swagger
55+
* Common and consistent Azure authentication
56+
57+
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.
3258

3359
## Contacts
3460

0 commit comments

Comments
 (0)