diff --git a/sdk/iotoperations/arm-iotoperations/CHANGELOG.md b/sdk/iotoperations/arm-iotoperations/CHANGELOG.md index ec8854800245..a92a2eea6957 100644 --- a/sdk/iotoperations/arm-iotoperations/CHANGELOG.md +++ b/sdk/iotoperations/arm-iotoperations/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History - + +## 1.0.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0 (2024-12-13) ### Features Added diff --git a/sdk/iotoperations/arm-iotoperations/package.json b/sdk/iotoperations/arm-iotoperations/package.json index c175b2b1d579..fc8cded7f251 100644 --- a/sdk/iotoperations/arm-iotoperations/package.json +++ b/sdk/iotoperations/arm-iotoperations/package.json @@ -1,6 +1,6 @@ { "name": "@azure/arm-iotoperations", - "version": "1.0.0", + "version": "1.0.1", "description": "A generated SDK for IoTOperationsClient.", "engines": { "node": ">=18.0.0" diff --git a/sdk/iotoperations/arm-iotoperations/src/api/ioTOperationsContext.ts b/sdk/iotoperations/arm-iotoperations/src/api/ioTOperationsContext.ts index 6fb0f66aae57..afe7e287cf3b 100644 --- a/sdk/iotoperations/arm-iotoperations/src/api/ioTOperationsContext.ts +++ b/sdk/iotoperations/arm-iotoperations/src/api/ioTOperationsContext.ts @@ -23,7 +23,7 @@ export function createIoTOperations( ): IoTOperationsContext { const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`; const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix; - const userAgentInfo = `azsdk-js-arm-iotoperations/1.0.0`; + const userAgentInfo = `azsdk-js-arm-iotoperations/1.0.1`; const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}` : `azsdk-js-api ${userAgentInfo}`;