@azure/arm-postgresql-flexible 2.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +70 -82
- package/dist/index.js +3801 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/capabilitiesList.d.ts +2 -0
- package/dist-esm/samples-dev/capabilitiesList.d.ts.map +1 -0
- package/dist-esm/samples-dev/capabilitiesList.js +44 -0
- package/dist-esm/samples-dev/capabilitiesList.js.map +1 -0
- package/dist-esm/samples-dev/configurationGet.d.ts +2 -0
- package/dist-esm/samples-dev/configurationGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationGet.js +32 -0
- package/dist-esm/samples-dev/configurationGet.js.map +1 -0
- package/dist-esm/samples-dev/configurationList.d.ts +2 -0
- package/dist-esm/samples-dev/configurationList.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationList.js +45 -0
- package/dist-esm/samples-dev/configurationList.js.map +1 -0
- package/dist-esm/samples-dev/createADatabase.d.ts +2 -0
- package/dist-esm/samples-dev/createADatabase.d.ts.map +1 -0
- package/dist-esm/samples-dev/createADatabase.js +33 -0
- package/dist-esm/samples-dev/createADatabase.js.map +1 -0
- package/dist-esm/samples-dev/createADatabaseAsAPointInTimeRestore.d.ts +2 -0
- package/dist-esm/samples-dev/createADatabaseAsAPointInTimeRestore.d.ts.map +1 -0
- package/dist-esm/samples-dev/createADatabaseAsAPointInTimeRestore.js +37 -0
- package/dist-esm/samples-dev/createADatabaseAsAPointInTimeRestore.js.map +1 -0
- package/dist-esm/samples-dev/createANewServer.d.ts +2 -0
- package/dist-esm/samples-dev/createANewServer.d.ts.map +1 -0
- package/dist-esm/samples-dev/createANewServer.js +48 -0
- package/dist-esm/samples-dev/createANewServer.js.map +1 -0
- package/dist-esm/samples-dev/deleteADatabase.d.ts +2 -0
- package/dist-esm/samples-dev/deleteADatabase.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteADatabase.js +32 -0
- package/dist-esm/samples-dev/deleteADatabase.js.map +1 -0
- package/dist-esm/samples-dev/firewallRuleCreate.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRuleCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRuleCreate.js +36 -0
- package/dist-esm/samples-dev/firewallRuleCreate.js.map +1 -0
- package/dist-esm/samples-dev/firewallRuleDelete.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRuleDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRuleDelete.js +32 -0
- package/dist-esm/samples-dev/firewallRuleDelete.js.map +1 -0
- package/dist-esm/samples-dev/firewallRuleList.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRuleList.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRuleList.js +45 -0
- package/dist-esm/samples-dev/firewallRuleList.js.map +1 -0
- package/dist-esm/samples-dev/getADatabase.d.ts +2 -0
- package/dist-esm/samples-dev/getADatabase.d.ts.map +1 -0
- package/dist-esm/samples-dev/getADatabase.js +32 -0
- package/dist-esm/samples-dev/getADatabase.js.map +1 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffix.d.ts +2 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffix.js +29 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist-esm/samples-dev/listDatabasesInAServer.d.ts +2 -0
- package/dist-esm/samples-dev/listDatabasesInAServer.d.ts.map +1 -0
- package/dist-esm/samples-dev/listDatabasesInAServer.js +45 -0
- package/dist-esm/samples-dev/listDatabasesInAServer.js.map +1 -0
- package/dist-esm/samples-dev/nameAvailability.d.ts +2 -0
- package/dist-esm/samples-dev/nameAvailability.d.ts.map +1 -0
- package/dist-esm/samples-dev/nameAvailability.js +33 -0
- package/dist-esm/samples-dev/nameAvailability.js.map +1 -0
- package/dist-esm/samples-dev/operationList.d.ts +2 -0
- package/dist-esm/samples-dev/operationList.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationList.js +29 -0
- package/dist-esm/samples-dev/operationList.js.map +1 -0
- package/dist-esm/samples-dev/serverDelete.d.ts +2 -0
- package/dist-esm/samples-dev/serverDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverDelete.js +31 -0
- package/dist-esm/samples-dev/serverDelete.js.map +1 -0
- package/dist-esm/samples-dev/serverGet.d.ts +2 -0
- package/dist-esm/samples-dev/serverGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverGet.js +31 -0
- package/dist-esm/samples-dev/serverGet.js.map +1 -0
- package/dist-esm/samples-dev/serverGetWithVnet.d.ts +2 -0
- package/dist-esm/samples-dev/serverGetWithVnet.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverGetWithVnet.js +31 -0
- package/dist-esm/samples-dev/serverGetWithVnet.js.map +1 -0
- package/dist-esm/samples-dev/serverList.d.ts +2 -0
- package/dist-esm/samples-dev/serverList.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverList.js +43 -0
- package/dist-esm/samples-dev/serverList.js.map +1 -0
- package/dist-esm/samples-dev/serverListByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/serverListByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverListByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/serverListByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/serverRestart.d.ts +2 -0
- package/dist-esm/samples-dev/serverRestart.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverRestart.js +31 -0
- package/dist-esm/samples-dev/serverRestart.js.map +1 -0
- package/dist-esm/samples-dev/serverRestartWithFailover.d.ts +2 -0
- package/dist-esm/samples-dev/serverRestartWithFailover.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverRestartWithFailover.js +36 -0
- package/dist-esm/samples-dev/serverRestartWithFailover.js.map +1 -0
- package/dist-esm/samples-dev/serverStart.d.ts +2 -0
- package/dist-esm/samples-dev/serverStart.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverStart.js +31 -0
- package/dist-esm/samples-dev/serverStart.js.map +1 -0
- package/dist-esm/samples-dev/serverStop.d.ts +2 -0
- package/dist-esm/samples-dev/serverStop.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverStop.js +31 -0
- package/dist-esm/samples-dev/serverStop.js.map +1 -0
- package/dist-esm/samples-dev/serverUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/serverUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverUpdate.js +39 -0
- package/dist-esm/samples-dev/serverUpdate.js.map +1 -0
- package/dist-esm/samples-dev/serverUpdateWithCustomerMaintenanceWindow.d.ts +2 -0
- package/dist-esm/samples-dev/serverUpdateWithCustomerMaintenanceWindow.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverUpdateWithCustomerMaintenanceWindow.js +41 -0
- package/dist-esm/samples-dev/serverUpdateWithCustomerMaintenanceWindow.js.map +1 -0
- package/dist-esm/samples-dev/updateAUserConfiguration.d.ts +2 -0
- package/dist-esm/samples-dev/updateAUserConfiguration.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateAUserConfiguration.js +33 -0
- package/dist-esm/samples-dev/updateAUserConfiguration.js.map +1 -0
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageList.d.ts +2 -0
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageList.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageList.js +33 -0
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageList.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/checkNameAvailabilityMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1104 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +112 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +42 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +819 -743
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +22 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +84 -63
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.js +49 -0
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +83 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +343 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +81 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +331 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +81 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +331 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +46 -0
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedCapabilities.js +132 -0
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/servers.d.ts +151 -0
- package/dist-esm/src/operations/servers.d.ts.map +1 -0
- package/dist-esm/src/operations/servers.js +717 -0
- package/dist-esm/src/operations/servers.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js +54 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/{src/models/getPrivateDnsZoneSuffixMappers.ts → dist-esm/src/operationsInterfaces/checkNameAvailability.js} +2 -6
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/checkNameAvailabilityMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -8
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/{esm/models/getPrivateDnsZoneSuffixMappers.js → dist-esm/src/operationsInterfaces/databases.js} +2 -2
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts +115 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/servers.js} +2 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist-esm/src/postgreSQLManagementClient.d.ts +26 -0
- package/dist-esm/src/postgreSQLManagementClient.d.ts.map +1 -0
- package/dist-esm/src/postgreSQLManagementClient.js +59 -0
- package/dist-esm/src/postgreSQLManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +80 -33
- package/review/arm-postgresql-flexible.api.md +865 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -8
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +908 -1203
- package/src/models/mappers.ts +789 -718
- package/src/models/parameters.ts +117 -64
- package/src/operations/checkNameAvailability.ts +35 -57
- package/src/operations/configurations.ts +374 -148
- package/src/operations/databases.ts +355 -212
- package/src/operations/firewallRules.ts +355 -212
- package/src/operations/getPrivateDnsZoneSuffix.ts +28 -67
- package/src/operations/index.ts +1 -2
- package/src/operations/locationBasedCapabilities.ts +109 -79
- package/src/operations/operations.ts +27 -41
- package/src/operations/servers.ts +745 -412
- package/src/operations/virtualNetworkSubnetUsage.ts +40 -57
- package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
- package/src/operationsInterfaces/configurations.ts +119 -0
- package/src/operationsInterfaces/databases.ts +109 -0
- package/src/operationsInterfaces/firewallRules.ts +109 -0
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +23 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/locationBasedCapabilities.ts +27 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/servers.ts +202 -0
- package/src/operationsInterfaces/virtualNetworkSubnetUsage.ts +28 -0
- package/src/postgreSQLManagementClient.ts +97 -49
- package/tsconfig.json +5 -4
- package/types/arm-postgresql-flexible.d.ts +1581 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-postgresql-flexible.js +0 -3349
- package/dist/arm-postgresql-flexible.js.map +0 -1
- package/dist/arm-postgresql-flexible.min.js +0 -1
- package/dist/arm-postgresql-flexible.min.js.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
- package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js +0 -9
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/getPrivateDnsZoneSuffixMappers.d.ts +0 -2
- package/esm/models/getPrivateDnsZoneSuffixMappers.d.ts.map +0 -1
- package/esm/models/getPrivateDnsZoneSuffixMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1426
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationBasedCapabilitiesMappers.d.ts +0 -2
- package/esm/models/locationBasedCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/locationBasedCapabilitiesMappers.js +0 -9
- package/esm/models/locationBasedCapabilitiesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -45
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -14
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/serversMappers.d.ts +0 -2
- package/esm/models/serversMappers.d.ts.map +0 -1
- package/esm/models/serversMappers.js +0 -9
- package/esm/models/serversMappers.js.map +0 -1
- package/esm/models/virtualNetworkSubnetUsageMappers.d.ts +0 -2
- package/esm/models/virtualNetworkSubnetUsageMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworkSubnetUsageMappers.js +0 -9
- package/esm/models/virtualNetworkSubnetUsageMappers.js.map +0 -1
- package/esm/operations/checkNameAvailability.d.ts +0 -34
- package/esm/operations/checkNameAvailability.d.ts.map +0 -1
- package/esm/operations/checkNameAvailability.js +0 -59
- package/esm/operations/checkNameAvailability.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -97
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -181
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -115
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -237
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -115
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -237
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/getPrivateDnsZoneSuffix.d.ts +0 -34
- package/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/esm/operations/getPrivateDnsZoneSuffix.js +0 -69
- package/esm/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locationBasedCapabilities.d.ts +0 -49
- package/esm/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/esm/operations/locationBasedCapabilities.js +0 -84
- package/esm/operations/locationBasedCapabilities.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/servers.d.ts +0 -206
- package/esm/operations/servers.d.ts.map +0 -1
- package/esm/operations/servers.js +0 -484
- package/esm/operations/servers.js.map +0 -1
- package/esm/operations/virtualNetworkSubnetUsage.d.ts +0 -34
- package/esm/operations/virtualNetworkSubnetUsage.d.ts.map +0 -1
- package/esm/operations/virtualNetworkSubnetUsage.js +0 -61
- package/esm/operations/virtualNetworkSubnetUsage.js.map +0 -1
- package/esm/postgreSQLManagementClient.d.ts +0 -32
- package/esm/postgreSQLManagementClient.d.ts.map +0 -1
- package/esm/postgreSQLManagementClient.js +0 -45
- package/esm/postgreSQLManagementClient.js.map +0 -1
- package/esm/postgreSQLManagementClientContext.d.ts +0 -21
- package/esm/postgreSQLManagementClientContext.d.ts.map +0 -1
- package/esm/postgreSQLManagementClientContext.js +0 -59
- package/esm/postgreSQLManagementClientContext.js.map +0 -1
- package/src/models/configurationsMappers.ts +0 -34
- package/src/models/databasesMappers.ts +0 -34
- package/src/models/firewallRulesMappers.ts +0 -34
- package/src/models/locationBasedCapabilitiesMappers.ts +0 -20
- package/src/models/serversMappers.ts +0 -35
- package/src/models/virtualNetworkSubnetUsageMappers.ts +0 -16
- package/src/postgreSQLManagementClientContext.ts +0 -65
|
@@ -3,96 +3,57 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import * as
|
|
12
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { GetPrivateDnsZoneSuffix } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
13
12
|
import * as Parameters from "../models/parameters";
|
|
14
|
-
import {
|
|
13
|
+
import { PostgreSQLManagementClient } from "../postgreSQLManagementClient";
|
|
14
|
+
import {
|
|
15
|
+
GetPrivateDnsZoneSuffixExecuteOptionalParams,
|
|
16
|
+
GetPrivateDnsZoneSuffixExecuteResponse
|
|
17
|
+
} from "../models";
|
|
15
18
|
|
|
16
|
-
/** Class
|
|
17
|
-
export class GetPrivateDnsZoneSuffix {
|
|
18
|
-
private readonly client:
|
|
19
|
+
/** Class containing GetPrivateDnsZoneSuffix operations. */
|
|
20
|
+
export class GetPrivateDnsZoneSuffixImpl implements GetPrivateDnsZoneSuffix {
|
|
21
|
+
private readonly client: PostgreSQLManagementClient;
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
24
|
+
* Initialize a new instance of the class GetPrivateDnsZoneSuffix class.
|
|
25
|
+
* @param client Reference to the service client
|
|
23
26
|
*/
|
|
24
|
-
constructor(client:
|
|
27
|
+
constructor(client: PostgreSQLManagementClient) {
|
|
25
28
|
this.client = client;
|
|
26
29
|
}
|
|
27
30
|
|
|
28
31
|
/**
|
|
29
32
|
* Get private DNS zone suffix in the cloud
|
|
30
|
-
* @param
|
|
31
|
-
* Possible values include: 'PostgreSQL', 'PostgreSQLCitus', 'MySQL', 'MariaDb', 'Oracle'
|
|
32
|
-
* @param [options] The optional parameters
|
|
33
|
-
* @returns Promise<Models.GetPrivateDnsZoneSuffixExecuteResponse>
|
|
33
|
+
* @param options The options parameters.
|
|
34
34
|
*/
|
|
35
|
-
execute(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
* @param callback The callback
|
|
40
|
-
*/
|
|
41
|
-
execute(body: Models.Body, callback: msRest.ServiceCallback<string>): void;
|
|
42
|
-
/**
|
|
43
|
-
* @param body The required parameters for getting private DNS zone suffix based on server type.
|
|
44
|
-
* Possible values include: 'PostgreSQL', 'PostgreSQLCitus', 'MySQL', 'MariaDb', 'Oracle'
|
|
45
|
-
* @param options The optional parameters
|
|
46
|
-
* @param callback The callback
|
|
47
|
-
*/
|
|
48
|
-
execute(body: Models.Body, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<string>): void;
|
|
49
|
-
execute(body: Models.Body, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<string>, callback?: msRest.ServiceCallback<string>): Promise<Models.GetPrivateDnsZoneSuffixExecuteResponse> {
|
|
50
|
-
return this.client.sendOperationRequest(
|
|
51
|
-
{
|
|
52
|
-
body,
|
|
53
|
-
options
|
|
54
|
-
},
|
|
55
|
-
executeOperationSpec,
|
|
56
|
-
callback) as Promise<Models.GetPrivateDnsZoneSuffixExecuteResponse>;
|
|
35
|
+
execute(
|
|
36
|
+
options?: GetPrivateDnsZoneSuffixExecuteOptionalParams
|
|
37
|
+
): Promise<GetPrivateDnsZoneSuffixExecuteResponse> {
|
|
38
|
+
return this.client.sendOperationRequest({ options }, executeOperationSpec);
|
|
57
39
|
}
|
|
58
40
|
}
|
|
59
|
-
|
|
60
41
|
// Operation Specifications
|
|
61
|
-
const serializer =
|
|
62
|
-
|
|
42
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
43
|
+
|
|
44
|
+
const executeOperationSpec: coreClient.OperationSpec = {
|
|
45
|
+
path: "/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix",
|
|
63
46
|
httpMethod: "POST",
|
|
64
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.DBForPostgreSql/getPrivateDnsZoneSuffix",
|
|
65
|
-
urlParameters: [
|
|
66
|
-
Parameters.subscriptionId
|
|
67
|
-
],
|
|
68
|
-
queryParameters: [
|
|
69
|
-
Parameters.apiVersion2
|
|
70
|
-
],
|
|
71
|
-
headerParameters: [
|
|
72
|
-
Parameters.acceptLanguage
|
|
73
|
-
],
|
|
74
|
-
requestBody: {
|
|
75
|
-
parameterPath: "body",
|
|
76
|
-
mapper: {
|
|
77
|
-
required: true,
|
|
78
|
-
serializedName: "body",
|
|
79
|
-
type: {
|
|
80
|
-
name: "String"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
47
|
responses: {
|
|
85
48
|
200: {
|
|
86
|
-
bodyMapper: {
|
|
87
|
-
serializedName: "parsedResponse",
|
|
88
|
-
type: {
|
|
89
|
-
name: "String"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
49
|
+
bodyMapper: { type: { name: "String" } }
|
|
92
50
|
},
|
|
93
51
|
default: {
|
|
94
52
|
bodyMapper: Mappers.CloudError
|
|
95
53
|
}
|
|
96
54
|
},
|
|
55
|
+
queryParameters: [Parameters.apiVersion],
|
|
56
|
+
urlParameters: [Parameters.$host],
|
|
57
|
+
headerParameters: [Parameters.accept],
|
|
97
58
|
serializer
|
|
98
59
|
};
|
package/src/operations/index.ts
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
9
|
export * from "./servers";
|
|
@@ -3,100 +3,126 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import * as
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { LocationBasedCapabilities } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
13
13
|
import * as Parameters from "../models/parameters";
|
|
14
|
-
import {
|
|
14
|
+
import { PostgreSQLManagementClient } from "../postgreSQLManagementClient";
|
|
15
|
+
import {
|
|
16
|
+
CapabilityProperties,
|
|
17
|
+
LocationBasedCapabilitiesExecuteNextOptionalParams,
|
|
18
|
+
LocationBasedCapabilitiesExecuteOptionalParams,
|
|
19
|
+
LocationBasedCapabilitiesExecuteResponse,
|
|
20
|
+
LocationBasedCapabilitiesExecuteNextResponse
|
|
21
|
+
} from "../models";
|
|
15
22
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
23
|
+
/// <reference lib="esnext.asynciterable" />
|
|
24
|
+
/** Class containing LocationBasedCapabilities operations. */
|
|
25
|
+
export class LocationBasedCapabilitiesImpl
|
|
26
|
+
implements LocationBasedCapabilities {
|
|
27
|
+
private readonly client: PostgreSQLManagementClient;
|
|
19
28
|
|
|
20
29
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
30
|
+
* Initialize a new instance of the class LocationBasedCapabilities class.
|
|
31
|
+
* @param client Reference to the service client
|
|
23
32
|
*/
|
|
24
|
-
constructor(client:
|
|
33
|
+
constructor(client: PostgreSQLManagementClient) {
|
|
25
34
|
this.client = client;
|
|
26
35
|
}
|
|
27
36
|
|
|
28
37
|
/**
|
|
29
38
|
* Get capabilities at specified location in a given subscription.
|
|
30
39
|
* @param locationName The name of the location.
|
|
31
|
-
* @param
|
|
32
|
-
* @returns Promise<Models.LocationBasedCapabilitiesExecuteResponse>
|
|
40
|
+
* @param options The options parameters.
|
|
33
41
|
*/
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
public listExecute(
|
|
43
|
+
locationName: string,
|
|
44
|
+
options?: LocationBasedCapabilitiesExecuteOptionalParams
|
|
45
|
+
): PagedAsyncIterableIterator<CapabilityProperties> {
|
|
46
|
+
const iter = this.executePagingAll(locationName, options);
|
|
47
|
+
return {
|
|
48
|
+
next() {
|
|
49
|
+
return iter.next();
|
|
50
|
+
},
|
|
51
|
+
[Symbol.asyncIterator]() {
|
|
52
|
+
return this;
|
|
53
|
+
},
|
|
54
|
+
byPage: () => {
|
|
55
|
+
return this.executePagingPage(locationName, options);
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
private async *executePagingPage(
|
|
61
|
+
locationName: string,
|
|
62
|
+
options?: LocationBasedCapabilitiesExecuteOptionalParams
|
|
63
|
+
): AsyncIterableIterator<CapabilityProperties[]> {
|
|
64
|
+
let result = await this._execute(locationName, options);
|
|
65
|
+
yield result.value || [];
|
|
66
|
+
let continuationToken = result.nextLink;
|
|
67
|
+
while (continuationToken) {
|
|
68
|
+
result = await this._executeNext(
|
|
49
69
|
locationName,
|
|
70
|
+
continuationToken,
|
|
50
71
|
options
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
72
|
+
);
|
|
73
|
+
continuationToken = result.nextLink;
|
|
74
|
+
yield result.value || [];
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
private async *executePagingAll(
|
|
79
|
+
locationName: string,
|
|
80
|
+
options?: LocationBasedCapabilitiesExecuteOptionalParams
|
|
81
|
+
): AsyncIterableIterator<CapabilityProperties> {
|
|
82
|
+
for await (const page of this.executePagingPage(locationName, options)) {
|
|
83
|
+
yield* page;
|
|
84
|
+
}
|
|
54
85
|
}
|
|
55
86
|
|
|
56
87
|
/**
|
|
57
88
|
* Get capabilities at specified location in a given subscription.
|
|
58
|
-
* @param
|
|
59
|
-
* @param
|
|
60
|
-
* @returns Promise<Models.LocationBasedCapabilitiesExecuteNextResponse>
|
|
61
|
-
*/
|
|
62
|
-
executeNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationBasedCapabilitiesExecuteNextResponse>;
|
|
63
|
-
/**
|
|
64
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
65
|
-
* @param callback The callback
|
|
89
|
+
* @param locationName The name of the location.
|
|
90
|
+
* @param options The options parameters.
|
|
66
91
|
*/
|
|
67
|
-
|
|
92
|
+
private _execute(
|
|
93
|
+
locationName: string,
|
|
94
|
+
options?: LocationBasedCapabilitiesExecuteOptionalParams
|
|
95
|
+
): Promise<LocationBasedCapabilitiesExecuteResponse> {
|
|
96
|
+
return this.client.sendOperationRequest(
|
|
97
|
+
{ locationName, options },
|
|
98
|
+
executeOperationSpec
|
|
99
|
+
);
|
|
100
|
+
}
|
|
101
|
+
|
|
68
102
|
/**
|
|
69
|
-
*
|
|
70
|
-
* @param
|
|
71
|
-
* @param
|
|
103
|
+
* ExecuteNext
|
|
104
|
+
* @param locationName The name of the location.
|
|
105
|
+
* @param nextLink The nextLink from the previous successful call to the Execute method.
|
|
106
|
+
* @param options The options parameters.
|
|
72
107
|
*/
|
|
73
|
-
|
|
74
|
-
|
|
108
|
+
private _executeNext(
|
|
109
|
+
locationName: string,
|
|
110
|
+
nextLink: string,
|
|
111
|
+
options?: LocationBasedCapabilitiesExecuteNextOptionalParams
|
|
112
|
+
): Promise<LocationBasedCapabilitiesExecuteNextResponse> {
|
|
75
113
|
return this.client.sendOperationRequest(
|
|
76
|
-
{
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
},
|
|
80
|
-
executeNextOperationSpec,
|
|
81
|
-
callback) as Promise<Models.LocationBasedCapabilitiesExecuteNextResponse>;
|
|
114
|
+
{ locationName, nextLink, options },
|
|
115
|
+
executeNextOperationSpec
|
|
116
|
+
);
|
|
82
117
|
}
|
|
83
118
|
}
|
|
84
|
-
|
|
85
119
|
// Operation Specifications
|
|
86
|
-
const serializer =
|
|
87
|
-
|
|
120
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
121
|
+
|
|
122
|
+
const executeOperationSpec: coreClient.OperationSpec = {
|
|
123
|
+
path:
|
|
124
|
+
"/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities",
|
|
88
125
|
httpMethod: "GET",
|
|
89
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.DBForPostgreSql/locations/{locationName}/capabilities",
|
|
90
|
-
urlParameters: [
|
|
91
|
-
Parameters.subscriptionId,
|
|
92
|
-
Parameters.locationName
|
|
93
|
-
],
|
|
94
|
-
queryParameters: [
|
|
95
|
-
Parameters.apiVersion0
|
|
96
|
-
],
|
|
97
|
-
headerParameters: [
|
|
98
|
-
Parameters.acceptLanguage
|
|
99
|
-
],
|
|
100
126
|
responses: {
|
|
101
127
|
200: {
|
|
102
128
|
bodyMapper: Mappers.CapabilitiesListResult
|
|
@@ -105,22 +131,18 @@ const executeOperationSpec: msRest.OperationSpec = {
|
|
|
105
131
|
bodyMapper: Mappers.CloudError
|
|
106
132
|
}
|
|
107
133
|
},
|
|
134
|
+
queryParameters: [Parameters.apiVersion],
|
|
135
|
+
urlParameters: [
|
|
136
|
+
Parameters.$host,
|
|
137
|
+
Parameters.subscriptionId,
|
|
138
|
+
Parameters.locationName
|
|
139
|
+
],
|
|
140
|
+
headerParameters: [Parameters.accept],
|
|
108
141
|
serializer
|
|
109
142
|
};
|
|
110
|
-
|
|
111
|
-
const executeNextOperationSpec: msRest.OperationSpec = {
|
|
112
|
-
httpMethod: "GET",
|
|
113
|
-
baseUrl: "https://management.azure.com",
|
|
143
|
+
const executeNextOperationSpec: coreClient.OperationSpec = {
|
|
114
144
|
path: "{nextLink}",
|
|
115
|
-
|
|
116
|
-
Parameters.nextPageLink
|
|
117
|
-
],
|
|
118
|
-
queryParameters: [
|
|
119
|
-
Parameters.apiVersion0
|
|
120
|
-
],
|
|
121
|
-
headerParameters: [
|
|
122
|
-
Parameters.acceptLanguage
|
|
123
|
-
],
|
|
145
|
+
httpMethod: "GET",
|
|
124
146
|
responses: {
|
|
125
147
|
200: {
|
|
126
148
|
bodyMapper: Mappers.CapabilitiesListResult
|
|
@@ -129,5 +151,13 @@ const executeNextOperationSpec: msRest.OperationSpec = {
|
|
|
129
151
|
bodyMapper: Mappers.CloudError
|
|
130
152
|
}
|
|
131
153
|
},
|
|
154
|
+
queryParameters: [Parameters.apiVersion],
|
|
155
|
+
urlParameters: [
|
|
156
|
+
Parameters.$host,
|
|
157
|
+
Parameters.subscriptionId,
|
|
158
|
+
Parameters.nextLink,
|
|
159
|
+
Parameters.locationName
|
|
160
|
+
],
|
|
161
|
+
headerParameters: [Parameters.accept],
|
|
132
162
|
serializer
|
|
133
163
|
};
|
|
@@ -3,64 +3,47 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
11
|
-
import * as
|
|
12
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { Operations } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
13
12
|
import * as Parameters from "../models/parameters";
|
|
14
|
-
import {
|
|
13
|
+
import { PostgreSQLManagementClient } from "../postgreSQLManagementClient";
|
|
14
|
+
import {
|
|
15
|
+
OperationsListOptionalParams,
|
|
16
|
+
OperationsListResponse
|
|
17
|
+
} from "../models";
|
|
15
18
|
|
|
16
|
-
/** Class
|
|
17
|
-
export class Operations {
|
|
18
|
-
private readonly client:
|
|
19
|
+
/** Class containing Operations operations. */
|
|
20
|
+
export class OperationsImpl implements Operations {
|
|
21
|
+
private readonly client: PostgreSQLManagementClient;
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
24
|
+
* Initialize a new instance of the class Operations class.
|
|
25
|
+
* @param client Reference to the service client
|
|
23
26
|
*/
|
|
24
|
-
constructor(client:
|
|
27
|
+
constructor(client: PostgreSQLManagementClient) {
|
|
25
28
|
this.client = client;
|
|
26
29
|
}
|
|
27
30
|
|
|
28
31
|
/**
|
|
29
32
|
* Lists all of the available REST API operations.
|
|
30
|
-
* @param
|
|
31
|
-
* @returns Promise<Models.OperationsListResponse>
|
|
33
|
+
* @param options The options parameters.
|
|
32
34
|
*/
|
|
33
|
-
list(
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
38
|
-
/**
|
|
39
|
-
* @param options The optional parameters
|
|
40
|
-
* @param callback The callback
|
|
41
|
-
*/
|
|
42
|
-
list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;
|
|
43
|
-
list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {
|
|
44
|
-
return this.client.sendOperationRequest(
|
|
45
|
-
{
|
|
46
|
-
options
|
|
47
|
-
},
|
|
48
|
-
listOperationSpec,
|
|
49
|
-
callback) as Promise<Models.OperationsListResponse>;
|
|
35
|
+
list(
|
|
36
|
+
options?: OperationsListOptionalParams
|
|
37
|
+
): Promise<OperationsListResponse> {
|
|
38
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
50
39
|
}
|
|
51
40
|
}
|
|
52
|
-
|
|
53
41
|
// Operation Specifications
|
|
54
|
-
const serializer =
|
|
55
|
-
|
|
42
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
43
|
+
|
|
44
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
45
|
+
path: "/providers/Microsoft.DBforPostgreSQL/operations",
|
|
56
46
|
httpMethod: "GET",
|
|
57
|
-
path: "providers/Microsoft.DBForPostgreSql/operations",
|
|
58
|
-
queryParameters: [
|
|
59
|
-
Parameters.apiVersion0
|
|
60
|
-
],
|
|
61
|
-
headerParameters: [
|
|
62
|
-
Parameters.acceptLanguage
|
|
63
|
-
],
|
|
64
47
|
responses: {
|
|
65
48
|
200: {
|
|
66
49
|
bodyMapper: Mappers.OperationListResult
|
|
@@ -69,5 +52,8 @@ const listOperationSpec: msRest.OperationSpec = {
|
|
|
69
52
|
bodyMapper: Mappers.CloudError
|
|
70
53
|
}
|
|
71
54
|
},
|
|
55
|
+
queryParameters: [Parameters.apiVersion],
|
|
56
|
+
urlParameters: [Parameters.$host],
|
|
57
|
+
headerParameters: [Parameters.accept],
|
|
72
58
|
serializer
|
|
73
59
|
};
|