Skip to content

Conversation

azure-sdk
Copy link
Collaborator

Post release automated changes for azure-arm-sitemanager

@azure-sdk azure-sdk requested a review from qiaozha as a code owner September 29, 2025 06:34
@Copilot Copilot AI review requested due to automatic review settings September 29, 2025 06:34
@azure-sdk azure-sdk requested a review from MaryGao as a code owner September 29, 2025 06:34
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

This PR contains automated post-release changes for the azure-arm-sitemanager package, updating the version number from 1.0.0 to 1.0.1.

  • Updated package version from 1.0.0 to 1.0.1 in package.json
  • Updated user agent string to reflect the new version
  • Added a new changelog section for version 1.0.1

Reviewed Changes

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

File Description
sdk/sitemanager/arm-sitemanager/package.json Updates version from 1.0.0 to 1.0.1
sdk/sitemanager/arm-sitemanager/src/api/edgeContext.ts Updates user agent string to match new version
sdk/sitemanager/arm-sitemanager/CHANGELOG.md Adds new 1.0.1 changelog section template

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

Copilot AI Sep 29, 2025

Choose a reason for hiding this comment

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

The user agent version has been updated to 1.0.1, but it appears the previous version was 1.0.0-beta.1 (a pre-release). According to semver guidelines, going from a beta version to a patch version suggests this might be the first stable release, which should be 1.0.0, not 1.0.1.

Suggested change
const userAgentInfo = `azsdk-js-arm-sitemanager/1.0.1`;
const userAgentInfo = `azsdk-js-arm-sitemanager/1.0.0`;

Copilot uses AI. Check for mistakes.

@github-actions github-actions bot added the Mgmt This issue is related to a management-plane library. label Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant