Skip to content

Commit 977adc3

Browse files
author
SDKAuto
committed
CodeGen from PR 34336 in Azure/azure-rest-api-specs
Merge b776f1d5aaeaeacbfe36de68f28323f9c0fea6c8 into 7fce9fb91eae7c0f6f0ae348bb79119772e89f5f
1 parent 1063688 commit 977adc3

File tree

84 files changed

+6982
-3413
lines changed

Some content is hidden

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

84 files changed

+6982
-3413
lines changed

sdk/machinelearning/azure-mgmt-guestconfig/CHANGELOG.md

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

3+
## 1.0.0 (2025-05-13)
4+
5+
### Features Added
6+
7+
- Client `GuestConfigurationClient` added operation group `guest_configuration_connected_vmwarev_sphere_assignments`
8+
- Client `GuestConfigurationClient` added operation group `guest_configuration_connected_vmwarev_sphere_assignments_reports`
9+
- Model `GuestConfigurationNavigation` added property `content_managed_identity`
10+
- Model `Operation` added property `is_data_action`
11+
- Model `Operation` added property `origin`
12+
- Model `Operation` added property `action_type`
13+
- Model `ProxyResource` added property `system_data`
14+
- Model `Resource` added property `system_data`
15+
- Added enum `ActionType`
16+
- Added model `ErrorAdditionalInfo`
17+
- Added model `ErrorDetail`
18+
- Added model `OperationListResult`
19+
- Added enum `Origin`
20+
- Added model `VmssvmInfo`
21+
- Model `GuestConfigurationAssignmentsVMSSOperations` added method `create_or_update`
22+
- Added model `GuestConfigurationConnectedVMwarevSphereAssignmentsOperations`
23+
- Added model `GuestConfigurationConnectedVMwarevSphereAssignmentsReportsOperations`
24+
- Method `GuestConfigurationAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, vm_name: str, guest_configuration_assignment_name: str, parameters: IO[bytes], content_type: str)`
25+
- Method `GuestConfigurationAssignmentsVMSSOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, vmss_name: str, name: str, parameters: GuestConfigurationAssignment, content_type: str)`
26+
- Method `GuestConfigurationAssignmentsVMSSOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, vmss_name: str, name: str, parameters: IO[bytes], content_type: str)`
27+
- Method `GuestConfigurationHCRPAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, machine_name: str, guest_configuration_assignment_name: str, parameters: IO[bytes], content_type: str)`
28+
- Method `GuestConfigurationConnectedVMwarevSphereAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, vm_name: str, guest_configuration_assignment_name: str, parameters: GuestConfigurationAssignment, content_type: str)`
29+
- Method `GuestConfigurationConnectedVMwarevSphereAssignmentsOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, vm_name: str, guest_configuration_assignment_name: str, parameters: IO[bytes], content_type: str)`
30+
31+
### Breaking Changes
32+
33+
- Method `GuestConfigurationAssignmentReportsVMSSOperations.list` changed from `synchronous` to `asynchronous`
34+
- Method `GuestConfigurationAssignmentsOperations.list` changed from `synchronous` to `asynchronous`
35+
- Method `GuestConfigurationAssignmentsOperations.rg_list` changed from `synchronous` to `asynchronous`
36+
- Method `GuestConfigurationAssignmentsVMSSOperations.list` changed from `synchronous` to `asynchronous`
37+
- Method `GuestConfigurationHCRPAssignmentsOperations.list` changed from `synchronous` to `asynchronous`
38+
- Model `GuestConfigurationAssignment` deleted or renamed its instance variable `location`
39+
- Model `Operation` deleted or renamed its instance variable `status_code`
40+
- Model `ProxyResource` deleted or renamed its instance variable `location`
41+
- Model `Resource` deleted or renamed its instance variable `location`
42+
- Deleted or renamed model `ErrorResponseError`
43+
- Deleted or renamed model `OperationList`
44+
- Deleted or renamed model `VMSSVMInfo`
45+
- Deleted or renamed method `GuestConfigurationAssignmentsOperations.subscription_list`
46+
- Method `GuestConfigurationAssignmentsOperations.create_or_update` re-ordered its parameters from `['self', 'guest_configuration_assignment_name', 'resource_group_name', 'vm_name', 'parameters', 'kwargs']` to `['self', 'resource_group_name', 'vm_name', 'guest_configuration_assignment_name', 'parameters', 'kwargs']`
47+
- Method `GuestConfigurationAssignmentsOperations.get` re-ordered its parameters from `['self', 'resource_group_name', 'guest_configuration_assignment_name', 'vm_name', 'kwargs']` to `['self', 'resource_group_name', 'vm_name', 'guest_configuration_assignment_name', 'kwargs']`
48+
- Method `GuestConfigurationAssignmentsOperations.delete` re-ordered its parameters from `['self', 'resource_group_name', 'guest_configuration_assignment_name', 'vm_name', 'kwargs']` to `['self', 'resource_group_name', 'vm_name', 'guest_configuration_assignment_name', 'kwargs']`
49+
- Method `GuestConfigurationAssignmentReportsOperations.get` re-ordered its parameters from `['self', 'resource_group_name', 'guest_configuration_assignment_name', 'report_id', 'vm_name', 'kwargs']` to `['self', 'resource_group_name', 'vm_name', 'guest_configuration_assignment_name', 'report_id', 'kwargs']`
50+
- Method `GuestConfigurationAssignmentReportsOperations.list` re-ordered its parameters from `['self', 'resource_group_name', 'guest_configuration_assignment_name', 'vm_name', 'kwargs']` to `['self', 'resource_group_name', 'vm_name', 'guest_configuration_assignment_name', 'kwargs']`
51+
- Method `GuestConfigurationHCRPAssignmentsOperations.create_or_update` re-ordered its parameters from `['self', 'guest_configuration_assignment_name', 'resource_group_name', 'machine_name', 'parameters', 'kwargs']` to `['self', 'resource_group_name', 'machine_name', 'guest_configuration_assignment_name', 'parameters', 'kwargs']`
52+
- Method `GuestConfigurationHCRPAssignmentsOperations.get` re-ordered its parameters from `['self', 'resource_group_name', 'guest_configuration_assignment_name', 'machine_name', 'kwargs']` to `['self', 'resource_group_name', 'machine_name', 'guest_configuration_assignment_name', 'kwargs']`
53+
- Method `GuestConfigurationHCRPAssignmentsOperations.delete` re-ordered its parameters from `['self', 'resource_group_name', 'guest_configuration_assignment_name', 'machine_name', 'kwargs']` to `['self', 'resource_group_name', 'machine_name', 'guest_configuration_assignment_name', 'kwargs']`
54+
- Method `GuestConfigurationHCRPAssignmentReportsOperations.get` re-ordered its parameters from `['self', 'resource_group_name', 'guest_configuration_assignment_name', 'report_id', 'machine_name', 'kwargs']` to `['self', 'resource_group_name', 'machine_name', 'guest_configuration_assignment_name', 'report_id', 'kwargs']`
55+
- Method `GuestConfigurationHCRPAssignmentReportsOperations.list` re-ordered its parameters from `['self', 'resource_group_name', 'guest_configuration_assignment_name', 'machine_name', 'kwargs']` to `['self', 'resource_group_name', 'machine_name', 'guest_configuration_assignment_name', 'kwargs']`
56+
357
## 1.0.0b2 (2022-11-04)
458

