Skip to content

Commit a5619b6

Browse files
tokaplanmstrisoline
authored andcommitted
Preparing a new tag without the conflicting operation "Operations_List" (Azure#17315)
* Preparing a new tag without the conflicting operation "Operations_List" * Correcting components_API.json version for the tag * Updating the latest tag, adding reference materials to readme.md * Avocado error fix
1 parent 763d299 commit a5619b6

File tree

3 files changed

+36
-62
lines changed

3 files changed

+36
-62
lines changed

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-10-14/examples/Operations_List.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-10-14/livetoken_API.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -36,44 +36,6 @@
3636
}
3737
},
3838
"paths": {
39-
"/providers/Microsoft.Insights/operations": {
40-
"get": {
41-
"tags": [
42-
"Operations"
43-
],
44-
"summary": "List available operations.",
45-
"description": "List the available operations supported by the resource provider.",
46-
"operationId": "Operations_List",
47-
"consumes": [],
48-
"produces": [
49-
"application/json"
50-
],
51-
"parameters": [
52-
{
53-
"$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter"
54-
}
55-
],
56-
"responses": {
57-
"200": {
58-
"description": "OK",
59-
"schema": {
60-
"$ref": "#/definitions/OperationsListResult"
61-
}
62-
},
63-
"default": {
64-
"description": "*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."
65-
}
66-
},
67-
"x-ms-pageable": {
68-
"nextLinkName": "nextLink"
69-
},
70-
"x-ms-examples": {
71-
"Operations_List": {
72-
"$ref": "./examples/Operations_List.json"
73-
}
74-
}
75-
}
76-
},
7739
"/{resourceUri}/providers/Microsoft.Insights/generatelivetoken": {
7840
"post": {
7941
"tags": [

specification/applicationinsights/resource-manager/readme.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ To see additional help and options, run:
1818
1919
---
2020

21+
### Before adding a new tag
22+
23+
Please familiarize yourself with the following before adding a new tag:
24+
25+
- Discussion on negative impact of multiple _api-version_'s within a tag: [Azure/azure-sdk-for-rust#563](https://github.com/Azure/azure-sdk-for-rust/issues/563)
26+
- [API Spec & SDK Package Versioning Considerations](https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/481/API-Spec-SDK-Package-Versioning-Considerations)
27+
- [Manual Process: Adding new API version](https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/83/Manual-Process-Adding-new-API-version)
28+
29+
---
30+
2131
## Configuration
2232

2333
### Basic Information
@@ -28,7 +38,7 @@ These are the global settings for the ApplicationInsights API.
2838
title: ApplicationInsightsManagementClient
2939
description: Composite Swagger for Application Insights Management Client
3040
openapi-type: arm
31-
tag: package-2021-11-01
41+
tag: package-2022-01-11
3242
```
3343
3444
### Suppression
@@ -222,6 +232,31 @@ directive:
222232

223233
```
224234
235+
### Tag: package-2022-01-11
236+
237+
These settings apply only when `--tag=package-2022-01-11` is specified on the command line.
238+
239+
``` yaml $(tag) == 'package-2022-01-11'
240+
input-file:
241+
- Microsoft.Insights/stable/2015-05-01/aiOperations_API.json
242+
- Microsoft.Insights/stable/2015-05-01/componentAnnotations_API.json
243+
- Microsoft.Insights/stable/2015-05-01/componentApiKeys_API.json
244+
- Microsoft.Insights/stable/2015-05-01/componentContinuousExport_API.json
245+
- Microsoft.Insights/stable/2015-05-01/componentFeaturesAndPricing_API.json
246+
- Microsoft.Insights/stable/2015-05-01/componentProactiveDetection_API.json
247+
- Microsoft.Insights/stable/2015-05-01/componentWorkItemConfigs_API.json
248+
- Microsoft.Insights/stable/2015-05-01/favorites_API.json
249+
- Microsoft.Insights/stable/2015-05-01/webTestLocations_API.json
250+
- Microsoft.Insights/stable/2015-05-01/webTests_API.json
251+
- Microsoft.Insights/stable/2015-05-01/analyticsItems_API.json
252+
- Microsoft.Insights/stable/2020-11-20/workbookTemplates_API.json
253+
- Microsoft.Insights/stable/2021-03-08/myworkbooks_API.json
254+
- Microsoft.Insights/stable/2021-08-01/workbooks_API.json
255+
- Microsoft.Insights/stable/2020-02-02/components_API.json
256+
- Microsoft.Insights/preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json
257+
- Microsoft.Insights/stable/2021-10-14/livetoken_API.json
258+
```
259+
225260
### Tag: package-2021-11-01
226261

227262
These settings apply only when `--tag=package-2021-11-01` is specified on the command line.

0 commit comments

Comments
 (0)