Skip to content

Bump the azure-sdk group across 1 directory with 2 updates - #141

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/identity/resources/azure-sdk-ed7c472584
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/identity/resources/azure-sdk-ed7c472584

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the azure-sdk group with 2 updates in the /samples/identity/resources directory: @azure/arm-resources and @azure/identity.

Updates @azure/arm-resources from 7.0.0 to 8.0.0

Changelog

Sourced from @​azure/arm-resources's changelog.

8.0.0 (2026-07-16)

Features Added

  • Added operation ResourceGroupsOperations.delete
  • Added operation ResourceGroupsOperations.exportTemplate
  • Added operation ResourcesOperations.createOrUpdate
  • Added operation ResourcesOperations.createOrUpdateById
  • Added operation ResourcesOperations.delete
  • Added operation ResourcesOperations.deleteById
  • Added operation ResourcesOperations.moveResources
  • Added operation ResourcesOperations.update
  • Added operation ResourcesOperations.updateById
  • Added operation ResourcesOperations.validateMoveResources
  • Added operation TagsOperationsOperations.createOrUpdateAtScope
  • Added operation TagsOperationsOperations.deleteAtScope
  • Added operation TagsOperationsOperations.updateAtScope
  • Added Interface ErrorDetail
  • Added Interface ExtensionResource
  • Added Interface PagedAsyncIterableIterator
  • Added Interface PageSettings
  • Added Interface RestorePollerOptions
  • Added Interface SimplePollerLike
  • Added Interface SystemData
  • Added Interface TagsOperationsCreateOrUpdateAtScopeOptionalParams
  • Added Interface TagsOperationsCreateOrUpdateOptionalParams
  • Added Interface TagsOperationsCreateOrUpdateValueOptionalParams
  • Added Interface TagsOperationsDeleteAtScopeOptionalParams
  • Added Interface TagsOperationsDeleteOptionalParams
  • Added Interface TagsOperationsDeleteValueOptionalParams
  • Added Interface TagsOperationsGetAtScopeOptionalParams
  • Added Interface TagsOperationsListOptionalParams
  • Added Interface TagsOperationsUpdateAtScopeOptionalParams
  • Added Interface TrackedResource
  • Interface GenericResource has a new optional parameter systemData
  • Interface GenericResourceExpanded has a new optional parameter systemData
  • Interface Operation has a new optional parameter actionType
  • Interface Operation has a new optional parameter isDataAction
  • Interface Operation has a new optional parameter origin
  • Interface Resource has a new optional parameter systemData
  • Interface ResourceGroup has a new optional parameter systemData
  • Interface TagsResource has a new optional parameter systemData
  • Added Type Alias ActionType
  • Added Type Alias AzureSupportedClouds
  • Added Type Alias CreatedByType
  • Added Type Alias Origin
  • Added Enum AzureClouds
  • Added Enum KnownActionType
  • Added Enum KnownCreatedByType
  • Added Enum KnownOrigin
  • Added Enum KnownVersions

... (truncated)

