Skip to content

Commit d9cdc18

Browse files
author
SDKAuto
committed
CodeGen from PR 13815 in Azure/azure-rest-api-specs
Merge aa7cd7717c55825d7ef22db63cf775381098394d into 73d51f188ceba91939355c8e1d4d74dd38173c13
1 parent a81314f commit d9cdc18

File tree

3 files changed

+192
-85
lines changed

3 files changed

+192
-85
lines changed

schemas/2015-05-01/Microsoft.Insights.Application.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,23 @@
154154
],
155155
"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."
156156
},
157+
"Type": {
158+
"oneOf": [
159+
{
160+
"type": "string",
161+
"enum": [
162+
"query",
163+
"function",
164+
"folder",
165+
"recent"
166+
]
167+
},
168+
{
169+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
170+
}
171+
],
172+
"description": "Enum indicating the type of the Analytics item."
173+
},
157174
"type": {
158175
"type": "string",
159176
"enum": [
@@ -494,6 +511,23 @@
494511
],
495512
"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."
496513
},
514+
"Type": {
515+
"oneOf": [
516+
{
517+
"type": "string",
518+
"enum": [
519+
"query",
520+
"function",
521+
"folder",
522+
"recent"
523+
]
524+
},
525+
{
526+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
527+
}
528+
],
529+
"description": "Enum indicating the type of the Analytics item."
530+
},
497531
"type": {
498532
"type": "string",
499533
"enum": [
@@ -1112,6 +1146,23 @@
11121146
],
11131147
"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."
11141148
},
1149+
"Type": {
1150+
"oneOf": [
1151+
{
1152+
"type": "string",
1153+
"enum": [
1154+
"query",
1155+
"function",
1156+
"folder",
1157+
"recent"
1158+
]
1159+
},
1160+
{
1161+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1162+
}
1163+
],
1164+
"description": "Enum indicating the type of the Analytics item."
1165+
},
11151166
"type": {
11161167
"type": "string",
11171168
"enum": [
@@ -1437,6 +1488,23 @@
14371488
],
14381489
"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."
14391490
},
1491+
"Type": {
1492+
"oneOf": [
1493+
{
1494+
"type": "string",
1495+
"enum": [
1496+
"query",
1497+
"function",
1498+
"folder",
1499+
"recent"
1500+
]
1501+
},
1502+
{
1503+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1504+
}
1505+
],
1506+
"description": "Enum indicating the type of the Analytics item."
1507+
},
14401508
"type": {
14411509
"type": "string",
14421510
"enum": [

schemas/2020-02-02-preview/Microsoft.Insights.Application.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@
103103
],
104104
"description": "Disable IP masking."
105105
},
106+
"DisableNonAADAuth": {
107+
"oneOf": [
108+
{
109+
"type": "boolean"
110+
},
111+
{
112+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
113+
}
114+
],
115+
"description": "Disable Non-AAD based Auth."
116+
},
106117
"Flow_Type": {
107118
"oneOf": [
108119
{
@@ -117,6 +128,17 @@
117128
],
118129
"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."
119130
},
131+
"ForceCustomerStorageForProfiler": {
132+
"oneOf": [
133+
{
134+
"type": "boolean"
135+
},
136+
{
137+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
138+
}
139+
],
140+
"description": "Force users to create their own storage account for profiler and debugger."
141+
},
120142
"HockeyAppId": {
121143
"type": "string",
122144
"description": "The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp."

0 commit comments

Comments
 (0)