@@ -59,14 +59,11 @@ Ensure you replace the credentials below with your system console credentials.
5959 ``` json
6060 CONFIG_JSON=$(cat <<EOF
6161 {
62- "clientId" : " **************" ,
63- "clientSecret" : " **************" ,
64- "tenantId" : " **************" ,
65- "subscriptionId" : " **************" ,
66- "storage" : {
67- "accessKey" : " **************" ,
68- "storageName" : " **************" ,
69- "container" : " **************"
62+ "spec" : {
63+ "clientId" : " **************" ,
64+ "clientSecret" : " **************" ,
65+ "tenantId" : " **************" ,
66+ "subscriptionId" : " **************"
7067 }
7168 }
7269 EOF
@@ -80,8 +77,10 @@ Ensure you replace the credentials below with your system console credentials.
8077 ``` json
8178 CONFIG_JSON=$(cat <<EOF
8279 {
83- "accessKey" : " **************" ,
84- "secretKey" : " **************"
80+ "spec" : {
81+ "accessKey" : " **************" ,
82+ "secretKey" : " **************"
83+ }
8584 }
8685 EOF
8786 )
@@ -94,7 +93,9 @@ Ensure you replace the credentials below with your system console credentials.
9493 ``` json
9594 CONFIG_JSON=$(cat <<EOF
9695 {
97- "jsonCredentials" : " **************"
96+ "spec" : {
97+ "json" : " **************"
98+ }
9899 }
99100 EOF
100101 )
0 commit comments