Skip to content

Commit 497df1c

Browse files
authored
New flags added to Application Insights Component (Azure#13815)
* new flags added to component * new component added to latest api version * Added example for ComponentList * more examples added to AI component lastest version * examples added * Update components_API.json * changes moved to preview api version * fix formatting * Update ComponentsUpdate.json * Update ComponentsUpdate.json * AAD flag name changed to 'DisableLocalAuth' * Update components_API.json * new flags deleted from example files * new flags deleted from exmaples
1 parent f1b7ba2 commit 497df1c

File tree

1 file changed

+8
-0
lines changed
  • specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2020-02-02-preview

1 file changed

+8
-0
lines changed

specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2020-02-02-preview/components_API.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,14 @@
601601
"name": "IngestionMode",
602602
"modelAsString": true
603603
}
604+
},
605+
"DisableLocalAuth": {
606+
"type": "boolean",
607+
"description": "Disable Non-AAD based Auth."
608+
},
609+
"ForceCustomerStorageForProfiler": {
610+
"type": "boolean",
611+
"description": "Force users to create their own storage account for profiler and debugger."
604612
}
605613
},
606614
"required": [

0 commit comments

Comments
 (0)