Skip to content

Commit c21406d

Browse files
azure-sdkmsyyc
andauthored
[AutoRelease] t2-resource-2025-06-09-46405(can only be merged by SDK owner) (#41474)
* code and test * remove modules that is split * update version and changelog * update test * update * update test * remove recordings --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: msyyc <[email protected]>
1 parent d187c8e commit c21406d

File tree

552 files changed

+180087
-223545
lines changed

Some content is hidden

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

552 files changed

+180087
-223545
lines changed

sdk/resources/azure-mgmt-resource/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+
## 24.0.0 (2025-06-16)
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 external_input_definitions
10+
- Model DeploymentProperties has a new parameter external_inputs
11+
- Model DeploymentWhatIfProperties has a new parameter external_input_definitions
12+
- Model DeploymentWhatIfProperties has a new parameter external_inputs
13+
- Model WhatIfChange has a new parameter extension
14+
15+
### Breaking Changes
16+
17+
- The `deploymentstacks` module has been separated from the `azure-mgmt-resource` package into independent package `azure-mgmt-resource-deploymentstacks`
18+
- The `deploymentscripts` module has been separated from the `azure-mgmt-resource` package into independent package `azure-mgmt-resource-deploymentscripts`
19+
- The `templatespecs` module has been separated from the `azure-mgmt-resource` package into independent package `azure-mgmt-resource-templatespecs`
20+
- If you previously imported these modules using statements like `from azure.mgmt.resource import DeploymentStacksClient`, you'll need to update your code to `from azure.mgmt.resource.deploymentstacks import DeploymentStacksClient`. If you were already using the fully qualified import path, no changes are required. This applies to all three modules: `deploymentstacks`, `deploymentscripts`, and `templatespecs`.
21+
322
## 23.4.0 (2025-05-19)
423

524
### Features Added

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "03a6598cdc38924f9eaaeb03f8ef151f5aeff449",
2+
"commit": "7fafef79f974d996d4d9f3474bfee09e5d9bdc3b",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,21 @@
77
# --------------------------------------------------------------------------
88

99
from .managedapplications import ApplicationClient
10-
from .deploymentscripts import DeploymentScriptsClient
1110
from .features import FeatureClient
1211
from .links import ManagementLinkClient
1312
from .locks import ManagementLockClient
1413
from .policy import PolicyClient
1514
from .resources import ResourceManagementClient
1615
from .subscriptions import SubscriptionClient
17-
from .deploymentstacks import DeploymentStacksClient
1816
from .databoundaries import DataBoundaryMgmtClient
1917

2018
__all__ = [
2119
"ApplicationClient",
22-
"DeploymentScriptsClient",
2320
"FeatureClient",
2421
"PolicyClient",
2522
"ManagementLinkClient",
2623
"ManagementLockClient",
2724
"ResourceManagementClient",
2825
"SubscriptionClient",
29-
"DeploymentStacksClient",
3026
"DataBoundaryMgmtClient",
3127
]

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.4.0"
8+
VERSION = "24.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/changes/_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.4.0"
8+
VERSION = "24.0.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "23.4.0"
9+
VERSION = "24.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/databoundaries/_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.4.0"
8+
VERSION = "24.0.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "23.4.0"
9+
VERSION = "24.0.0"

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/_configuration.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

sdk/resources/azure-mgmt-resource/azure/mgmt/resource/deploymentscripts/_deployment_scripts_client.py

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)