From f60939d90d49c6f3fd7778ceb55831a2f7beb747 Mon Sep 17 00:00:00 2001 From: Felipe Augusto Date: Mon, 21 Oct 2024 07:36:40 -0300 Subject: [PATCH] feat: update version --- .gitignore | 3 +++ .../Properties/launchSettings.json | 9 --------- .../Properties/serviceDependencies.json | 11 ----------- .../Properties/serviceDependencies.local.json | 11 ----------- 4 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 src/AzureFunction/DEPLOY.BikeApp.Function/Properties/launchSettings.json delete mode 100644 src/AzureFunction/DEPLOY.BikeApp.Function/Properties/serviceDependencies.json delete mode 100644 src/AzureFunction/DEPLOY.BikeApp.Function/Properties/serviceDependencies.local.json diff --git a/.gitignore b/.gitignore index 8a30d25..151ebb2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore +#by Felipementel + + # User-specific files *.rsuser *.suo diff --git a/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/launchSettings.json b/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/launchSettings.json deleted file mode 100644 index dd5fa5b..0000000 --- a/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/launchSettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "profiles": { - "DEPLOY.BikeApp.Function": { - "commandName": "Project", - "commandLineArgs": "--port 7221", - "launchBrowser": false - } - } -} \ No newline at end of file diff --git a/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/serviceDependencies.json b/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/serviceDependencies.json deleted file mode 100644 index df4dcc9..0000000 --- a/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/serviceDependencies.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "dependencies": { - "appInsights1": { - "type": "appInsights" - }, - "storage1": { - "type": "storage", - "connectionId": "AzureWebJobsStorage" - } - } -} \ No newline at end of file diff --git a/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/serviceDependencies.local.json b/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/serviceDependencies.local.json deleted file mode 100644 index b804a28..0000000 --- a/src/AzureFunction/DEPLOY.BikeApp.Function/Properties/serviceDependencies.local.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "dependencies": { - "appInsights1": { - "type": "appInsights.sdk" - }, - "storage1": { - "type": "storage.emulator", - "connectionId": "AzureWebJobsStorage" - } - } -} \ No newline at end of file