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/security/arm-security/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ 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 list complianceResults as an example written in JavaScript.
39
+
#### nodejs - Authentication, client creation, and listBySubscription standards as an example written in JavaScript.
#### browser - Authentication, client creation, and list complianceResults as an example written in JavaScript.
61
+
#### browser - Authentication, client creation, and listBySubscription standards as an example written in JavaScript.
63
62
64
63
In browser applications, we recommend using the `InteractiveBrowserCredential` that interactively authenticates using the default system browser.
65
64
- 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.
@@ -87,8 +86,7 @@ In browser applications, we recommend using the `InteractiveBrowserCredential` t
0 commit comments