diff --git a/sdk/devopsinfrastructure/arm-devopsinfrastructure/CHANGELOG.md b/sdk/devopsinfrastructure/arm-devopsinfrastructure/CHANGELOG.md index 68c9eaab6b48..cb351be70fdb 100644 --- a/sdk/devopsinfrastructure/arm-devopsinfrastructure/CHANGELOG.md +++ b/sdk/devopsinfrastructure/arm-devopsinfrastructure/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History - + +## 1.0.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0 (2024-11-25) ### Features Added diff --git a/sdk/devopsinfrastructure/arm-devopsinfrastructure/package.json b/sdk/devopsinfrastructure/arm-devopsinfrastructure/package.json index ff69151db42d..77599d1f7078 100644 --- a/sdk/devopsinfrastructure/arm-devopsinfrastructure/package.json +++ b/sdk/devopsinfrastructure/arm-devopsinfrastructure/package.json @@ -1,6 +1,6 @@ { "name": "@azure/arm-devopsinfrastructure", - "version": "1.0.0", + "version": "1.0.1", "description": "A generated SDK for DevOpsInfrastructureClient.", "engines": { "node": ">=18.0.0" diff --git a/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/devOpsInfrastructureContext.ts b/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/devOpsInfrastructureContext.ts index 874f37587737..4ca60a07034e 100644 --- a/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/devOpsInfrastructureContext.ts +++ b/sdk/devopsinfrastructure/arm-devopsinfrastructure/src/api/devOpsInfrastructureContext.ts @@ -21,7 +21,7 @@ export function createDevOpsInfrastructure( ): DevOpsInfrastructureContext { const endpointUrl = options.endpoint ?? options.baseUrl ?? `https://management.azure.com`; const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix; - const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.0-beta.1`; + const userAgentInfo = `azsdk-js-arm-devopsinfrastructure/1.0.1`; const userAgentPrefix = prefixFromOptions ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}` : `azsdk-js-api ${userAgentInfo}`;