559
### 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 Guest Config 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 [Guest Config 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://aka.ms/azsdk/python/mgmt/samples)
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-guestconfig
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.guestconfig import GuestConfigurationClient
40+
import os
2641

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

46+
## Examples
2847

48+
Code samples for this package can be found at:
49+
- [Search Guest Config 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": "4047b23b6e1a6bf2203d20db86d2f5eab43f7340",
2+
"commit": "201bc173d1455a55e858b24a6d50ecbefb9141a0",
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.1",
7-
"@autorest/modelerfour@4.24.3"
6+
"@autorest/python@6.34.1",
7+
"@autorest/modelerfour@4.27.0"
88
],
9-
"autorest_command": "autorest specification/guestconfiguration/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.1 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/guestconfiguration/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.34.1 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/guestconfiguration/resource-manager/readme.md"
1111
}

sdk/machinelearning/azure-mgmt-guestconfig/azure/mgmt/guestconfig/__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 ._guest_configuration_client import GuestConfigurationClient
10+
from typing import TYPE_CHECKING
11+
12+
if TYPE_CHECKING:
13+
from ._patch import * # pylint: disable=unused-wildcard-import
14+
15+
from ._guest_configuration_client import GuestConfigurationClient # 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 * # type: ignore # 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
"GuestConfigurationClient",
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/machinelearning/azure-mgmt-guestconfig/azure/mgmt/guestconfig/_configuration.py

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,34 @@
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 GuestConfigurationClientConfiguration(Configuration): # pylint: disable=too-many-instance-attributes
20+
class GuestConfigurationClientConfiguration: # pylint: disable=too-many-instance-attributes
2921
"""Configuration for GuestConfigurationClient.
3022
3123
Note that all parameters used to create this instance are saved as instance
3224
attributes.
3325
3426
:param credential: Credential needed for the client to connect to Azure. Required.
3527
:type credential: ~azure.core.credentials.TokenCredential
36-
:param subscription_id: Subscription ID which uniquely identify Microsoft Azure subscription.
37-
The subscription ID forms part of the URI for every service call. Required.
28+
:param subscription_id: The ID of the target subscription. Required.
3829
:type subscription_id: str
39-
:keyword api_version: Api Version. Default value is "2022-01-25". Note that overriding this
30+
:keyword api_version: Api Version. Default value is "2024-04-05". Note that overriding this
4031
default value may result in unsupported behavior.
4132
:paramtype api_version: str
4233
"""
4334

