Skip to content

Commit d467cd6

Browse files
author
SDK Automation
committed
Generated from c0711909cf760792f20daffab1c7b390d5cd792e
Merge branch 'prkint/FlexibleServerNewAPIChanges' of https://github.com/pradeepkintali/azure-rest-api-specs into moljain/flexServerNamespace
1 parent 5874c7a commit d467cd6

38 files changed

+3226
-214
lines changed

sdk/postgresql/arm-postgresql/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Microsoft
3+
Copyright (c) 2020 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/postgresql/arm-postgresql/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ npm install @azure/arm-postgresql
1919

2020
##### Install @azure/ms-rest-nodeauth
2121

22+
- Please install minimum version of `"@azure/ms-rest-nodeauth": "^3.0.0"`.
2223
```bash
23-
npm install @azure/ms-rest-nodeauth
24+
npm install @azure/ms-rest-nodeauth@"^3.0.0"
2425
```
2526

2627
##### Sample code
@@ -99,4 +100,4 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
99100

100101
- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
101102

102-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fpostgresql%2Farm-postgresql%2FREADME.png)
103+
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/postgresql/arm-postgresql/README.png)

sdk/postgresql/arm-postgresql/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "PostgreSQLManagementClient Library with typescript type definitions for node.js and browser.",
55
"version": "4.4.0",
66
"dependencies": {
7-
"@azure/ms-rest-azure-js": "^1.3.2",
8-
"@azure/ms-rest-js": "^1.8.1",
9-
"tslib": "^1.9.3"
7+
"@azure/ms-rest-azure-js": "^2.0.1",
8+
"@azure/ms-rest-js": "^2.0.4",
9+
"tslib": "^1.10.0"
1010
},
1111
"keywords": [
1212
"node",
@@ -20,11 +20,11 @@
2020
"module": "./esm/postgreSQLManagementClient.js",
2121
"types": "./esm/postgreSQLManagementClient.d.ts",
2222
"devDependencies": {
23-
"typescript": "^3.1.1",
24-
"rollup": "^0.66.2",
25-
"rollup-plugin-node-resolve": "^3.4.0",
23+
"typescript": "^3.5.3",
24+
"rollup": "^1.18.0",
25+
"rollup-plugin-node-resolve": "^5.2.0",
2626
"rollup-plugin-sourcemaps": "^0.4.2",
27-
"uglify-js": "^3.4.9"
27+
"uglify-js": "^3.6.0"
2828
},
2929
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/postgresql/arm-postgresql",
3030
"repository": {

sdk/postgresql/arm-postgresql/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const config = {
2929
*/`
3030
},
3131
plugins: [
32-
nodeResolve({ module: true }),
32+
nodeResolve({ mainFields: ['module', 'main'] }),
3333
sourcemaps()
3434
]
3535
};

sdk/postgresql/arm-postgresql/src/models/configurationsMappers.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,28 @@
88

99
export {
1010
discriminators,
11+
AzureEntityResource,
1112
BaseResource,
1213
CloudError,
1314
Configuration,
1415
ConfigurationListResult,
1516
Database,
1617
FirewallRule,
1718
LogFile,
19+
PrivateEndpointConnection,
20+
PrivateEndpointProperty,
21+
PrivateLinkResource,
22+
PrivateLinkResourceProperties,
23+
PrivateLinkServiceConnectionStateProperty,
1824
ProxyResource,
25+
Resource,
26+
ResourceIdentity,
1927
Server,
28+
ServerAdministratorResource,
29+
ServerKey,
30+
ServerPrivateEndpointConnection,
31+
ServerPrivateEndpointConnectionProperties,
32+
ServerPrivateLinkServiceConnectionStateProperty,
2033
ServerSecurityAlertPolicy,
2134
Sku,
2235
StorageProfile,

sdk/postgresql/arm-postgresql/src/models/databasesMappers.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,28 @@
88

99
export {
1010
discriminators,
11+
AzureEntityResource,
1112
BaseResource,
1213
CloudError,
1314
Configuration,
1415
Database,
1516
DatabaseListResult,
1617
FirewallRule,
1718
LogFile,
19+
PrivateEndpointConnection,
20+
PrivateEndpointProperty,
21+
PrivateLinkResource,
22+
PrivateLinkResourceProperties,
23+
PrivateLinkServiceConnectionStateProperty,
1824
ProxyResource,
25+
Resource,
26+
ResourceIdentity,
1927
Server,
28+
ServerAdministratorResource,
29+
ServerKey,
30+
ServerPrivateEndpointConnection,
31+
ServerPrivateEndpointConnectionProperties,
32+
ServerPrivateLinkServiceConnectionStateProperty,
2033
ServerSecurityAlertPolicy,
2134
Sku,
2235
StorageProfile,

sdk/postgresql/arm-postgresql/src/models/firewallRulesMappers.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,28 @@
88

99
export {
1010
discriminators,
11+
AzureEntityResource,
1112
BaseResource,
1213
CloudError,
1314
Configuration,
1415
Database,
1516
FirewallRule,
1617
FirewallRuleListResult,
1718
LogFile,
19+
PrivateEndpointConnection,
20+
PrivateEndpointProperty,
21+
PrivateLinkResource,
22+
PrivateLinkResourceProperties,
23+
PrivateLinkServiceConnectionStateProperty,
1824
ProxyResource,
25+
Resource,
26+
ResourceIdentity,
1927
Server,
28+
ServerAdministratorResource,
29+
ServerKey,
30+
ServerPrivateEndpointConnection,
31+
ServerPrivateEndpointConnectionProperties,
32+
ServerPrivateLinkServiceConnectionStateProperty,
2033
ServerSecurityAlertPolicy,
2134
Sku,
2235
StorageProfile,

0 commit comments

Comments
 (0)