File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ This code uses the following [Key Vault Certificate classes and methods](/javasc
152
152
153
153
::: zone pivot="programming-language-javascript"
154
154
155
- 1 . Create new text file and paste the following code into the ** index.js** file.
155
+ * Create new text file and paste the following code into the ** index.js** file.
156
156
157
157
``` javascript
158
158
const { CertificateClient , DefaultCertificatePolicy } = require (" @azure/keyvault-certificates" );
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ This code uses the following [Key Vault Secret classes and methods](/javascript/
155
155
156
156
::: zone pivot="programming-language-javascript"
157
157
158
- 1 . Create new text file and paste the following code into the ** index.js** file.
158
+ * Create new text file and paste the following code into the ** index.js** file.
159
159
160
160
``` javascript
161
161
const { KeyClient } = require (" @azure/keyvault-keys" );
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ This code uses the following [Key Vault Secret classes and methods](/javascript/
153
153
154
154
::: zone pivot="programming-language-javascript"
155
155
156
- 1 . Create new text file and paste the following code into the ** index.js** file.
156
+ * Create new text file and paste the following code into the ** index.js** file.
157
157
158
158
``` javascript
159
159
const { SecretClient } = require (" @azure/keyvault-secrets" );
You can’t perform that action at this time.
0 commit comments