Skip to content

Commit

Permalink
Merge pull request #11349 from dhwanishah-crest/InfobloxAzureDeployTo…
Browse files Browse the repository at this point in the history
…olTipChanges

Infoblox Tooltip Changes
  • Loading branch information
v-prasadboke authored Nov 15, 2024
2 parents e75e408 + ea41471 commit 1785fcb
Showing 1 changed file with 25 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,32 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"WorkspaceID": {
"minLength": 1,
"type": "String",
"metadata": {
"description": "Enter Workspace ID of Log Analytics workspace"
}
},
"WorkspaceKey": {
"minLength": 1,
"type": "SecureString",
"metadata": {
"description": "Enter Primary Key of Log Analytics workspace"
}
},
"InfobloxBaseURL": {
"defaultValue": "https://csp.infoblox.com",
"type": "string",
"metadata": {
"description": "Enter Base URL of Infoblox API. (e.g. https://csp.infoblox.com)"
"description": "Enter Base URL starting with \"https://\" followed by hostname (Example: https://csp.infoblox.com)"
}
},
"InfobloxAPIToken": {
"minLength": 1,
"type": "SecureString",
"metadata": {
"description": "Enter Infoblox API Token for authentication"
"description": "Enter Infoblox API Token for Authentication"
}
},
"Confidence": {
Expand All @@ -22,7 +36,7 @@
"minValue": 0,
"maxValue": 100,
"metadata": {
"description": "Specify the confidence for creating indicators (Indicators will be generated with a confidence greater than or equal to the specified value), By default it is set to 80"
"description": "Specify the confidence for creating indicators (Indicators will be generated with a confidence greater than or equal to the specified value). Default is '80'"
}
},
"ThreatLevel": {
Expand All @@ -31,7 +45,7 @@
"minValue": 0,
"maxValue": 100,
"metadata": {
"description": "Specify the threat level for creating indicators (Indicators will be generated with a threat level greater than or equal to the specified value), By default it is set to 80"
"description": "Specify the threat level for creating indicators (Indicators will be generated with a threat level greater than or equal to the specified value). Default is '80'"
}
},
"HistoricalDataCutoffDate": {
Expand Down Expand Up @@ -62,32 +76,18 @@
"description": "Enter Azure Client Secret that you have created during creating the client secret"
}
},
"WorkspaceID": {
"minLength": 1,
"type": "String",
"metadata": {
"description": "Enter Workspace ID of Log Analytics workspace"
}
},
"WorkspaceKey": {
"minLength": 1,
"type": "SecureString",
"metadata": {
"description": "Enter Workspace Key of Log Analytics workspace"
}
},
"LogLevel": {
"defaultValue": "Info",
"type": "string",
"metadata": {
"description": "Add log level or log severity value. Default is 'INFO'"
},
"allowedValues": [
"Debug",
"Info",
"Error",
"Warning"
],
"type": "String",
"metadata": {
"description": "Add log level or log severity value, By default it is set to INFO"
}
"defaultValue": "Info"
},
"AppInsightsWorkspaceResourceID": {
"type": "string",
Expand Down Expand Up @@ -185,7 +185,8 @@
}
},
"keySource": "Microsoft.Storage"
}
},
"minimumTlsVersion": "TLS1_2"
},
"copy": {
"name": "storageaccountcopy",
Expand Down

0 comments on commit 1785fcb

Please sign in to comment.