Skip to content

Commit 178bbd0

Browse files
author
SDKAuto
committed
CodeGen from PR 33988 in Azure/azure-rest-api-specs
Merge 1522e0f61d37aaaa9cdb5c143b6ffdf1643eac13 into 4f6ba43a83ed4f80863e1fe698ac10b89e8c48a0
1 parent 6d22700 commit 178bbd0

File tree

104 files changed

+3545
-2547
lines changed

Some content is hidden

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

104 files changed

+3545
-2547
lines changed

sdk/automanage/azure-mgmt-automanage/CHANGELOG.md

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

3+
## 2.0.0 (2025-04-16)
4+
5+
### Features Added
6+
7+
- Model `BestPractice` added property `properties`
8+
- Model `Report` added property `properties`
9+
- Model `ServicePrincipal` added property `properties`
10+
- Added model `AssignmentReportProperties`
11+
- Added model `ServicePrincipalProperties`
12+
- Method `ConfigurationProfileAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, configuration_profile_assignment_name: str, resource_group_name: str, vm_name: str, parameters: ConfigurationProfileAssignment, content_type: str)`
13+
- Method `ConfigurationProfileAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, configuration_profile_assignment_name: str, resource_group_name: str, vm_name: str, parameters: IO[bytes], content_type: str)`
14+
- Method `ConfigurationProfileHCIAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, cluster_name: str, configuration_profile_assignment_name: str, parameters: ConfigurationProfileAssignment, content_type: str)`
15+
- Method `ConfigurationProfileHCIAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, cluster_name: str, configuration_profile_assignment_name: str, parameters: IO[bytes], content_type: str)`
16+
- Method `ConfigurationProfileHCRPAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, machine_name: str, configuration_profile_assignment_name: str, parameters: ConfigurationProfileAssignment, content_type: str)`
17+
- Method `ConfigurationProfileHCRPAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, machine_name: str, configuration_profile_assignment_name: str, parameters: IO[bytes], content_type: str)`
18+
- Method `ConfigurationProfilesOperations.create_or_update` has a new overload `def create_or_update(self: None, configuration_profile_name: str, resource_group_name: str, parameters: ConfigurationProfile, content_type: str)`
19+
- Method `ConfigurationProfilesOperations.create_or_update` has a new overload `def create_or_update(self: None, configuration_profile_name: str, resource_group_name: str, parameters: IO[bytes], content_type: str)`
20+
- Method `ConfigurationProfilesOperations.update` has a new overload `def update(self: None, configuration_profile_name: str, resource_group_name: str, parameters: ConfigurationProfileUpdate, content_type: str)`
21+
- Method `ConfigurationProfilesOperations.update` has a new overload `def update(self: None, configuration_profile_name: str, resource_group_name: str, parameters: IO[bytes], content_type: str)`
22+
- Method `ConfigurationProfilesVersionsOperations.create_or_update` has a new overload `def create_or_update(self: None, configuration_profile_name: str, version_name: str, resource_group_name: str, parameters: ConfigurationProfile, content_type: str)`
23+
- Method `ConfigurationProfilesVersionsOperations.create_or_update` has a new overload `def create_or_update(self: None, configuration_profile_name: str, version_name: str, resource_group_name: str, parameters: IO[bytes], content_type: str)`
24+
25+
### Breaking Changes
26+
27+
- Model `BestPractice` deleted or renamed its instance variable `configuration`
28+
- Model `Report` deleted or renamed its instance variable `start_time`
29+
- Model `Report` deleted or renamed its instance variable `end_time`
30+
- Model `Report` deleted or renamed its instance variable `last_modified_time`
31+
- Model `Report` deleted or renamed its instance variable `duration`
32+
- Model `Report` deleted or renamed its instance variable `type_properties_type`
33+
- Model `Report` deleted or renamed its instance variable `status`
34+
- Model `Report` deleted or renamed its instance variable `configuration_profile`
35+
- Model `Report` deleted or renamed its instance variable `resources`
36+
- Model `Report` deleted or renamed its instance variable `error`
37+
- Model `Report` deleted or renamed its instance variable `report_format_version`
38+
- Model `ServicePrincipal` deleted or renamed its instance variable `service_principal_id`
39+
- Model `ServicePrincipal` deleted or renamed its instance variable `authorization_set`
40+
341
## 2.0.0b1 (2022-12-14)
442

543
### Features Added
Lines changed: 44 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,61 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Auto Manage Management Client Library.
4-
This package has been tested with Python 3.7+.
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_
88

99
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
1010

11-
# Usage
11+
## Getting started
1212

13+
### Prerequisites
1314

14-
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15-
16-
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
17-
Code samples for this package can be found at [Auto Manage Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
18-
Additional code samples for different Azure services are available at [Samples Repo](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/automanage)
15+
- Python 3.9+ is required to use this package.
16+
- [Azure subscription](https://azure.microsoft.com/free/)
1917

18+
### Install the package
2019

21-
# Provide Feedback
20+
```bash
21+
pip install azure-mgmt-automanage
22+
pip install azure-identity
23+
```
2224

23-
If you encounter any bugs or have suggestions, please file an issue in the
24-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
25-
section of the project.
25+
### Authentication
26+
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
28+
29+
- `AZURE_CLIENT_ID` for Azure client ID.
30+
- `AZURE_TENANT_ID` for Azure tenant ID.
31+
- `AZURE_CLIENT_SECRET` for Azure client secret.
32+
33+
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
34+
35+
With above configuration, client can be authenticated by following code:
36+
37+
```python
38+
from azure.identity import DefaultAzureCredential
39+
from azure.mgmt.automanage import AutomanageClient
40+
import os
2641

42+
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
43+
client = AutomanageClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
44+
```
2745

46+
## Examples
2847

48+
Code samples for this package can be found at:
49+
- [Search Auto Manage Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
50+
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
51+
52+
53+
## Troubleshooting
54+
55+
## Next steps
56+
57+
## Provide Feedback
58+
59+
If you encounter any bugs or have suggestions, please file an issue in the
60+
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
61+
section of the project.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "2647ee494ecbe4668bdf16486207fecd67843e57",
2+
"commit": "e7f52891d98eba629a54a20c75f81b0537bdf5fa",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4-
"autorest": "3.9.2",
4+
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.2.7",
7-
"@autorest/modelerfour@4.24.3"
6+
"@autorest/python@6.32.3",
7+
"@autorest/modelerfour@4.27.0"
88
],
9-
"autorest_command": "autorest specification/automanage/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.2.7 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/automanage/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/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/automanage/resource-manager/readme.md"
1111
}

sdk/automanage/azure-mgmt-automanage/azure/mgmt/automanage/__init__.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,28 @@
55
# Code generated by Microsoft (R) AutoRest Code Generator.
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
8+
# pylint: disable=wrong-import-position
89

9-
from ._automanage_client import AutomanageClient
10+
from typing import TYPE_CHECKING
11+
12+
if TYPE_CHECKING:
13+
from ._patch import * # pylint: disable=unused-wildcard-import
14+
15+
from ._automanage_client import AutomanageClient # type: ignore
1016
from ._version import VERSION
1117

1218
__version__ = VERSION
1319

1420
try:
1521
from ._patch import __all__ as _patch_all
16-
from ._patch import * # pylint: disable=unused-wildcard-import
22+
from ._patch import *
1723
except ImportError:
1824
_patch_all = []
1925
from ._patch import patch_sdk as _patch_sdk
2026

2127
__all__ = [
2228
"AutomanageClient",
2329
]
24-
__all__.extend([p for p in _patch_all if p not in __all__])
30+
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
2531

2632
_patch_sdk()

sdk/automanage/azure-mgmt-automanage/azure/mgmt/automanage/_automanage_client.py

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88

99
from copy import deepcopy
1010
from typing import Any, TYPE_CHECKING
11+
from typing_extensions import Self
1112

13+
from azure.core.pipeline import policies
1214
from azure.core.rest import HttpRequest, HttpResponse
1315
from azure.mgmt.core import ARMPipelineClient
16+
from azure.mgmt.core.policies import ARMAutoResourceProviderRegistrationPolicy
1417

1518
from . import models as _models
1619
from ._configuration import AutomanageClientConfiguration
@@ -31,11 +34,10 @@
3134
)
3235

3336
if TYPE_CHECKING:
34-
# pylint: disable=unused-import,ungrouped-imports
3537
from azure.core.credentials import TokenCredential
3638

3739

38-
class AutomanageClient: # pylint: disable=client-accepts-api-version-keyword,too-many-instance-attributes
40+
class AutomanageClient: # pylint: disable=too-many-instance-attributes
3941
"""Automanage Client.
4042
4143
:ivar best_practices: BestPracticesOperations operations
@@ -89,7 +91,25 @@ def __init__(
8991
**kwargs: Any
9092
) -> None:
9193
self._config = AutomanageClientConfiguration(credential=credential, subscription_id=subscription_id, **kwargs)
92-
self._client = ARMPipelineClient(base_url=base_url, config=self._config, **kwargs)
94+
_policies = kwargs.pop("policies", None)
95+
if _policies is None:
96+
_policies = [
97+
policies.RequestIdPolicy(**kwargs),
98+
self._config.headers_policy,
99+
self._config.user_agent_policy,
100+
self._config.proxy_policy,
101+
policies.ContentDecodePolicy(**kwargs),
102+
ARMAutoResourceProviderRegistrationPolicy(),
103+
self._config.redirect_policy,
104+
self._config.retry_policy,
105+
self._config.authentication_policy,
106+
self._config.custom_hook_policy,
107+
self._config.logging_policy,
108+
policies.DistributedTracingPolicy(**kwargs),
109+
policies.SensitiveHeaderCleanupPolicy(**kwargs) if self._config.redirect_policy else None,
110+
self._config.http_logging_policy,
111+
]
112+
self._client: ARMPipelineClient = ARMPipelineClient(base_url=base_url, policies=_policies, **kwargs)
93113

94114
client_models = {k: v for k, v in _models.__dict__.items() if isinstance(v, type)}
95115
self._serialize = Serializer(client_models)
@@ -122,7 +142,7 @@ def __init__(
122142
)
123143
self.hci_reports = HCIReportsOperations(self._client, self._config, self._serialize, self._deserialize)
124144

125-
def _send_request(self, request: HttpRequest, **kwargs: Any) -> HttpResponse:
145+
def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
126146
"""Runs the network request through the client's chained policies.
127147
128148
>>> from azure.core.rest import HttpRequest
@@ -142,14 +162,14 @@ def _send_request(self, request: HttpRequest, **kwargs: Any) -> HttpResponse:
142162

143163
request_copy = deepcopy(request)
144164
request_copy.url = self._client.format_url(request_copy.url)
145-
return self._client.send_request(request_copy, **kwargs)
165+
return self._client.send_request(request_copy, stream=stream, **kwargs) # type: ignore
146166

147167
def close(self) -> None:
148168
self._client.close()
149169

150-
def __enter__(self) -> "AutomanageClient":
170+
def __enter__(self) -> Self:
151171
self._client.__enter__()
152172
return self
153173

154-
def __exit__(self, *exc_details) -> None:
174+
def __exit__(self, *exc_details: Any) -> None:
155175
self._client.__exit__(*exc_details)

sdk/automanage/azure-mgmt-automanage/azure/mgmt/automanage/_configuration.py

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

9-
import sys
109
from typing import Any, TYPE_CHECKING
1110

12-
from azure.core.configuration import Configuration
1311
from azure.core.pipeline import policies
1412
from azure.mgmt.core.policies import ARMChallengeAuthenticationPolicy, ARMHttpLoggingPolicy
1513

1614
from ._version import VERSION
1715

18-
if sys.version_info >= (3, 8):
19-
from typing import Literal # pylint: disable=no-name-in-module, ungrouped-imports
20-
else:
21-
from typing_extensions import Literal # type: ignore # pylint: disable=ungrouped-imports
22-
2316
if TYPE_CHECKING:
24-
# pylint: disable=unused-import,ungrouped-imports
2517
from azure.core.credentials import TokenCredential
2618

2719

28-
class AutomanageClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes
20+
class AutomanageClientConfiguration: # pylint: disable=too-many-instance-attributes
2921
"""Configuration for AutomanageClient.
3022
3123
Note that all parameters used to create this instance are saved as instance
@@ -41,8 +33,7 @@ class AutomanageClientConfiguration(Configuration): # pylint: disable=too-many-
4133
"""
4234

4335
def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
44-
super(AutomanageClientConfiguration, self).__init__(**kwargs)
45-
api_version: Literal["2022-05-04"] = kwargs.pop("api_version", "2022-05-04")
36+
api_version: str = kwargs.pop("api_version", "2022-05-04")
4637

4738
if credential is None:
4839
raise ValueError("Parameter 'credential' must not be None.")
@@ -54,6 +45,7 @@ def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs
5445
self.api_version = api_version
5546
self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"])
5647
kwargs.setdefault("sdk_moniker", "mgmt-automanage/{}".format(VERSION))
48+
self.polling_interval = kwargs.get("polling_interval", 30)
5749
self._configure(**kwargs)
5850

5951
def _configure(self, **kwargs: Any) -> None:
@@ -62,9 +54,9 @@ def _configure(self, **kwargs: Any) -> None:
6254
self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs)
6355
self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs)
6456
self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs)
65-
self.retry_policy = kwargs.get("retry_policy") or policies.RetryPolicy(**kwargs)
6657
self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs)
6758
self.redirect_policy = kwargs.get("redirect_policy") or policies.RedirectPolicy(**kwargs)
59+
self.retry_policy = kwargs.get("retry_policy") or policies.RetryPolicy(**kwargs)
6860
self.authentication_policy = kwargs.get("authentication_policy")
6961
if self.credential and not self.authentication_policy:
7062
self.authentication_policy = ARMChallengeAuthenticationPolicy(

0 commit comments

Comments
 (0)