Skip to content

Commit

Permalink
arm-postgresql-flexible-release (Azure#16307)
Browse files Browse the repository at this point in the history
  • Loading branch information
colawwj authored Jul 9, 2021
1 parent 3804071 commit 18c9ac9
Show file tree
Hide file tree
Showing 19 changed files with 907 additions and 316 deletions.
2 changes: 1 addition & 1 deletion sdk/postgresql/arm-postgresql-flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/arm-postgresql-flexible",
"author": "Microsoft Corporation",
"description": "PostgreSQLManagementClient Library with typescript type definitions for node.js and browser.",
"version": "2.0.0",
"version": "3.0.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.1.0",
"@azure/ms-rest-js": "^2.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

export {
AzureEntityResource,
Backup,
BaseResource,
CloudError,
Configuration,
Expand All @@ -16,8 +17,10 @@ export {
ErrorAdditionalInfo,
ErrorResponse,
FirewallRule,
HighAvailability,
Identity,
MaintenanceWindow,
Network,
Plan,
ProxyResource,
Resource,
Expand All @@ -26,9 +29,8 @@ export {
ResourceModelWithAllowedPropertySetPlan,
ResourceModelWithAllowedPropertySetSku,
Server,
ServerPropertiesDelegatedSubnetArguments,
ServerPropertiesPrivateDnsZoneArguments,
Sku,
StorageProfile,
Storage,
SystemData,
TrackedResource
} from "../models/mappers";
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

export {
AzureEntityResource,
Backup,
BaseResource,
CloudError,
Configuration,
Expand All @@ -16,8 +17,10 @@ export {
ErrorAdditionalInfo,
ErrorResponse,
FirewallRule,
HighAvailability,
Identity,
MaintenanceWindow,
Network,
Plan,
ProxyResource,
Resource,
Expand All @@ -26,9 +29,8 @@ export {
ResourceModelWithAllowedPropertySetPlan,
ResourceModelWithAllowedPropertySetSku,
Server,
ServerPropertiesDelegatedSubnetArguments,
ServerPropertiesPrivateDnsZoneArguments,
Sku,
StorageProfile,
Storage,
SystemData,
TrackedResource
} from "../models/mappers";
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

export {
AzureEntityResource,
Backup,
BaseResource,
CloudError,
Configuration,
Expand All @@ -16,8 +17,10 @@ export {
ErrorResponse,
FirewallRule,
FirewallRuleListResult,
HighAvailability,
Identity,
MaintenanceWindow,
Network,
Plan,
ProxyResource,
Resource,
Expand All @@ -26,9 +29,8 @@ export {
ResourceModelWithAllowedPropertySetPlan,
ResourceModelWithAllowedPropertySetSku,
Server,
ServerPropertiesDelegatedSubnetArguments,
ServerPropertiesPrivateDnsZoneArguments,
Sku,
StorageProfile,
Storage,
SystemData,
TrackedResource
} from "../models/mappers";
Loading

0 comments on commit 18c9ac9

Please sign in to comment.