Skip to content

Commit 2f428d8

Browse files
author
SDKAuto
committed
CodeGen from PR 33570 in Azure/azure-rest-api-specs
Merge 58e448fe75a48e2da4d9ddd45ab85cb4b5e2112c into cb5ef7fc4cb443bd5f6b21d02cbce41051beb6ae
1 parent ce204aa commit 2f428d8

File tree

626 files changed

+62935
-8540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

626 files changed

+62935
-8540
lines changed

sdk/resources/azure-mgmt-resource/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Release History
22

3+
## 23.4.0 (2025-04-15)
4+
5+
### Features Added
6+
7+
- Model Deployment has a new parameter identity
8+
- Model DeploymentParameter has a new parameter expression
9+
- Model DeploymentProperties has a new parameter extension_configs
10+
- Model DeploymentProperties has a new parameter external_input_definitions
11+
- Model DeploymentProperties has a new parameter external_inputs
12+
- Model DeploymentPropertiesExtended has a new parameter extensions
13+
- Model DeploymentWhatIfProperties has a new parameter extension_configs
14+
- Model DeploymentWhatIfProperties has a new parameter external_input_definitions
15+
- Model DeploymentWhatIfProperties has a new parameter external_inputs
16+
- Model ResourceReference has a new parameter api_version
17+
- Model ResourceReference has a new parameter extension
18+
- Model ResourceReference has a new parameter identifiers
19+
- Model ResourceReference has a new parameter resource_type
20+
- Model TargetResource has a new parameter api_version
21+
- Model TargetResource has a new parameter extension
22+
- Model TargetResource has a new parameter identifiers
23+
- Model TargetResource has a new parameter symbolic_name
24+
- Model WhatIfChange has a new parameter extension
25+
326
## 23.3.0 (2025-02-24)
427

528
### Features Added

sdk/resources/azure-mgmt-resource/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Resource Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

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

1313
### Prerequisites
1414

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

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

sdk/resources/azure-mgmt-resource/_meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "39879dbcfe0d8d66afbe073f287cf8f246928243",
2+
"commit": "539ce41a6845fc9d77c95a84a07e72302e5367d4",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.27.4",
6+
"@autorest/python@6.32.3",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/resources/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.27.4 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/resources/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.32.3 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/resources/resource-manager/readme.md",
1111
"package-privatelinks-2020-05": "2022-03-18 16:14:07 -0700 2c68b6f0c9566d97d9d590a31b0d46997622eef7 Microsoft.Authorization/stable/2020-05-01/privateLinks.json",
1212
"package-features-2021-07": "2022-03-06 17:36:42 -0800 6a57e9cedc87cafd2dc9e4f3e8af62b5725e3d22 Microsoft.Features/stable/2021-07-01/features.json",
Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
1-
# coding=utf-8
2-
# --------------------------------------------------------------------------
3-
# Copyright (c) Microsoft Corporation. All rights reserved.
4-
# Licensed under the MIT License. See License.txt in the project root for license information.
5-
# Code generated by Microsoft (R) AutoRest Code Generator.
6-
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7-
# --------------------------------------------------------------------------
8-
9-
from .managedapplications import ApplicationClient
10-
from .deploymentscripts import DeploymentScriptsClient
11-
from .features import FeatureClient
12-
from .links import ManagementLinkClient
13-
from .locks import ManagementLockClient
14-
from .policy import PolicyClient
15-
from .resources import ResourceManagementClient
16-
from .subscriptions import SubscriptionClient
17-
from .deploymentstacks import DeploymentStacksClient
18-
from .databoundaries import DataBoundaryMgmtClient
19-
20-
__all__ = [
21-
"ApplicationClient",
22-
"DeploymentScriptsClient",
23-
"FeatureClient",
24-
"PolicyClient",
25-
"ManagementLinkClient",
26-
"ManagementLockClient",
27-
"ResourceManagementClient",
28-
"SubscriptionClient",
29-
"DeploymentStacksClient",
30-
"DataBoundaryMgmtClient",
31-
]
1+
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "23.3.0"
8+
VERSION = "23.4.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/changes/_changes_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
class _SDKClient(object):
2929
def __init__(self, *args, **kwargs):
30-
"""This is a fake class to support current implemetation of MultiApiClientMixin."
30+
"""This is a fake class to support current implementation of MultiApiClientMixin."
3131
Will be removed in final version of multiapi azure-core based client
3232
"""
3333
pass

0 commit comments

Comments
 (0)