Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update readme
  • Loading branch information
nasc17 committed Sep 25, 2024
commit 66ef4ff7a6d2a5d7ea25a911559f554a31671902
64 changes: 62 additions & 2 deletions specification/postgresql/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,77 @@ These are the global settings for the PostgreSQL API.
title: PostgreSQLManagementClient
description: The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model.
openapi-type: arm
tag: package-flexibleserver-2024-03-01-preview
tag: package-flexibleserver-2024-08-01
```

``` yaml $(package-flexibleservers)
tag: package-flexibleserver-2024-03-01-preview
tag: package-flexibleserver-2024-08-01
```

``` yaml $(package-singleservers)
tag: package-2020-01-01
```

### Tag: package-flexibleserver-2024-08-01

These settings apply only when `--tag=package-flexibleserver-2024-08-01` is specified on the command line.

``` yaml $(tag) == 'package-flexibleserver-2024-08-01'
input-file:
- Microsoft.DBforPostgreSQL/stable/2024-08-01/Administrators.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/Backups.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/Capabilities.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/CheckNameAvailability.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/Configuration.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/Databases.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/FirewallRules.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/FlexibleServers.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/LongTermRetentionOperation.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/Migrations.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/Operations.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/PrivateDnsZone.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/PrivateEndpointConnections.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/PrivateLinkResources.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/Replicas.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/ServerLogs.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/ServerStartStopRestart.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/ThreatProtection.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/VirtualEndpoints.json
- Microsoft.DBforPostgreSQL/stable/2024-08-01/VirtualNetwork.json
suppressions:
- code: PutResponseCodes
from: PrivateEndpointConnections.json
reason: FlexibleServers namespace is already returning 202 as response for PUT. These APIs are under same namespace and hence keeping it as-is.
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}"].put.responses
- code: ProvisioningStateSpecifiedForLROPut
from: ThreatProtection.json
reason: FlexibleServers namespace is already returning 202 as response for PUT. These APIs are under same namespace and hence keeping it as-is.
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/advancedThreatProtectionSettings/{threatProtectionName}"].put.responses
- code: PutResponseCodes
from: ThreatProtection.json
reason: FlexibleServers namespace is already returning 202 as response for PUT. These APIs are under same namespace and hence keeping it as-is.
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/advancedThreatProtectionSettings/{threatProtectionName}"].put.responses
- code: ProvisioningStateSpecifiedForLROPut
from: VirtualEndpoints.json
reason: FlexibleServers namespace is already returning 202 as response for PUT. These APIs are under same namespace and hence keeping it as-is.
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/virtualendpoints/{virtualEndpointName}"].put.responses
- code: ProvisioningStateSpecifiedForLROPatch
from: VirtualEndpoints.json
reason: FlexibleServers namespace is already returning 202 as response for PUT. These APIs are under same namespace and hence keeping it as-is.
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/virtualendpoints/{virtualEndpointName}"].patch.responses
- code: PutResponseCodes
from: VirtualEndpoints.json
reason: FlexibleServers namespace is already returning 202 as response for PUT. These APIs are under same namespace and hence keeping it as-is.
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/virtualendpoints/{virtualEndpointName}"].put.responses
- code: PutResponseCodes
from: Backups.json
reason: FlexibleServers namespace is already returning 202 as response for PUT. These APIs are under same namespace and hence keeping it as-is.
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName}"].put.responses
- code: ProvisioningStateSpecifiedForLROPut
from: Backups.json
reason: FlexibleServers namespace is already returning 202 as response for PUT. These APIs are under same namespace and hence keeping it as-is.
where: $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName}"].put.responses
```

### Tag: package-flexibleserver-2024-03-preview

Expand Down