Skip to content

Commit

Permalink
updated package to fix validation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rusraut committed Jan 8, 2025
1 parent a8b3150 commit 4072b6e
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 deletions.
Binary file modified Solutions/Infoblox Cloud Data Connector/Package/3.0.5.zip
Binary file not shown.
36 changes: 18 additions & 18 deletions Solutions/Infoblox Cloud Data Connector/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -1632,7 +1632,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down Expand Up @@ -2130,7 +2130,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -2170,7 +2170,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down Expand Up @@ -2667,7 +2667,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -2707,7 +2707,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down Expand Up @@ -3204,7 +3204,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -3244,7 +3244,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down Expand Up @@ -3742,7 +3742,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -3782,7 +3782,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down Expand Up @@ -4280,7 +4280,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -4320,7 +4320,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down Expand Up @@ -4818,7 +4818,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -4858,7 +4858,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down Expand Up @@ -5355,7 +5355,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -5395,7 +5395,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down Expand Up @@ -5892,7 +5892,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -5932,7 +5932,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "string"
},
"AD Application Secret": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Enter value for AD Application Secret"
}
Expand Down Expand Up @@ -67,7 +67,7 @@
"parameters": {
"AD Application Secret": {
"defaultValue": "[parameters('AD Application Secret')]",
"type": "string"
"type": "securestring"
},
"Client ID": {
"defaultValue": "[parameters('Client ID')]",
Expand Down

0 comments on commit 4072b6e

Please sign in to comment.