Skip to content

Commit fc0b2f9

Browse files
committed
testing
Signed-off-by: sk593 <shruthikumar@microsoft.com>
1 parent 1d2085d commit fc0b2f9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Compute/containers/test/app.bicep

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -185,22 +185,22 @@ resource myPersistentVolume 'Radius.Compute/persistentVolumes@2025-08-01-preview
185185
}
186186
}
187187

188-
resource secret 'Radius.Security/secrets@2025-08-01-preview' = {
189-
name: 'app-secrets-${uniqueString(deployment().name)}'
190-
properties: {
191-
environment: environment
192-
application: app.id
193-
data: {
194-
username: {
195-
value: username
196-
}
197-
password: {
198-
value: password
199-
encoding: 'base64'
200-
}
201-
apikey: {
202-
value: apiKey
203-
}
204-
}
205-
}
206-
}
188+
// resource secret 'Radius.Security/secrets@2025-08-01-preview' = {
189+
// name: 'app-secrets-${uniqueString(deployment().name)}'
190+
// properties: {
191+
// environment: environment
192+
// application: app.id
193+
// data: {
194+
// username: {
195+
// value: username
196+
// }
197+
// password: {
198+
// value: password
199+
// encoding: 'base64'
200+
// }
201+
// apikey: {
202+
// value: apiKey
203+
// }
204+
// }
205+
// }
206+
// }

0 commit comments

Comments
 (0)