Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,14 @@
"in": "path",
"required": true,
"type": "string",
"description": "The type of the Application Insights component linked storage account.",
"enum": [
"ServiceProfiler"
],
"x-ms-enum": {
"name": "StorageType",
"modelAsString": false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usually we recommend setting it to true. Is there any context we need to know?

},
"description": "The type of the Application Insights component data source for the linked storage account.",
"x-ms-parameter-location": "method"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subscriptionId": "86dc51d3-92ed-4d7e-947a-775ea79b4918",
"resourceGroupName": "someResourceGroupName",
"resourceName": "myComponent",
"storageType": "serviceprofiler",
"storageType": "ServiceProfiler",
"LinkedStorageAccountsProperties": {
"properties": {
"linkedStorageAccount": "/subscriptions/86dc51d3-92ed-4d7e-947a-775ea79b4918/resourceGroups/someResourceGroupName/providers/Microsoft.Storage/storageAccounts/storageaccountname"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subscriptionId": "86dc51d3-92ed-4d7e-947a-775ea79b4918",
"resourceGroupName": "someResourceGroupName",
"resourceName": "myComponent",
"storageType": "serviceprofiler"
"storageType": "ServiceProfiler"
},
"responses": {
"200": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subscriptionId": "86dc51d3-92ed-4d7e-947a-775ea79b4918",
"resourceGroupName": "someResourceGroupName",
"resourceName": "myComponent",
"storageType": "serviceprofiler"
"storageType": "ServiceProfiler"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subscriptionId": "86dc51d3-92ed-4d7e-947a-775ea79b4918",
"resourceGroupName": "someResourceGroupName",
"resourceName": "myComponent",
"storageType": "serviceprofiler",
"storageType": "ServiceProfiler",
"LinkedStorageAccountsProperties": {
"properties": {
"linkedStorageAccount": "/subscriptions/86dc51d3-92ed-4d7e-947a-775ea79b4918/resourceGroups/someResourceGroupName/providers/Microsoft.Storage/storageAccounts/storageaccountname"
Expand Down