diff --git a/sdk/fluidrelay/arm-fluidrelay/CHANGELOG.md b/sdk/fluidrelay/arm-fluidrelay/CHANGELOG.md index 7522f80ba50a..72fe4fa2f37e 100644 --- a/sdk/fluidrelay/arm-fluidrelay/CHANGELOG.md +++ b/sdk/fluidrelay/arm-fluidrelay/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.1 (2023-01-10) **Features** diff --git a/sdk/fluidrelay/arm-fluidrelay/package.json b/sdk/fluidrelay/arm-fluidrelay/package.json index 8cec2331e715..dfba8c18ee4a 100644 --- a/sdk/fluidrelay/arm-fluidrelay/package.json +++ b/sdk/fluidrelay/arm-fluidrelay/package.json @@ -3,7 +3,7 @@ "sdk-type": "mgmt", "author": "Microsoft Corporation", "description": "A generated SDK for FluidRelayManagementClient.", - "version": "1.0.1", + "version": "1.0.2", "engines": { "node": ">=14.0.0" }, @@ -118,4 +118,4 @@ "disableDocsMs": true, "apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-fluidrelay?view=azure-node-preview" } -} \ No newline at end of file +} diff --git a/sdk/fluidrelay/arm-fluidrelay/src/fluidRelayManagementClient.ts b/sdk/fluidrelay/arm-fluidrelay/src/fluidRelayManagementClient.ts index bf05d6d21738..58815c96f92d 100644 --- a/sdk/fluidrelay/arm-fluidrelay/src/fluidRelayManagementClient.ts +++ b/sdk/fluidrelay/arm-fluidrelay/src/fluidRelayManagementClient.ts @@ -58,7 +58,7 @@ export class FluidRelayManagementClient extends coreClient.ServiceClient { credential: credentials }; - const packageDetails = `azsdk-js-arm-fluidrelay/1.0.1`; + const packageDetails = `azsdk-js-arm-fluidrelay/1.0.2`; const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`