Skip to content

Commit

Permalink
Adding x-ms-ids for Application Insights (#17590)
Browse files Browse the repository at this point in the history
* Adding x-ms-ids for Application Insights

* Corrections from rebasing
  • Loading branch information
agalerrotaru authored Mar 7, 2022
1 parent 58cb0aa commit 9735d8c
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of CDN operations supported by the CDN resource provider."
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@
"items": {
"$ref": "#/definitions/Annotation"
},
"x-ms-identifiers": [
"Id"
],
"description": "An array of annotations."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationInsightsComponentExportConfiguration"
}
},
"x-ms-identifiers": [
"ExportId"
]
},
"ApplicationInsightsComponentExportConfiguration": {
"description": "Properties that define a Continuous Export configuration.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@
"type": "object",
"$ref": "#/definitions/ApplicationInsightsComponentFeature"
},
"x-ms-identifiers": [
"FeatureName"
],
"readOnly": true,
"description": "A list of Application Insights component feature."
}
Expand Down Expand Up @@ -414,6 +417,9 @@
"type": "object",
"$ref": "#/definitions/ApplicationInsightsComponentFeatureCapability"
},
"x-ms-identifiers": [
"Name"
],
"readOnly": true,
"description": "A list of Application Insights component feature capability."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationInsightsComponentProactiveDetectionConfiguration"
}
},
"x-ms-identifiers": [
"Name"
]
},
"ApplicationInsightsComponentProactiveDetectionConfiguration": {
"description": "Properties that define a ProactiveDetection configuration.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@
"items": {
"$ref": "#/definitions/WorkItemConfiguration"
},
"x-ms-identifiers": [
"Id"
],
"description": "An array of work item configurations."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@
"description": "List of web test locations.",
"items": {
"$ref": "#/definitions/ApplicationInsightsComponentWebTestLocation"
}
},
"x-ms-identifiers": [
"DisplayName"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@
}
],
"responses": {
"204": {
"description": "No content: the request was successful, but the response is empty (the request to delete failed because the specified web test does not exist)."
},
"200": {
"description": "Successful request to delete a web test definition."
},
"204": {
"description": "No content: the request was successful, but the response is empty (the request to delete failed because the specified web test does not exist)."
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -439,7 +439,10 @@
"description": "A list of where to physically run the tests from to give global coverage for accessibility of your application.",
"items": {
"$ref": "#/definitions/WebTestGeolocation"
}
},
"x-ms-identifiers": [
"Id"
]
},
"Configuration": {
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@
"items": {
"$ref": "#/definitions/PrivateLinkScopedResource"
},
"x-ms-identifiers": [
"ScopeId"
],
"description": "List of linked private link scope resources."
},
"publicNetworkAccessForIngestion": {
Expand Down Expand Up @@ -683,7 +686,8 @@
"description": "The set of columns and filters (queries) to run over them to purge the resulting data.",
"items": {
"$ref": "#/definitions/ComponentPurgeBodyFilters"
}
},
"x-ms-identifiers": []
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,11 @@
"description": "Workbook galleries supported by the template.",
"items": {
"$ref": "#/definitions/WorkbookTemplateGallery"
}
},
"x-ms-identifiers": [
"name",
"type"
]
},
"localized": {
"type": "object",
Expand All @@ -349,7 +353,8 @@
"type": "array",
"items": {
"$ref": "#/definitions/WorkbookTemplateLocalizedGallery"
}
},
"x-ms-identifiers": []
}
}
}
Expand Down Expand Up @@ -392,7 +397,11 @@
"description": "Workbook galleries supported by the template.",
"items": {
"$ref": "#/definitions/WorkbookTemplateGallery"
}
},
"x-ms-identifiers": [
"name",
"type"
]
}
}
},
Expand Down Expand Up @@ -455,6 +464,10 @@
"items": {
"$ref": "#/definitions/WorkbookTemplateErrorFieldContract"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The list of invalid fields send in request, in case of validation error."
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
"items": {
"$ref": "#/definitions/ErrorFieldContract"
},
"x-ms-identifiers": [
"message",
"target"
],
"description": "The list of invalid fields send in request, in case of validation error."
}
}
Expand Down Expand Up @@ -146,6 +150,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "List of Workbook operations supported by the Microsoft.Insights resource provider."
},
"nextLink": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
}
],
"responses": {
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json#/definitions/ErrorResponseLinkedStorage"
}
},
"200": {
"description": "Successful response containing the live metrics stream token.",
"schema": {
Expand All @@ -68,6 +62,12 @@
"liveToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json#/definitions/ErrorResponseLinkedStorage"
}
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -99,7 +99,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/OperationLive"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"type": "string",
Expand Down

0 comments on commit 9735d8c

Please sign in to comment.