Skip to content

Commit 8d4d1ec

Browse files
[AutoRelease] t2-resource-2025-02-14-03391(can only be merged by SDK owner) (Azure#39739)
* code and test * update testcases --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent 3d9629b commit 8d4d1ec

File tree

947 files changed

+71923
-11913
lines changed

Some content is hidden

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

947 files changed

+71923
-11913
lines changed

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

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

3+
## 23.3.0 (2025-02-24)
4+
5+
### Features Added
6+
7+
- Model DeploymentProperties has a new parameter validation_level
8+
- Model DeploymentPropertiesExtended has a new parameter diagnostics
9+
- Model DeploymentPropertiesExtended has a new parameter validation_level
10+
- Model DeploymentValidateResult has a new parameter id
11+
- Model DeploymentValidateResult has a new parameter name
12+
- Model DeploymentValidateResult has a new parameter type
13+
- Model DeploymentWhatIfProperties has a new parameter validation_level
14+
- Model ExportTemplateRequest has a new parameter output_format
15+
- Model PolicyAssignment has a new parameter effective_definition_version
16+
- Model PolicyAssignment has a new parameter latest_definition_version
17+
- Model PolicyDefinitionReference has a new parameter effective_definition_version
18+
- Model PolicyDefinitionReference has a new parameter latest_definition_version
19+
- Model ResourceGroupExportResult has a new parameter output
20+
- Model WhatIfChange has a new parameter deployment_id
21+
- Model WhatIfChange has a new parameter identifiers
22+
- Model WhatIfChange has a new parameter symbolic_name
23+
- Model WhatIfOperationResult has a new parameter diagnostics
24+
- Model WhatIfOperationResult has a new parameter potential_changes
25+
- Operation PolicyAssignmentsOperations.get has a new optional parameter expand
26+
- Operation PolicyAssignmentsOperations.get_by_id has a new optional parameter expand
27+
- Operation PolicyAssignmentsOperations.list has a new optional parameter expand
28+
- Operation PolicyAssignmentsOperations.list_for_management_group has a new optional parameter expand
29+
- Operation PolicyAssignmentsOperations.list_for_resource has a new optional parameter expand
30+
- Operation PolicyAssignmentsOperations.list_for_resource_group has a new optional parameter expand
31+
- Operation PolicySetDefinitionVersionsOperations.get has a new optional parameter expand
32+
- Operation PolicySetDefinitionVersionsOperations.get_at_management_group has a new optional parameter expand
33+
- Operation PolicySetDefinitionVersionsOperations.get_built_in has a new optional parameter expand
34+
- Operation PolicySetDefinitionVersionsOperations.list has a new optional parameter expand
35+
- Operation PolicySetDefinitionVersionsOperations.list_built_in has a new optional parameter expand
36+
- Operation PolicySetDefinitionVersionsOperations.list_by_management_group has a new optional parameter expand
37+
- Operation PolicySetDefinitionsOperations.get has a new optional parameter expand
38+
- Operation PolicySetDefinitionsOperations.get_at_management_group has a new optional parameter expand
39+
- Operation PolicySetDefinitionsOperations.get_built_in has a new optional parameter expand
40+
- Operation PolicySetDefinitionsOperations.list has a new optional parameter expand
41+
- Operation PolicySetDefinitionsOperations.list_built_in has a new optional parameter expand
42+
- Operation PolicySetDefinitionsOperations.list_by_management_group has a new optional parameter expand
43+
344
## 23.2.0 (2024-10-24)
445

546
### Features Added

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": "34424077cae09522361ea641761dc37941603383",
2+
"commit": "39879dbcfe0d8d66afbe073f287cf8f246928243",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.19.0",
6+
"@autorest/python@6.27.4",
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.19.0 --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/azure-sdk-for-python/sdk --use=@autorest/python@6.27.4 --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",

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.2.0"
8+
VERSION = "23.3.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
@@ -94,7 +94,7 @@ def __init__(
9494
policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None,
9595
self._config.http_logging_policy,
9696
]
97-
self._client = ARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
97+
self._client: ARMPipelineClient = ARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
9898
super(ChangesClient, self).__init__(
9999
api_version=api_version,
100100
profile=profile

0 commit comments

Comments
 (0)