Skip to content

Conversation

azure-sdk
Copy link
Collaborator

Post release automated changes for azure-arm-storagediscovery

@Copilot Copilot AI review requested due to automatic review settings October 2, 2025 21:39
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Automated post-release update preparing the package for the next patch iteration.

  • Bumps package version from 1.0.0 to 1.0.1.
  • Updates embedded user agent version string to match the new package version.
  • Adds an unreleased 1.0.1 section to the changelog with placeholder headings.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
sdk/storagediscovery/arm-storagediscovery/src/api/storageDiscoveryContext.ts Updated hard-coded user agent version string to 1.0.1
sdk/storagediscovery/arm-storagediscovery/package.json Bumped package version to 1.0.1
sdk/storagediscovery/arm-storagediscovery/CHANGELOG.md Added placeholder section for upcoming 1.0.1 release

options.endpoint ?? getArmEndpoint(options.cloudSetting) ?? "https://management.azure.com";
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
const userAgentInfo = `azsdk-js-arm-storagediscovery/1.0.0`;
const userAgentInfo = `azsdk-js-arm-storagediscovery/1.0.1`;
Copy link
Preview

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The SDK version is hard-coded here and must be manually kept in sync with package.json. To reduce risk of divergence, consider sourcing the version from a central constant (e.g., generated from package.json at build time) or using an existing internal version utility if available, so future version bumps do not require parallel manual edits.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant