File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " Azure Functions DevContainer" ,
2+ "name" : " Snippy - Azure Functions DevContainer" ,
33 "dockerFile" : " Dockerfile" ,
4- "postCreateCommand" : " ./ .devcontainer/setup.sh" ,
5- "postStartCommand" : " bash .devcontainer/start.sh"
6- }
4+ "postCreateCommand" : " /bin/sh .devcontainer/setup.sh" ,
5+ "postStartCommand" : " /bin/sh .devcontainer/start.sh"
6+ }
Original file line number Diff line number Diff line change 1+ # Always normalize shell scripts to LF
2+ * .sh text eol =lf
File renamed without changes.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ var StorageBlobDataOwner = 'b7e6dc6d-f1e8-4753-8033-0f276bb0955b'
8686var StorageQueueDataContributor = '974c5e8b-45b9-4653-ba55-5f855dd0fb88'
8787
8888// Allow access from api to blob storage using a managed identity
89- module blobRoleAssignmentApi 'app/rbac/storage-Access .bicep' = {
89+ module blobRoleAssignmentApi 'app/rbac/storage-access .bicep' = {
9090 name : 'blobRoleAssignmentapi'
9191 scope : rg
9292 params : {
@@ -97,7 +97,7 @@ module blobRoleAssignmentApi 'app/rbac/storage-Access.bicep' = {
9797}
9898
9999// Allow access from api to queue storage using a managed identity
100- module queueRoleAssignmentApi 'app/rbac/storage-Access .bicep' = {
100+ module queueRoleAssignmentApi 'app/rbac/storage-access .bicep' = {
101101 name : 'queueRoleAssignmentapi'
102102 scope : rg
103103 params : {
@@ -185,7 +185,7 @@ module aiProject './app/ai/ai-project.bicep' = {
185185
186186// Allow access from api to AI Project
187187var AzureAiDeveloper = '64702f94-c441-49e6-a78b-ef80e0188fee'
188- module aiProjectRoleAssignmentApi 'app/rbac/ai-project-Access .bicep' = {
188+ module aiProjectRoleAssignmentApi 'app/rbac/ai-project-access .bicep' = {
189189 name : 'aiProjectRoleAssignmentApi'
190190 scope : rg
191191 params : {
You can’t perform that action at this time.
0 commit comments