Skip to content

Commit

Permalink
CodeGen from PR 13815 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge aa7cd7717c55825d7ef22db63cf775381098394d into 73d51f188ceba91939355c8e1d4d74dd38173c13
  • Loading branch information
SDKAuto committed Apr 12, 2021
1 parent a81314f commit d9cdc18
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 85 deletions.
68 changes: 68 additions & 0 deletions schemas/2015-05-01/Microsoft.Insights.Application.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,23 @@
],
"description": "Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component."
},
"Type": {
"oneOf": [
{
"type": "string",
"enum": [
"query",
"function",
"folder",
"recent"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enum indicating the type of the Analytics item."
},
"type": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -494,6 +511,23 @@
],
"description": "Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component."
},
"Type": {
"oneOf": [
{
"type": "string",
"enum": [
"query",
"function",
"folder",
"recent"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enum indicating the type of the Analytics item."
},
"type": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -1112,6 +1146,23 @@
],
"description": "Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component."
},
"Type": {
"oneOf": [
{
"type": "string",
"enum": [
"query",
"function",
"folder",
"recent"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enum indicating the type of the Analytics item."
},
"type": {
"type": "string",
"enum": [
Expand Down Expand Up @@ -1437,6 +1488,23 @@
],
"description": "Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component."
},
"Type": {
"oneOf": [
{
"type": "string",
"enum": [
"query",
"function",
"folder",
"recent"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enum indicating the type of the Analytics item."
},
"type": {
"type": "string",
"enum": [
Expand Down
22 changes: 22 additions & 0 deletions schemas/2020-02-02-preview/Microsoft.Insights.Application.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@
],
"description": "Disable IP masking."
},
"DisableNonAADAuth": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Disable Non-AAD based Auth."
},
"Flow_Type": {
"oneOf": [
{
Expand All @@ -117,6 +128,17 @@
],
"description": "Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API."
},
"ForceCustomerStorageForProfiler": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Force users to create their own storage account for profiler and debugger."
},
"HockeyAppId": {
"type": "string",
"description": "The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp."
Expand Down
Loading

0 comments on commit d9cdc18

Please sign in to comment.