4435
def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
45-
super(GuestConfigurationClientConfiguration, self).__init__(**kwargs)
46-
api_version = kwargs.pop("api_version", "2022-01-25") # type: Literal["2022-01-25"]
36+
api_version: str = kwargs.pop("api_version", "2024-04-05")
4737

4838
if credential is None:
4939
raise ValueError("Parameter 'credential' must not be None.")
@@ -55,20 +45,18 @@ def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs
5545
self.api_version = api_version
5646
self.credential_scopes = kwargs.pop("credential_scopes", ["https://management.azure.com/.default"])
5747
kwargs.setdefault("sdk_moniker", "mgmt-guestconfig/{}".format(VERSION))
48+
self.polling_interval = kwargs.get("polling_interval", 30)
5849
self._configure(**kwargs)
5950

60-
def _configure(
61-
self, **kwargs # type: Any
62-
):
63-
# type: (...) -> None
51+
def _configure(self, **kwargs: Any) -> None:
6452
self.user_agent_policy = kwargs.get("user_agent_policy") or policies.UserAgentPolicy(**kwargs)
6553
self.headers_policy = kwargs.get("headers_policy") or policies.HeadersPolicy(**kwargs)
6654
self.proxy_policy = kwargs.get("proxy_policy") or policies.ProxyPolicy(**kwargs)
6755
self.logging_policy = kwargs.get("logging_policy") or policies.NetworkTraceLoggingPolicy(**kwargs)
6856
self.http_logging_policy = kwargs.get("http_logging_policy") or ARMHttpLoggingPolicy(**kwargs)
69-
self.retry_policy = kwargs.get("retry_policy") or policies.RetryPolicy(**kwargs)
7057
self.custom_hook_policy = kwargs.get("custom_hook_policy") or policies.CustomHookPolicy(**kwargs)
7158
self.redirect_policy = kwargs.get("redirect_policy") or policies.RedirectPolicy(**kwargs)
59+
self.retry_policy = kwargs.get("retry_policy") or policies.RetryPolicy(**kwargs)
7260
self.authentication_policy = kwargs.get("authentication_policy")
7361
if self.credential and not self.authentication_policy:
7462
self.authentication_policy = ARMChallengeAuthenticationPolicy(

0 commit comments

Comments
 (0)