Skip to content

Commit

Permalink
New flags added to Application Insights Component (Azure#13815)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dhaiman authored and mkarmark committed Jul 20, 2021
1 parent 61770cc commit 6c135a5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,14 @@
"name": "IngestionMode",
"modelAsString": true
}
},
"DisableLocalAuth": {
"type": "boolean",
"description": "Disable Non-AAD based Auth."
},
"ForceCustomerStorageForProfiler": {
"type": "boolean",
"description": "Force users to create their own storage account for profiler and debugger."
}
},
"required": [
Expand Down

0 comments on commit 6c135a5

Please sign in to comment.