Skip to content

Commit 2155ac7

Browse files
committed
lowercase string
1 parent 4dcf9ea commit 2155ac7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-monitor/agents/data-collection-log-json.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,37 +138,37 @@ Use the following ARM template to create a DCR for collecting text log files, ma
138138
"contentVersion": "1.0.0.0",
139139
"parameters": {
140140
"dataCollectionRuleName": {
141-
"type": "String",
141+
"type": "string",
142142
"metadata": {
143143
"description": "Unique name for the DCR. "
144144
}
145145
},
146146
"location": {
147-
"type": "String",
147+
"type": "string",
148148
"metadata": {
149149
"description": "Region for the DCR. Must be the same location as the Log Analytics workspace. "
150150
}
151151
},
152152
"filePatterns": {
153-
"type": "String",
153+
"type": "string",
154154
"metadata": {
155155
"description": "Path on the local disk for the log file to collect. May include wildcards.Enter multiple file patterns separated by commas (AMA version 1.26 or higher required for multiple file patterns on Linux)."
156156
}
157157
},
158158
"tableName": {
159-
"type": "String",
159+
"type": "string",
160160
"metadata": {
161161
"description": "Name of destination table in your Log Analytics workspace. "
162162
}
163163
},
164164
"workspaceResourceId": {
165-
"type": "String",
165+
"type": "string",
166166
"metadata": {
167167
"description": "Resource ID of the Log Analytics workspace with the target table."
168168
}
169169
},
170170
"dataCollectionEndpointResourceId": {
171-
"type": "String",
171+
"type": "string",
172172
"metadata": {
173173
"description": "Resource ID of the Data Collection Endpoint to be used with this rule."
174174
}

0 commit comments

Comments
 (0)