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/extendedlocation/azure-mgmt-extendedlocation/CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Release History
2
2
3
+
## 3.0.0b1 (2026-05-20)
4
+
5
+
### Features Added
6
+
7
+
- Model `ProxyResource` added property `system_data`
8
+
- Model `Resource` added property `system_data`
9
+
- Model `TrackedResource` added property `system_data`
10
+
- Added model `CustomLocationFindTargetResourceGroupProperties`
11
+
- Added model `CustomLocationFindTargetResourceGroupResult`
12
+
- Added model `MatchExpressionsProperties`
13
+
- Added model `PatchableResourceSyncRule`
14
+
- Added model `ResourceSyncRule`
15
+
- Added model `ResourceSyncRuleProperties`
16
+
- Added model `ResourceSyncRulePropertiesSelector`
17
+
- Operation group `CustomLocationsOperations` added method `find_target_resource_group`
18
+
- Added operation group `ResourceSyncRulesOperations`
19
+
20
+
### Breaking Changes
21
+
22
+
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
23
+
- Renamed client `CustomLocations` to `CustomLocationsMgmtClient`
24
+
- Model `CustomLocationOperation` moved instance variable `description`, `operation`, `provider` and `resource` under property `display` whose type is `CustomLocationOperationValueDisplay`
25
+
- Model `PatchableCustomLocations` moved instance variable `authentication`, `cluster_extension_ids`, `display_name`, `host_resource_id`, `host_type`, `namespace` and `provisioning_state` under property `properties` whose type is `CustomLocationProperties`
26
+
- Method `CustomLocationsOperations.update` replaced its parameters `identity`/`tags`/`authentication`/`cluster_extension_ids`/`display_name`/`host_resource_id`/`host_type`/`namespace`/`provisioning_state` with a single `parameters` argument of type `PatchableCustomLocations`
27
+
28
+
### Other Changes
29
+
30
+
- Deleted model `CustomLocationOperationsList` which actually was not used by SDK users
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.
28
28
29
29
-`AZURE_CLIENT_ID` for Azure client ID.
30
30
-`AZURE_TENANT_ID` for Azure tenant ID.
@@ -36,11 +36,11 @@ With above configuration, client can be authenticated by following code:
36
36
37
37
```python
38
38
from azure.identity import DefaultAzureCredential
39
-
from azure.mgmt.extendedlocation importCustomLocations
39
+
from azure.mgmt.extendedlocation importCustomLocationsMgmtClient
0 commit comments