From 13283488235fc280016dd93dba874fceb99fff3d Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 30 Sep 2025 23:02:56 +0000 Subject: [PATCH] Post release automated changes for azure-rest-health-deidentification --- .../health-deidentification-rest/CHANGELOG.md | 10 ++++++++++ .../health-deidentification-rest/package.json | 2 +- .../src/deidentificationClient.ts | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/healthdataaiservices/health-deidentification-rest/CHANGELOG.md b/sdk/healthdataaiservices/health-deidentification-rest/CHANGELOG.md index c60d298b7623..4f171d72993c 100644 --- a/sdk/healthdataaiservices/health-deidentification-rest/CHANGELOG.md +++ b/sdk/healthdataaiservices/health-deidentification-rest/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.1.0-beta.2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.1.0-beta.1 (2025-09-30) ### Features Added diff --git a/sdk/healthdataaiservices/health-deidentification-rest/package.json b/sdk/healthdataaiservices/health-deidentification-rest/package.json index 5fc3304767e2..4b4a28b2a05a 100644 --- a/sdk/healthdataaiservices/health-deidentification-rest/package.json +++ b/sdk/healthdataaiservices/health-deidentification-rest/package.json @@ -1,6 +1,6 @@ { "name": "@azure-rest/health-deidentification", - "version": "1.1.0-beta.1", + "version": "1.1.0-beta.2", "description": "Health Deidentification Service", "engines": { "node": ">=20.0.0" diff --git a/sdk/healthdataaiservices/health-deidentification-rest/src/deidentificationClient.ts b/sdk/healthdataaiservices/health-deidentification-rest/src/deidentificationClient.ts index 03a2135ab1cc..446f707bdd89 100644 --- a/sdk/healthdataaiservices/health-deidentification-rest/src/deidentificationClient.ts +++ b/sdk/healthdataaiservices/health-deidentification-rest/src/deidentificationClient.ts @@ -25,7 +25,7 @@ export default function createClient( { apiVersion = "2025-07-15-preview", ...options }: DeidentificationClientOptions = {}, ): DeidentificationClient { const endpointUrl = options.endpoint ?? `${endpointParam}`; - const userAgentInfo = `azsdk-js-health-deidentification-rest/1.0.0-beta.1`; + const userAgentInfo = `azsdk-js-health-deidentification-rest/1.1.0-beta.2`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`