Skip to content

Commit d4cdce6

Browse files
azure-sdkmsyycCopilot
authored
Refresh azure-mgmt-applicationinsights after migrate to Typespec (#47159)
* Configurations: 'specification/applicationinsights/resource-manager/Microsoft.Insights/ApplicationInsights/tspconfig.yaml', API Version: 2024-02-01-preview, SDK Release Type: beta, and CommitSHA: '5a45c68db967ced0736a2f91a74774a65771dadc' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6356621 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Optimize changelog for azure-mgmt-applicationinsights Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add live tests for azure-mgmt-applicationinsights --------- Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 942b75e commit d4cdce6

194 files changed

Lines changed: 26835 additions & 22879 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/applicationinsights/azure-mgmt-applicationinsights/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+
## 5.0.0b2 (2026-05-27)
4+
5+
### Features Added
6+
7+
- Client `ApplicationInsightsManagementClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `ApplicationInsightsManagementClient` added method `send_request`
9+
- Model `ComponentLinkedStorageAccounts` added property `system_data`
10+
- Model `ProxyResource` added property `system_data`
11+
- Model `Resource` added property `system_data`
12+
- Model `TrackedResource` added property `system_data`
13+
- Model `WorkbookTemplate` added property `system_data`
14+
15+
### Breaking Changes
16+
17+
- 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.
18+
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
19+
- Model `ComponentLinkedStorageAccounts` moved instance variable `linked_storage_account` under property `properties` whose type is `LinkedStorageAccountsProperties`
20+
- Model `ComponentLinkedStorageAccountsPatch` moved instance variable `linked_storage_account` under property `properties` whose type is `LinkedStorageAccountsProperties`
21+
- Model `WorkbookTemplateUpdateParameters` moved instance variable `priority`, `author`, `template_data`, `galleries` and `localized` under property `properties` whose type is `WorkbookTemplateProperties`
22+
- Model `WorkbookUpdateParameters` moved instance variable `display_name`, `serialized_data`, `category`, `tags_properties_tags`, `description` and `revision` under property `properties` whose type is `WorkbookPropertiesUpdateParameters`
23+
- Method `AnalyticsItemsOperations.delete` changed its parameter `id`/`name` from `positional_or_keyword` to `keyword_only`
24+
- Method `AnalyticsItemsOperations.get` changed its parameter `id`/`name` from `positional_or_keyword` to `keyword_only`
25+
- Parameter `type` of `AnalyticsItemsOperations.list` is now optional
26+
- Method `AnalyticsItemsOperations.list` changed its parameter `scope`/`type`/`include_content` from `positional_or_keyword` to `keyword_only`
27+
- Method `AnalyticsItemsOperations.put` changed its parameter `override_item` from `positional_or_keyword` to `keyword_only`
28+
- Method `AnnotationsOperations.list` changed its parameter `start`/`end` from `positional_or_keyword` to `keyword_only`
29+
- Method `DeletedWorkbooksOperations.list_by_subscription` changed its parameter `category`/`tags` from `positional_or_keyword` to `keyword_only`
30+
- Method `FavoritesOperations.list` changed its parameter `favorite_type`/`source_type`/`can_fetch_content`/`tags` from `positional_or_keyword` to `keyword_only`
31+
- Method `WorkbooksOperations.create_or_update` changed its parameter `source_id` from `positional_or_keyword` to `keyword_only`
32+
- Method `WorkbooksOperations.get` changed its parameter `can_fetch_content` from `positional_or_keyword` to `keyword_only`
33+
- Method `WorkbooksOperations.list_by_resource_group` changed its parameter `category`/`tags`/`source_id`/`can_fetch_content` from `positional_or_keyword` to `keyword_only`
34+
- Method `WorkbooksOperations.list_by_subscription` changed its parameter `category`/`tags`/`can_fetch_content` from `positional_or_keyword` to `keyword_only`
35+
- Method `WorkbooksOperations.update` changed its parameter `source_id` from `positional_or_keyword` to `keyword_only`
36+
37+
### Other Changes
38+
39+
- Deleted model `OperationInfo`/`OperationLive`/`ResourceAutoGenerated`/`TrackedResourceAutoGenerated`/`WorkbookResource`/`WorkbookTemplateResource` which actually were not used by SDK users
40+
341
## 5.0.0b1 (2025-07-24)
442

543
### Features Added
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
recursive-include tests *.py *.json
2-
recursive-include samples *.py *.md
31
include *.md
4-
include azure/__init__.py
5-
include azure/mgmt/__init__.py
62
include LICENSE
73
include azure/mgmt/applicationinsights/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

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

Lines changed: 2 additions & 2 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 Application Insights 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
Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
{
2-
"commit": "b03475447ff6b3bcccfd25e99609b63bb2877b09",
2+
"apiVersions": {
3+
"AnalyticsItems": "2015-05-01",
4+
"ComponentAPIs": "2015-05-01",
5+
"ComponentLinkedStorageAccountApi": "2020-03-01-preview",
6+
"Components": "2020-02-02",
7+
"DeletedWorkbookApi": "2024-02-01-preview",
8+
"Favorites": "2015-05-01",
9+
"LiveTokenApi": "2021-10-14",
10+
"WebTestLocation": "2015-05-01",
11+
"WebTestsApi": "2022-06-15",
12+
"WorkBookOperations": "2021-03-08",
13+
"WorkbookTemplatesApi": "2020-11-20",
14+
"WorkbooksApi": "2023-06-01"
15+
},
16+
"commit": "5a45c68db967ced0736a2f91a74774a65771dadc",
317
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4-
"autorest": "3.10.2",
5-
"use": [
6-
"@autorest/python@6.35.0",
7-
"@autorest/modelerfour@4.27.0"
8-
],
9-
"autorest_command": "autorest specification/applicationinsights/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/azure-sdk-for-python/sdk --use=@autorest/python@6.35.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
10-
"readme": "specification/applicationinsights/resource-manager/readme.md"
18+
"typespec_src": "specification/applicationinsights/resource-manager/Microsoft.Insights/ApplicationInsights",
19+
"emitterVersion": "0.62.1"
1120
}

0 commit comments

Comments
 (0)