diff --git a/specification/applicationinsights/resource-manager/readme.java.md b/specification/applicationinsights/resource-manager/readme.java.md index ec80c3ebcf70..74712e381463 100644 --- a/specification/applicationinsights/resource-manager/readme.java.md +++ b/specification/applicationinsights/resource-manager/readme.java.md @@ -2,26 +2,6 @@ These settings apply only when `--java` is specified on the command line. -### Tag: package-2022-06-15-java - -These settings apply only when `--tag=package-2022-06-15-java` is specified on the command line. - -``` yaml $(tag) == 'package-2022-06-15-java' -input-file: - - Microsoft.Insights/stable/2020-02-02/components_API.json - - Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json - - Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json - - Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json - - Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json - - Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json - - Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json - - Microsoft.Insights/stable/2015-05-01/favorites_API.json - - Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json - - Microsoft.Insights/stable/2022-06-15/webTests_API.json - - Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json - - Microsoft.Insights/stable/2021-03-08/workbookOperations_API.json - - Microsoft.Insights/stable/2020-11-20/workbookTemplates_API.json - - Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json - - Microsoft.Insights/stable/2022-04-01/workbooks_API.json - - Microsoft.Insights/stable/2021-10-14/livetoken_API.json -``` \ No newline at end of file +``` yaml $(java) +generate-samples: false +``` diff --git a/specification/applicationinsights/resource-manager/readme.python.md b/specification/applicationinsights/resource-manager/readme.python.md index b95e210d1e26..19bf032afe68 100644 --- a/specification/applicationinsights/resource-manager/readme.python.md +++ b/specification/applicationinsights/resource-manager/readme.python.md @@ -1,198 +1,21 @@ ## Python These settings apply only when `--python` is specified on the command line. +Please also specify `--python-sdks-folder=`. -```yaml $(python) +``` yaml $(python) +title: ApplicationInsightsManagementClient azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION package-name: azure-mgmt-applicationinsights +namespace: azure.mgmt.applicationinsights package-version: 1.0.0b1 clear-output-folder: true -no-namespace-folders: true ``` -### Python multi-api ``` yaml $(python) -multiapi: true -default-api-version: "2023-06-01" -clear-output-folder: true -batch: - - tag: package-2015-05 - - tag: package-2017-10 - - tag: package-2018-05-01-preview - - tag: package-2018-06-17-preview - - tag: package-2019-10-17-preview - - tag: package-2020-02-02-preview - - tag: package-2020-02-02-only - - tag: package-2020-03-01-preview - - tag: package-preview-2020-06-only - - tag: package-2020-11-only - - tag: package-2021-03-08-only - - tag: package-2021-08 - - tag: package-2021-10 - - tag: package-2022-04-01-only - - tag: package-2022-06-15-only - - tag: package-2023-06-01-python-only - - tag: package-2024-02-01-preview-only - - multiapiscript: true -``` - -``` yaml $(multiapiscript) -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/ -perform-load: false -``` - -### Tag: package-2024-02-01-preview-only and python - -These settings apply only when `--tag=package-2024-02-01-preview-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-2024-02-01-preview-only' && $(python) -namespace: azure.mgmt.applicationinsights.v2024_02_01_preview -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2024_02_01_preview -``` - -### Tag: package-2023-06-01-python-only and python - -These settings apply only when `--tag=package-2023-06-01-python-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-2023-06-01-python-only' && $(python) -namespace: azure.mgmt.applicationinsights.v2023_06_01 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2023_06_01 -``` - -### Tag: package-2022-06-15-only and python - -These settings apply only when `--tag=package-2022-06-15-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-2022-06-15-only' && $(python) -namespace: azure.mgmt.applicationinsights.v2022_06_15 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_06_15 -``` - -### Tag: package-2015-05 and python - -These settings apply only when `--tag=package-2015-05 --python` is specified on the command line. - -``` yaml $(tag) == 'package-2015-05' && $(python) -namespace: azure.mgmt.applicationinsights.v2015_05_01 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2015_05_01 -``` - -### Tag: package-2017-10 and python - -These settings apply only when `--tag=package-2017-10 --python` is specified on the command line. - -``` yaml $(tag) == 'package-2017-10' && $(python) -namespace: azure.mgmt.applicationinsights.v2017_10_01 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2017_10_01 -``` - -### Tag: package-2018-06-17-preview and python - -These settings apply only when `--tag=package-2018-06-17-preview --python` is specified on the command line. - -``` yaml $(tag) == 'package-2018-06-17-preview' && $(python) -namespace: azure.mgmt.applicationinsights.v2018_06_17_preview -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_06_17_preview -``` - -### Tag: package-2019-10-17-preview and python - -These settings apply only when `--tag=package-2019-10-17-preview --python` is specified on the command line. - -```yaml $(tag) == 'package-2019-10-17-preview' && $(python) -namespace: azure.mgmt.applicationinsights.v2019_10_17_preview -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2019_10_17_preview -``` - -### Tag: package-2018-05-01-preview and python - -These settings apply only when `--tag=package-2018-05-01-preview --python` is specified on the command line. - -``` yaml $(tag) == 'package-2018-05-01-preview' && $(python) -namespace: azure.mgmt.applicationinsights.v2018_05_01_preview -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2018_05_01_preview -``` - -### Tag: package-2020-02-02-preview and python - -These settings apply only when `--tag=package-2020-02-02-preview --python` is specified on the command line. - -``` yaml $(tag) == 'package-2020-02-02-preview' && $(python) -namespace: azure.mgmt.applicationinsights.v2020_02_02_preview -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02_preview -``` - -### Tag: package-2020-02-02-only and python - -These settings apply only when `--tag=package-2020-02-02-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-2020-02-02-only' && $(python) -namespace: azure.mgmt.applicationinsights.v2020_02_02 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_02_02 -``` - -### Tag: package-2020-03-01-preview and python - -These settings apply only when `--tag=package-2020-03-01-preview --python` is specified on the command line. - -``` yaml $(tag) == 'package-2020-03-01-preview' && $(python) -namespace: azure.mgmt.applicationinsights.v2020_03_01_preview -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_03_01_preview -``` - -### Tag: package-preview-2020-06-only and python - -These settings apply only when `--tag=package-preview-2020-06-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-preview-2020-06-only' && $(python) -namespace: azure.mgmt.applicationinsights.v2020_06_02_preview -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_06_02_preview -``` - -### Tag: package-2020-11-only and python - -These settings apply only when `--tag=package-2020-11-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-2020-11-only' && $(python) -namespace: azure.mgmt.applicationinsights.v2020_11_20 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2020_11_20 -``` - -### Tag: package-2021-03-08-only and python - -These settings apply only when `--tag=package-2021-03-08-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-2021-03-08-only' && $(python) -namespace: azure.mgmt.applicationinsights.v2021_03_08 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_03_08 -``` - -### Tag: package-2021-08 and python - -These settings apply only when `--tag=package-2021-08 --python` is specified on the command line. - -``` yaml $(tag) == 'package-2021-08' && $(python) -namespace: azure.mgmt.applicationinsights.v2021_08_01 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_08_01 -``` - -### Tag: package-2021-10 and python - -These settings apply only when `--tag=package-2021-10 --python` is specified on the command line. - -``` yaml $(tag) == 'package-2021-10' && $(python) -namespace: azure.mgmt.applicationinsights.v2021_10 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2021_10 -``` - -### Tag: package-2022-04-01-only and python - -These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line. - -``` yaml $(tag) == 'package-2022-04-01-only' && $(python) -namespace: azure.mgmt.applicationinsights.v2022_04_01 -output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_04_01 +no-namespace-folders: true +output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights ``` ```yaml $(python)