Skip to content

Commit 72f2389

Browse files
azure-sdkChenxiJiang333Copilot
authored
[AutoPR azure-mgmt-loganalytics]-generated-from-SDK Generation - Python-6392701 (#47335)
* Configurations: 'specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/tspconfig.yaml', API Version: 2025-07-01, SDK Release Type: beta, and CommitSHA: '8a445c8e94982f9e959ef242e34e43a20d7488f0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6392701 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update * Configurations: 'specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/tspconfig.yaml', API Version: 2025-07-01, SDK Release Type: beta, and CommitSHA: '7e11f1d3a9faa5218d13de6fa2e8362e763aceb5' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6393543 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Configurations: 'specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/tspconfig.yaml', API Version: 2025-07-01, SDK Release Type: beta, and CommitSHA: 'efcac4df1ba355ac1f695aeb65378eacf052357c' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6393697 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Fix CHANGELOG optimization: correct Rule 9 format and consolidate deleted models Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update CHANGELOG.md --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent 7a4f223 commit 72f2389

207 files changed

Lines changed: 32470 additions & 29820 deletions

File tree

Some content is hidden

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

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

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

3+
## 14.0.0b1 (2026-06-04)
4+
5+
### Features Added
6+
7+
- Client `LogAnalyticsManagementClient` added method `send_request`
8+
- Model `AzureEntityResource` added property `system_data`
9+
- Model `Cluster` added property `system_data`
10+
- Model `DataExport` added property `system_data`
11+
- Model `DataSource` added property `system_data`
12+
- Model `LinkedService` added property `system_data`
13+
- Model `LinkedStorageAccountsResource` added property `system_data`
14+
- Model `ProxyResource` added property `system_data`
15+
- Model `Resource` added property `system_data`
16+
- Model `SavedSearch` added property `system_data`
17+
- Model `StorageInsight` added property `system_data`
18+
- Model `TrackedResource` added property `system_data`
19+
- Model `WorkspacePatch` added property `system_data`
20+
- Added model `Destination`
21+
- Added model `DestinationMetaData`
22+
- Added enum `SummaryLogsProvisioningState`
23+
24+
### Breaking Changes
25+
26+
- 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.
27+
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
28+
- Model `LinkedStorageAccountsResource` moved instance variable `data_source_type` and `storage_account_ids` under property `properties` whose type is `LinkedStorageAccountsProperties`
29+
- Model `LogAnalyticsQueryPackQuery` moved instance variable `id_properties_id`, `display_name`, `time_created`, `time_modified`, `author`, `description`, `body`, `related` and `tags` under property `properties` whose type is `LogAnalyticsQueryPackQueryProperties`
30+
- Model `ManagementGroup` moved instance variable `server_count`, `is_gateway`, `name`, `id`, `created`, `data_received`, `version` and `sku` under property `properties` whose type is `ManagementGroupProperties`
31+
- Model `WorkspacePatch` moved instance variable `provisioning_state`, `customer_id`, `sku`, `retention_in_days`, `workspace_capping`, `created_date`, `modified_date`, `public_network_access_for_ingestion`, `public_network_access_for_query`, `force_cmk_for_query`, `private_link_scoped_resources`, `features`, `default_data_collection_rule_resource_id`, `replication` and `failover` under property `properties` whose type is `WorkspaceProperties`
32+
- Method `DataSourcesOperations.list_by_workspace` changed its parameter `skiptoken` from `positional_or_keyword` to `keyword_only`
33+
- Method `QueriesOperations.list` changed its parameter `include_body`/`skip_token` from `positional_or_keyword` to `keyword_only`
34+
- Method `QueriesOperations.search` changed its parameter `include_body`/`skip_token` from `positional_or_keyword` to `keyword_only`
35+
- Method `WorkspacesOperations.begin_delete` changed its parameter `force` from `positional_or_keyword` to `keyword_only`
36+
37+
### Other Changes
38+
39+
- Deleted model `DataSourceFilter`/`WorkspaceListManagementGroupsResult`/`WorkspaceListUsagesResult` which actually were not used by SDK users
40+
- Deleted model `ErrorDetailAutoGenerated`/`ErrorDetailAutoGenerated2`/`ErrorResponseAutoGenerated`/`ErrorResponseAutoGenerated2`/`ProxyResourceAutoGenerated`/`ResourceAutoGenerated`/`TrackedResourceAutoGenerated`/`WorkspaceReplicationPatProperties` which actually were not used by SDK users
41+
342
## 13.1.1 (2026-01-05)
443

544
### Bugs Fixed

sdk/loganalytics/azure-mgmt-loganalytics/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Log Analytics Management Client Library.
4-
This package has been tested with Python 3.9+.
4+
This package has been tested with Python 3.10+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.9+ is required to use this package.
15+
- Python 3.10+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
27+
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"commit": "53d56e4ec74156c450d1e51745a971d3f2031dd7",
2+
"apiVersion": "2025-07-01",
3+
"apiVersions": {
4+
"Microsoft.OperationalInsights": "2025-07-01"
5+
},
6+
"commit": "efcac4df1ba355ac1f695aeb65378eacf052357c",
37
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4-
"autorest": "3.10.2",
5-
"use": [
6-
"@autorest/python@6.45.1",
7-
"@autorest/modelerfour@4.27.0"
8-
],
9-
"autorest_command": "autorest specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.45.1 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
10-
"readme": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights/readme.md"
8+
"typespec_src": "specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/OperationalInsights",
9+
"emitterVersion": "0.62.1"
1110
}

0 commit comments

Comments
 (0)