File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 2.3.0-beta.2 (2026-05-22)
4+ Compared with version 2.2.0
5+
6+ ### Features Added
7+ - Added Interface AssignmentRestrictions
8+ - Added Interface ClaimsMatchingExpression
9+ - Added Interface ExtensionResource
10+ - Added Interface FederatedIdentityCredentialProperties
11+ - Added Interface PagedAsyncIterableIterator
12+ - Added Interface PageSettings
13+ - Added Interface SystemAssignedIdentityProperties
14+ - Added Interface UserAssignedIdentityProperties
15+ - Interface FederatedIdentityCredential has a new optional parameter claimsMatchingExpression
16+ - Interface Identity has a new optional parameter assignmentRestrictions
17+ - Interface IdentityUpdate has a new optional parameter assignmentRestrictions
18+ - Added Type Alias AzureSupportedClouds
19+ - Added Enum AzureClouds
20+ - Added Enum KnownVersions
21+
322## 2.3.0-beta.1 (2026-05-19)
423Compared with version 2.2.0
524
Original file line number Diff line number Diff line change 11{
22 "name" : " @azure/arm-msi" ,
3- "version" : " 2.3.0-beta.1 " ,
3+ "version" : " 2.3.0-beta.2 " ,
44 "description" : " A generated SDK for ManagedServiceIdentityClient." ,
55 "engines" : {
66 "node" : " >=20.0.0"
1515 "imports" : {
1616 "#platform/*.js" : {
1717 "browser" : " ./src/*-browser.mjs" ,
18+ "react-native" : " ./src/*-react-native.mjs" ,
1819 "default" : " ./src/*.js"
1920 }
2021 },
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export function createManagedServiceIdentity(
3434 const endpointUrl =
3535 options . endpoint ?? getArmEndpoint ( options . cloudSetting ) ?? "https://management.azure.com" ;
3636 const prefixFromOptions = options ?. userAgentOptions ?. userAgentPrefix ;
37- const userAgentInfo = `azsdk-js-arm-msi/2.3.0-beta.1 ` ;
37+ const userAgentInfo = `azsdk-js-arm-msi/2.3.0-beta.2 ` ;
3838 const userAgentPrefix = prefixFromOptions
3939 ? `${ prefixFromOptions } azsdk-js-api ${ userAgentInfo } `
4040 : `azsdk-js-api ${ userAgentInfo } ` ;
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT License.
33
4- import type { AzureSupportedClouds } from "./static-helpers/cloudSettingHelpers.js" ;
5- import { AzureClouds } from "./static-helpers/cloudSettingHelpers.js" ;
6- import type {
4+ import { AzureClouds , AzureSupportedClouds } from "./static-helpers/cloudSettingHelpers.js" ;
5+ import {
76 PageSettings ,
87 ContinuablePage ,
98 PagedAsyncIterableIterator ,
Original file line number Diff line number Diff line change 11directory : specification/msi/resource-manager/Microsoft.ManagedIdentity/ManagedIdentity
2- commit : 04e1bf1293607d05faacc008c84d64a9bb3f3338
2+ commit : 8c26075af0a1d863cbd95267526d7b5d55e871dc
33repo : Azure/azure-rest-api-specs
44additionalDirectories :
You can’t perform that action at this time.
0 commit comments