Skip to content

Commit ad203b2

Browse files
committed
Configurations: 'specification/msi/resource-manager/Microsoft.ManagedIdentity/ManagedIdentity/tspconfig.yaml', API Version: 2025-05-31-preview, SDK Release Type: beta, and CommitSHA: '8c26075af0a1d863cbd95267526d7b5d55e871dc' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6341783 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
1 parent 7761dad commit ad203b2

5 files changed

Lines changed: 25 additions & 6 deletions

File tree

sdk/msi/arm-msi/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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)
423
Compared with version 2.2.0
524

sdk/msi/arm-msi/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -15,6 +15,7 @@
1515
"imports": {
1616
"#platform/*.js": {
1717
"browser": "./src/*-browser.mjs",
18+
"react-native": "./src/*-react-native.mjs",
1819
"default": "./src/*.js"
1920
}
2021
},

sdk/msi/arm-msi/src/api/managedServiceIdentityContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}`;

sdk/msi/arm-msi/src/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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,

sdk/msi/arm-msi/tsp-location.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
directory: specification/msi/resource-manager/Microsoft.ManagedIdentity/ManagedIdentity
2-
commit: 04e1bf1293607d05faacc008c84d64a9bb3f3338
2+
commit: 8c26075af0a1d863cbd95267526d7b5d55e871dc
33
repo: Azure/azure-rest-api-specs
44
additionalDirectories:

0 commit comments

Comments
 (0)