You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/devopsinfrastructure/azure-mgmt-devopsinfrastructure/CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Release History
2
2
3
+
## 1.1.0 (2025-04-15)
4
+
5
+
### Features Added
6
+
7
+
- Model `Organization` added property `open_access`
8
+
- Model `PoolImage` added property `ephemeral_type`
9
+
- Model `SecretsManagementSettings` added property `certificate_store_name`
10
+
- Added enum `ActionType`
11
+
- Added enum `AvailabilityStatus`
12
+
- Added enum `CertificateStoreNameOption`
13
+
- Added model `CheckNameAvailability`
14
+
- Added enum `CheckNameAvailabilityReason`
15
+
- Added model `CheckNameAvailabilityResult`
16
+
- Added enum `DevOpsInfrastructureResourceType`
17
+
- Added enum `EphemeralType`
18
+
- Added model `Operation`
19
+
- Added model `OperationDisplay`
20
+
- Added enum `Origin`
21
+
- Model `PoolsOperations` added method `check_name_availability`
22
+
- Method `Organization.__init__` has a new overload `def __init__(self: None, url: str, projects: Optional[List[str]], parallelism: Optional[int], open_access: Optional[bool])`
23
+
- Method `PoolImage.__init__` has a new overload `def __init__(self: None, resource_id: Optional[str], well_known_image_name: Optional[str], aliases: Optional[List[str]], buffer: Optional[str], ephemeral_type: Optional[Union[str, _models.EphemeralType]])`
24
+
- Method `SecretsManagementSettings.__init__` has a new overload `def __init__(self: None, observed_certificates: List[str], key_exportable: bool, certificate_store_location: Optional[str], certificate_store_name: Optional[Union[str, _models.CertificateStoreNameOption]])`
25
+
- Method `CheckNameAvailability.__init__` has a new overload `def __init__(self: None, name: str, type: Union[str, _models.DevOpsInfrastructureResourceType])`
26
+
- Method `CheckNameAvailability.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
27
+
- Method `CheckNameAvailabilityResult.__init__` has a new overload `def __init__(self: None, available: Union[str, _models.AvailabilityStatus], message: str, name: str, reason: Union[str, _models.CheckNameAvailabilityReason])`
28
+
- Method `CheckNameAvailabilityResult.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
29
+
- Method `Operation.__init__` has a new overload `def __init__(self: None, display: Optional[_models.OperationDisplay])`
30
+
- Method `Operation.__init__` has a new overload `def __init__(self: None, mapping: Mapping[str, Any])`
31
+
- Method `PoolsOperations.check_name_availability` has a new overload `def check_name_availability(self: None, body: CheckNameAvailability, content_type: str)`
32
+
- Method `PoolsOperations.check_name_availability` has a new overload `def check_name_availability(self: None, body: JSON, content_type: str)`
33
+
- Method `PoolsOperations.check_name_availability` has a new overload `def check_name_availability(self: None, body: IO[bytes], content_type: str)`
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.
Copy file name to clipboardExpand all lines: sdk/devopsinfrastructure/azure-mgmt-devopsinfrastructure/azure/mgmt/devopsinfrastructure/_configuration.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ class DevOpsInfrastructureMgmtClientConfiguration: # pylint: disable=too-many-i
29
29
:type subscription_id: str
30
30
:param base_url: Service host. Default value is "https://management.azure.com".
31
31
:type base_url: str
32
-
:keyword api_version: The API version to use for this operation. Default value is "2024-10-19".
32
+
:keyword api_version: The API version to use for this operation. Default value is "2025-01-21".
33
33
Note that overriding this default value may result in unsupported behavior.
0 commit comments