Skip to content

Releases: Azure/azure-sdk-for-js

@azure-tools/test-credential_1.1.0

09 May 07:22
Compare
Choose a tag to compare

@azure/identity_4.3.0-beta.1

09 May 01:05
685c5c5
Compare
Choose a tag to compare
Pre-release
[identity] Release beta for AzurePipelinesCredential (#29639)

@azure-tools/test-utils_1.0.1

08 May 17:05
168eba3
Compare
Choose a tag to compare
[test-utils] Fix package.json to include all types (#29626)

### Packages impacted by this PR

- @azure-tools/test-utils

### Issues associated with this PR


### Describe the problem that is addressed by this PR

The types were not properly being exported hence the following error
messages:

```
../../../common/temp/node_modules/.pnpm/@azure-tools+test-utils@1.0.0/node_modules/@azure-tools/test-utils/types/src/index.d.ts(1,108): error TS2307: Cannot find module './multiVersion' or its corresponding type declarations.
  ...12 lines omitted...
../../../common/temp/node_modules/.pnpm/@azure-tools+test-utils@1.0.0/node_modules/@azure-tools/test-utils/types/src/index.d.ts(14,42): error TS2307: Cannot find module './tracing/mockContext' or its corresponding type declarations.
test/public/browser/usernamePasswordCredential.spec.ts(9,10): error TS2305: Module '"@azure-tools/test-utils"' has no exported member 'fakeTestPasswordPlaceholder'.
test/public/node/azureApplicationCredential.spec.ts(56,14): error TS7006: Parameter 'tracingOptions' implicitly has an 'any' type.
test/public/node/clientCertificateCredential.spec.ts(113,14): error TS7006: Parameter 'tracingOptions' implicitly has an 'any' type.
test/public/node/clientSecretCredential.spec.ts(84,14): error TS7006: Parameter 'tracingOptions' implicitly has an 'any' type.
test/public/node/deviceCodeCredential.spec.ts(168,14): error TS7006: Parameter 'tracingOptions' implicitly has an 'any' type.
test/public/node/environmentCredential.spec.ts(125,14): error TS7006: Parameter 'tracingOptions' implicitly has an 'any' type.
test/public/node/environmentCredential.spec.ts(146,14): error TS7006: Parameter 'tracingOptions' implicitly has an 'any' type.
test/public/node/environmentCredential.spec.ts(164,14): error TS7006: Parameter 'tracingOptions' implicitly has an 'any' type.
test/public/node/usernamePasswordCredential.spec.ts(86,14): error TS7006: Parameter 'tracingOptions' implicitly has an 'any' type.
```

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

@azure-tools/test-recorder_3.3.0

08 May 01:07
Compare
Choose a tag to compare
### Features Added subheading

@azure/template_1.0.12-beta.3768426

07 May 21:17
Compare
Choose a tag to compare
Pre-release
Upgrade to a version ESRP Release that supports federated auth

@azure/service-bus_7.10.0-beta.1

07 May 19:08
Compare
Choose a tag to compare
Pre-release
[ServiceBus] Prepare for 7.10.0-beta.1 release

@azure/core-rest-pipeline_1.16.0

02 May 20:37
a5f0032
Compare
Choose a tag to compare
Post release automated changes for test-utils releases (#29554)

Post release automated changes for azure-tools-test-utils

@azure/core-amqp_4.2.2

02 May 20:37
a5f0032
Compare
Choose a tag to compare
Post release automated changes for test-utils releases (#29554)

Post release automated changes for azure-tools-test-utils

@azure/communication-sms_1.2.0-beta.1

02 May 09:42
7cfc4a6
Compare
Choose a tag to compare
Pre-release
[Communication] - sms - Added release date of version 1.2.0-beta.1  (…

…#29526)

Added release date of version 1.2.0-beta.1  to thye changelog.

### Packages impacted by this PR
n/a

### Issues associated with this PR

n/a
### Describe the problem that is addressed by this PR
n/a

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
n/a

### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

@azure-tools/test-utils_1.0.0

01 May 23:25
5ec963a
Compare
Choose a tag to compare
[core] regen tracing samples (#29548)

Regenerates samples to fix any formatting issues as well as remove the
`type: module` specifier as we are not generating ESM for our samples.

Resolves #29521