Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions sdk/resources/azure-mgmt-msi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release History

## 8.0.0b2 (2026-05-25)

### Features Added

- Client `ManagedServiceIdentityClient` added parameter `cloud_setting` in method `__init__`
- Client `ManagedServiceIdentityClient` added method `send_request`
- Added model `AssignmentRestrictions`
- Added model `ClaimsMatchingExpression`
- Added model `CloudError`
- Added model `ExtensionResource`
- Added enum `IsolationScope`

### Breaking Changes

- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
- Model `Identity` moved instance variable `tenant_id`, `principal_id` and `client_id` under property `properties` whose type is `UserAssignedIdentityProperties`
- Model `IdentityUpdate` moved instance variable `tenant_id`, `principal_id` and `client_id` under property `properties` whose type is `UserAssignedIdentityProperties`
- Method `FederatedIdentityCredentialsOperations.list` changed its parameter `skiptoken` from `positional_or_keyword` to `keyword_only`

## 8.0.0b1 (2025-08-15)

### Breaking Changes
Expand Down
8 changes: 4 additions & 4 deletions sdk/resources/azure-mgmt-msi/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/msi/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
4 changes: 2 additions & 2 deletions sdk/resources/azure-mgmt-msi/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Msi Management Client Library.
This package has been tested with Python 3.9+.
This package has been tested with Python 3.10+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
Comment thread
ChenxiJiang333 marked this conversation as resolved.

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.9+ is required to use this package.
- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand Down
15 changes: 7 additions & 8 deletions sdk/resources/azure-mgmt-msi/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"commit": "aa762a31f1e82f62dcc60784f8ebc89c9a1a39e1",
"apiVersion": "2025-05-31-preview",
"apiVersions": {
"Microsoft.ManagedIdentity": "2025-05-31-preview"
},
"commit": "d309d869cbd0360d18e1787c1d931c68f7752b37",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/python@6.38.2",
"@autorest/modelerfour@4.27.0"
],
"autorest_command": "autorest specification/msi/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --keep-setup-py=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --tag=package-2023-01-31 --use=@autorest/python@6.38.2 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
"readme": "specification/msi/resource-manager/readme.md"
"typespec_src": "specification/msi/resource-manager/Microsoft.ManagedIdentity/ManagedIdentity",
"emitterVersion": "0.62.1"
}
88 changes: 47 additions & 41 deletions sdk/resources/azure-mgmt-msi/apiview-properties.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,50 @@
{
"CrossLanguagePackageId": null,
"CrossLanguagePackageId": "Microsoft.ManagedIdentity",
"CrossLanguageDefinitionId": {
"azure.mgmt.msi.models.CloudErrorBody": null,
"azure.mgmt.msi.models.Resource": null,
"azure.mgmt.msi.models.ProxyResource": null,
"azure.mgmt.msi.models.FederatedIdentityCredential": null,
"azure.mgmt.msi.models.FederatedIdentityCredentialsListResult": null,
"azure.mgmt.msi.models.TrackedResource": null,
"azure.mgmt.msi.models.Identity": null,
"azure.mgmt.msi.models.IdentityUpdate": null,
"azure.mgmt.msi.models.Operation": null,
"azure.mgmt.msi.models.OperationDisplay": null,
"azure.mgmt.msi.models.OperationListResult": null,
"azure.mgmt.msi.models.SystemAssignedIdentity": null,
"azure.mgmt.msi.models.SystemData": null,
"azure.mgmt.msi.models.UserAssignedIdentitiesListResult": null,
"azure.mgmt.msi.models.CreatedByType": null,
"azure.mgmt.msi.operations.SystemAssignedIdentitiesOperations.get_by_scope": null,
"azure.mgmt.msi.aio.operations.SystemAssignedIdentitiesOperations.get_by_scope": null,
"azure.mgmt.msi.operations.Operations.list": null,
"azure.mgmt.msi.aio.operations.Operations.list": null,
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.list_by_subscription": null,
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.list_by_subscription": null,
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.list_by_resource_group": null,
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.list_by_resource_group": null,
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.create_or_update": null,
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.create_or_update": null,
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.update": null,
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.update": null,
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.get": null,
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.get": null,
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.delete": null,
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.delete": null,
"azure.mgmt.msi.operations.FederatedIdentityCredentialsOperations.list": null,
"azure.mgmt.msi.aio.operations.FederatedIdentityCredentialsOperations.list": null,
"azure.mgmt.msi.operations.FederatedIdentityCredentialsOperations.create_or_update": null,
"azure.mgmt.msi.aio.operations.FederatedIdentityCredentialsOperations.create_or_update": null,
"azure.mgmt.msi.operations.FederatedIdentityCredentialsOperations.get": null,
"azure.mgmt.msi.aio.operations.FederatedIdentityCredentialsOperations.get": null,
"azure.mgmt.msi.operations.FederatedIdentityCredentialsOperations.delete": null,
"azure.mgmt.msi.aio.operations.FederatedIdentityCredentialsOperations.delete": null
}
"azure.mgmt.msi.models.AssignmentRestrictions": "Microsoft.ManagedIdentity.AssignmentRestrictions",
"azure.mgmt.msi.models.ClaimsMatchingExpression": "Microsoft.ManagedIdentity.ClaimsMatchingExpression",
"azure.mgmt.msi.models.CloudError": "Microsoft.ManagedIdentity.CloudError",
"azure.mgmt.msi.models.CloudErrorBody": "Microsoft.ManagedIdentity.CloudErrorBody",
"azure.mgmt.msi.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
"azure.mgmt.msi.models.ExtensionResource": "Azure.ResourceManager.CommonTypes.ExtensionResource",
"azure.mgmt.msi.models.ProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
"azure.mgmt.msi.models.FederatedIdentityCredential": "Microsoft.ManagedIdentity.FederatedIdentityCredential",
"azure.mgmt.msi.models.FederatedIdentityCredentialProperties": "Microsoft.ManagedIdentity.FederatedIdentityCredentialProperties",
"azure.mgmt.msi.models.TrackedResource": "Azure.ResourceManager.CommonTypes.TrackedResource",
"azure.mgmt.msi.models.Identity": "Microsoft.ManagedIdentity.Identity",
"azure.mgmt.msi.models.IdentityUpdate": "Microsoft.ManagedIdentity.IdentityUpdate",
"azure.mgmt.msi.models.Operation": "Microsoft.ManagedIdentity.Operation",
"azure.mgmt.msi.models.OperationDisplay": "Microsoft.ManagedIdentity.OperationDisplay",
"azure.mgmt.msi.models.SystemAssignedIdentity": "Microsoft.ManagedIdentity.SystemAssignedIdentity",
"azure.mgmt.msi.models.SystemAssignedIdentityProperties": "Microsoft.ManagedIdentity.SystemAssignedIdentityProperties",
"azure.mgmt.msi.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
"azure.mgmt.msi.models.UserAssignedIdentityProperties": "Microsoft.ManagedIdentity.UserAssignedIdentityProperties",
"azure.mgmt.msi.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
"azure.mgmt.msi.models.IsolationScope": "Microsoft.ManagedIdentity.IsolationScope",
"azure.mgmt.msi.operations.Operations.list": "Azure.ResourceManager.Legacy.Operations.list",
"azure.mgmt.msi.aio.operations.Operations.list": "Azure.ResourceManager.Legacy.Operations.list",
"azure.mgmt.msi.operations.SystemAssignedIdentitiesOperations.get_by_scope": "Microsoft.ManagedIdentity.SystemAssignedIdentities.getByScope",
"azure.mgmt.msi.aio.operations.SystemAssignedIdentitiesOperations.get_by_scope": "Microsoft.ManagedIdentity.SystemAssignedIdentities.getByScope",
"azure.mgmt.msi.operations.FederatedIdentityCredentialsOperations.get": "Microsoft.ManagedIdentity.FederatedIdentityCredentials.get",
"azure.mgmt.msi.aio.operations.FederatedIdentityCredentialsOperations.get": "Microsoft.ManagedIdentity.FederatedIdentityCredentials.get",
"azure.mgmt.msi.operations.FederatedIdentityCredentialsOperations.create_or_update": "Microsoft.ManagedIdentity.FederatedIdentityCredentials.createOrUpdate",
"azure.mgmt.msi.aio.operations.FederatedIdentityCredentialsOperations.create_or_update": "Microsoft.ManagedIdentity.FederatedIdentityCredentials.createOrUpdate",
"azure.mgmt.msi.operations.FederatedIdentityCredentialsOperations.delete": "Microsoft.ManagedIdentity.FederatedIdentityCredentials.delete",
"azure.mgmt.msi.aio.operations.FederatedIdentityCredentialsOperations.delete": "Microsoft.ManagedIdentity.FederatedIdentityCredentials.delete",
"azure.mgmt.msi.operations.FederatedIdentityCredentialsOperations.list": "Microsoft.ManagedIdentity.FederatedIdentityCredentials.list",
"azure.mgmt.msi.aio.operations.FederatedIdentityCredentialsOperations.list": "Microsoft.ManagedIdentity.FederatedIdentityCredentials.list",
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.get": "Microsoft.ManagedIdentity.Identities.get",
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.get": "Microsoft.ManagedIdentity.Identities.get",
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.create_or_update": "Microsoft.ManagedIdentity.Identities.createOrUpdate",
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.create_or_update": "Microsoft.ManagedIdentity.Identities.createOrUpdate",
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.update": "Microsoft.ManagedIdentity.Identities.update",
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.update": "Microsoft.ManagedIdentity.Identities.update",
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.delete": "Microsoft.ManagedIdentity.Identities.delete",
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.delete": "Microsoft.ManagedIdentity.Identities.delete",
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.list_by_resource_group": "Microsoft.ManagedIdentity.Identities.listByResourceGroup",
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.list_by_resource_group": "Microsoft.ManagedIdentity.Identities.listByResourceGroup",
"azure.mgmt.msi.operations.UserAssignedIdentitiesOperations.list_by_subscription": "Microsoft.ManagedIdentity.Identities.listBySubscription",
"azure.mgmt.msi.aio.operations.UserAssignedIdentitiesOperations.list_by_subscription": "Microsoft.ManagedIdentity.Identities.listBySubscription"
},
"CrossLanguageVersion": "75700dd7a51c"
}
2 changes: 1 addition & 1 deletion sdk/resources/azure-mgmt-msi/azure/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
2 changes: 1 addition & 1 deletion sdk/resources/azure-mgmt-msi/azure/mgmt/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
4 changes: 2 additions & 2 deletions sdk/resources/azure-mgmt-msi/azure/mgmt/msi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Code generated by Microsoft (R) AutoRest Code Generator.
# Code generated by Microsoft (R) Python Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------
# pylint: disable=wrong-import-position
Expand All @@ -12,7 +12,7 @@
if TYPE_CHECKING:
from ._patch import * # pylint: disable=unused-wildcard-import

from ._managed_service_identity_client import ManagedServiceIdentityClient # type: ignore
from ._client import ManagedServiceIdentityClient # type: ignore
from ._version import VERSION

__version__ = VERSION
Expand Down
Loading
Loading