diff --git a/specification/applicationinsights/resource-manager/readme.md b/specification/applicationinsights/resource-manager/readme.md index 116ce20ca4aa..1533c108508c 100644 --- a/specification/applicationinsights/resource-manager/readme.md +++ b/specification/applicationinsights/resource-manager/readme.md @@ -324,6 +324,15 @@ input-file: - Microsoft.Insights/preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json ``` +### Tag: package-2022-06-15-only + +These settings apply only when `--tag=package-2022-06-15-only` is specified on the command line. + +``` yaml $(tag) == 'package-2022-06-15-only' +input-file: + - Microsoft.Insights/stable/2022-06-15/webTests_API.json +``` + ### Tag: package-2022-04-01 These settings apply only when `--tag=package-2022-04-01` is specified on the command line. diff --git a/specification/applicationinsights/resource-manager/readme.python.md b/specification/applicationinsights/resource-manager/readme.python.md index ea3eb731791c..e3015193bff3 100644 --- a/specification/applicationinsights/resource-manager/readme.python.md +++ b/specification/applicationinsights/resource-manager/readme.python.md @@ -14,7 +14,7 @@ no-namespace-folders: true ``` yaml $(python) multiapi: true -default-api-version: "2022-04-01" +default-api-version: "2022-06-15" clear-output-folder: true batch: - tag: package-2015-05 @@ -31,6 +31,7 @@ batch: - tag: package-2021-08 - tag: package-2021-10 - tag: package-2022-04-01-only + - tag: package-2022-06-15-only - multiapiscript: true ``` @@ -39,6 +40,15 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi perform-load: false ``` +### 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_only +output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_06_15_only +``` + ### Tag: package-2015-05 and python These settings apply only when `--tag=package-2015-05 --python` is specified on the command line.