diff --git a/.github/workflows/feature-development.yml b/.github/workflows/feature-development.yml
index efe2de5c..f0b60059 100644
--- a/.github/workflows/feature-development.yml
+++ b/.github/workflows/feature-development.yml
@@ -135,7 +135,7 @@ jobs:
steps:
- name: "Az CLI Login"
- uses: azure/login@v1
+ uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index ecde3969..58edfdfe 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: "Az CLI Login"
- uses: azure/login@v1
+ uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -74,7 +74,7 @@ jobs:
steps:
- name: "Az CLI Login"
- uses: azure/login@v1
+ uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
diff --git a/.github/workflows/pull-request-validation.yml b/.github/workflows/pull-request-validation.yml
index ebf68df0..8c0a53a6 100644
--- a/.github/workflows/pull-request-validation.yml
+++ b/.github/workflows/pull-request-validation.yml
@@ -132,7 +132,7 @@ jobs:
steps:
- name: "Az CLI Login"
- uses: azure/login@v1
+ uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
diff --git a/.github/workflows/release-to-production.yml b/.github/workflows/release-to-production.yml
index e01102b2..9851ac49 100644
--- a/.github/workflows/release-to-production.yml
+++ b/.github/workflows/release-to-production.yml
@@ -140,7 +140,7 @@ jobs:
steps:
- name: "Az CLI Login"
- uses: azure/login@v1
+ uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -273,7 +273,7 @@ jobs:
steps:
- name: "Az CLI Login"
- uses: azure/login@v1
+ uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
diff --git a/src/data-lib/data-lib.csproj b/src/data-lib/data-lib.csproj
index b4011e42..92b2790f 100644
--- a/src/data-lib/data-lib.csproj
+++ b/src/data-lib/data-lib.csproj
@@ -8,8 +8,8 @@
-
-
+
+
diff --git a/src/repository-webapi-abstractions/repository-webapi-abstractions.csproj b/src/repository-webapi-abstractions/repository-webapi-abstractions.csproj
index afecbd34..636ad776 100644
--- a/src/repository-webapi-abstractions/repository-webapi-abstractions.csproj
+++ b/src/repository-webapi-abstractions/repository-webapi-abstractions.csproj
@@ -25,7 +25,7 @@
-
+
diff --git a/src/repository-webapi-client.Tests/repository-webapi-client.Tests.csproj b/src/repository-webapi-client.Tests/repository-webapi-client.Tests.csproj
index 8cefe228..47a74c34 100644
--- a/src/repository-webapi-client.Tests/repository-webapi-client.Tests.csproj
+++ b/src/repository-webapi-client.Tests/repository-webapi-client.Tests.csproj
@@ -11,13 +11,13 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/src/repository-webapi-client/repository-webapi-client.csproj b/src/repository-webapi-client/repository-webapi-client.csproj
index d6c2315e..bb092e06 100644
--- a/src/repository-webapi-client/repository-webapi-client.csproj
+++ b/src/repository-webapi-client/repository-webapi-client.csproj
@@ -20,11 +20,11 @@
-
+
-
+
diff --git a/src/repository-webapi.IntegrationTests/repository-webapi.IntegrationTests.csproj b/src/repository-webapi.IntegrationTests/repository-webapi.IntegrationTests.csproj
index b85ff6bc..26923d5a 100644
--- a/src/repository-webapi.IntegrationTests/repository-webapi.IntegrationTests.csproj
+++ b/src/repository-webapi.IntegrationTests/repository-webapi.IntegrationTests.csproj
@@ -11,13 +11,13 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/src/repository-webapi.Tests/repository-webapi.Tests.csproj b/src/repository-webapi.Tests/repository-webapi.Tests.csproj
index 2f850c6c..5f7fbfd9 100644
--- a/src/repository-webapi.Tests/repository-webapi.Tests.csproj
+++ b/src/repository-webapi.Tests/repository-webapi.Tests.csproj
@@ -11,13 +11,13 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
diff --git a/src/repository-webapi/repository-webapi.csproj b/src/repository-webapi/repository-webapi.csproj
index e2fa38fd..563d2c41 100644
--- a/src/repository-webapi/repository-webapi.csproj
+++ b/src/repository-webapi/repository-webapi.csproj
@@ -9,21 +9,21 @@
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
+
diff --git a/terraform/main.tf b/terraform/main.tf
index 619380ef..2be90e71 100644
--- a/terraform/main.tf
+++ b/terraform/main.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
- version = "~> 3.90.0"
+ version = "~> 3.95.0"
}
}