You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/postgresql/arm-postgresql-flexible/README.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
## Azure PostgreSQLFlexibleManagementClient SDK for JavaScript
1
+
## Azure PostgreSQLManagementClient SDK for JavaScript
2
2
3
-
This package contains an isomorphic SDK (runs both in node.js and in browsers) for PostgreSQLFlexibleManagementClient.
3
+
This package contains an isomorphic SDK (runs both in node.js and in browsers) for PostgreSQLManagementClient.
4
4
5
5
### Currently supported environments
6
6
7
-
- Node.js version 8.x.x or higher
8
-
-Browser JavaScript
7
+
-[LTS versions of Node.js](https://nodejs.org/about/releases/)
8
+
-Latest versions of Safari, Chrome, Edge and Firefox.
9
9
10
10
### Prerequisites
11
11
@@ -36,23 +36,22 @@ If you are on a [Node.js that has LTS status](https://nodejs.org/about/releases/
36
36
37
37
In the below samples, we pass the credential and the Azure subscription id to instantiate the client.
38
38
Once the client is created, explore the operations on it either in your favorite editor or in our [API reference documentation](https://docs.microsoft.com/javascript/api) to get started.
39
-
#### nodejs - Authentication, client creation, and get databases as an example written in JavaScript.
39
+
#### nodejs - Authentication, client creation, and get servers as an example written in JavaScript.
#### browser - Authentication, client creation, and get databases as an example written in JavaScript.
63
+
#### browser - Authentication, client creation, and get servers as an example written in JavaScript.
65
64
66
65
In browser applications, we recommend using the `InteractiveBrowserCredential` that interactively authenticates using the default system browser.
67
66
- See [Single-page application: App registration guide](https://docs.microsoft.com/azure/active-directory/develop/scenario-spa-app-registration) to configure your app registration for the browser.
@@ -88,11 +87,10 @@ In browser applications, we recommend using the `InteractiveBrowserCredential` t
0 commit comments