Skip to content

Commit d4b6692

Browse files
[Recorder] Release the @azure-tools/test-credential exetension library (Azure#21318)
* release test credential * test credential readme
1 parent 8f814c4 commit d4b6692

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

sdk/test-utils/recorder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Azure @azure-tools/test-recorder-new library for JavaScript
1+
## Azure @azure-tools/test-recorder library for JavaScript
22

33
**Note: This project is a test utility that assits with testing the packages maintained at the Azure SDK for JavaScript repository. This is not intended for the public utilization.**
44

sdk/test-utils/test-credential/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0 (#Unreleased)
3+
## 1.0.0 (2022-04-08)
44

55
### Features Added
66

sdk/test-utils/test-credential/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Azure Tools - Test Credential
22

3-
This library provides a `TokenCredential` implementation for testing Azure SDK packages.
3+
**Note: This project is a test utility that assits with testing the packages maintained at the Azure SDK for JavaScript repository. This is not intended for the public utilization.**
4+
5+
This library provides a `TokenCredential` implementation for testing Azure SDK packages. This library is supposed to be utilized along with the `@azure-tools/test-recorder` library for testing Azure SDKs.
46

57
## Getting started
68

@@ -13,6 +15,7 @@ Add this library as a dev dependency in your project.
1315
## Key concepts
1416

1517
### Usage
18+
1619
```ts
1720
import { createTestCredential } from "@azure-tools/test-credential";
1821

0 commit comments

Comments
 (0)