Commits
  • 74cd8d8 [mgmt] GA refreshed mgmt packages with stable api version 2 (#39303)
  • 1d09a0f [EngSys] upgrade dev dependency prettier to v3.9.1 (#39127)
  • 3181ad2 [EngSys] Bump min-version to node 22 (#38887) NO_CI
  • c2ffc09 [AutoPR @​azure-arm-resources]-generated-from-SDK Generation - JS-6398675 (#38...
  • 7c40099 [Engsys] remove vitest.esm.config and update vitest.browser.config for arm li...
  • c32abb9 [EngSys] restore browser target to top in warp config (#38580)
  • 0806413 [Engsys] migrate package to use tsconfig from package level config/ directory...
  • bc4c641 [arm-resources][samples] adapt to "verbatimModuleSyntax": true config chang...
  • 3de1abe Add imports field to all warp-built packages (#38391)
  • 0aa0f0f Add react-native devDependency to packages with RN targets (#38392)
  • Additional commits viewable in compare view

Updates @azure/identity from 4.13.1 to 4.13.3

Changelog

Sourced from @​azure/identity's changelog.

4.13.3 (2026-09-10)

Features Added

  • Bumped the minimum @azure/msal-node dependency to ^6.0.0 to provide Azure Arc user-assigned managed identity support. #39927

Bugs Fixed

  • Fixed AzurePipelinesCredential to include only relevant details in error messages and logs when the OIDC token request fails. #39774
  • Fixed InteractiveBrowserCredential failing to authenticate when the user's default browser is already running and only permits a single instance. The browser is no longer launched with newInstance, which on macOS passed open --new. #39814
  • Fixed an issue where DefaultAzureCredential does not pass constructor options to ManagedIdentityCredential when selected through AZURE_TOKEN_CREDENTIALS. #39927

Other Changes

  • Preserve caught errors as the cause when wrapping them. #39423

4.13.2 (2026-08-12)

Other Changes

  • Bumped the minimum @azure/msal-node dependency to ^5.1.5 so installs no longer resolve older 5.1.x versions that pull in the vulnerable uuid@8.3.0 transitive dependency. #39569
  • Replaced shell-based developer credential commands with safe, structured process execution. #39279
  • Migrated platform-specific module resolution to #platform/* imports. #38309

4.14.0-beta.5 (2026-08-12)

Other Changes

  • Bumped the minimum @azure/msal-node dependency to ^5.1.5 so installs no longer resolve older 5.1.x versions that pull in the vulnerable uuid@8.3.0 transitive dependency. #39425
  • Replaced shell-based developer credential commands with safe, structured process execution. #39279

4.14.0-beta.4 (2026-06-08)

Bugs Fixed

  • Fixed AzureDeveloperCliCredential to correctly parse error messages from Azure Developer CLI v1.23.7 and later, which previously caused raw JSON to surface in the credential error instead of the underlying error text. #38416
  • Fixed handleMsalError to preserve the original MSAL error via cause on AuthenticationRequiredError, allowing callers to access .claims on the underlying error. #38722

4.14.0-beta.3 (2026-04-08)

Other Changes

  • Reduced bundle size by optimizing imports from @azure/msal-node, e.g. achieving a ~61kb reduction (from 851kb to 790kb) when importing ClientCertificateCredential. #36942
  • Updated @azure/msal-node to ^5.1.0 and @azure/msal-browser to ^5.5.0. #37836
Commits
  • b9b7a5d [Identity] Azure Arc Support (#39927)
  • ce47dbc [ESLint] Restore no-useless-assignment recommended rule to error (#39784)
  • b87e82b [ESLint] Restore preserve-caught-error recommended rule to error (#39580)
  • 817a3a3 [identity] Don't force a new browser instance when opening the auth page (#39...
  • 85d4f76 [identity] Response format Azure Pipelines Credential (#39774)
  • 83f3dac Restore Identity 4.13.2 GA
  • fcb12a4 [identity] Don't force a new browser instance when opening the auth page (#39...
  • 96a244f [ESLint] Restore no-useless-assignment recommended rule to error (#39784)
  • 2e6883d [Identity] Unify changelog (#39816)
  • ae994a8 [identity] Response format Azure Pipelines Credential (#39774)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/identity/resources/azure-sdk-ed7c472584 branch from 06650a6 to f10ac8f Compare September 14, 2026 14:58
Bumps the azure-sdk group with 2 updates in the /samples/identity/resources directory: [@azure/arm-resources](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/resources/arm-resources) and [@azure/identity](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/identity/identity).


Updates `@azure/arm-resources` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/resources/arm-resources/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/arm-resources_8.0.0/sdk/resources/arm-resources)

Updates `@azure/identity` from 4.13.1 to 4.13.3
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/@azure/identity_4.13.3/sdk/identity/identity/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/identity_4.13.3/sdk/identity/identity)

---
updated-dependencies:
- dependency-name: "@azure/arm-resources"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure-sdk
- dependency-name: "@azure/identity"
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/samples/identity/resources/azure-sdk-ed7c472584 branch from f10ac8f to 0a3378e Compare September 21, 2026 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants