Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.94 KB

File metadata and controls

55 lines (44 loc) · 1.94 KB

Python

These settings apply only when --python is specified on the command line. Please also specify --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>.

azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
no-namespace-folders: true
clear-output-folder: true

Tag: package-flexibleserver-2024-08-01 and python

These settings apply only when --tag=package-flexibleserver-2024-08-01 --python is specified on the command line. Please also specify --python-sdk-folder=<path to the root directory of your azure-sdk-for-python clone>.

title: PostgreSQLManagementClient
package-name: azure-mgmt-postgresqlflexibleservers
package-version: 1.0.0b1
namespace: azure.mgmt.postgresqlflexibleservers
output-folder: $(python-sdks-folder)/postgresqlflexibleservers/azure-mgmt-postgresqlflexibleservers/azure/mgmt/postgresqlflexibleservers

Tag: package-2020-01-01 and python

These settings apply only when --tag=package-2020-01-01 --python is specified on the command line. Please also specify --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>.

title: PostgreSQLManagementClient
package-name: azure-mgmt-rdbms
package-version: 1.0.0b1
namespace: azure.mgmt.rdbms.postgresql
output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql
directive:
  - from: swagger-document
    where: $.definitions.ServerProperties.properties.sourceServerResourceId
    transform: >
        $['format'] = 'string';

  - from: swagger-document
    where: $.definitions.Network.properties.delegatedSubnetResourceId
    transform: >
        $['format'] = 'string';

  - from: swagger-document
    where: $.definitions.Network.properties.privateDnsZoneArmResourceId
    transform: >
        $['format'] = 'string';