Bump Azure.Identity from 1.7.0 to 1.8.0 (#2024)

* Bump Azure.Identity from 1.7.0 to 1.8.0

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.7.0...Azure.Identity_1.8.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Suppress CA1724

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: danigian <1955514+danigian@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-10 17:14:01 +01:00 коммит произвёл GitHub
Родитель 411272317f
Коммит f0420573b6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@
<MicrosoftCSharpVersion>4.7.0</MicrosoftCSharpVersion>
<ApplicationInsightsVersion>2.21.0</ApplicationInsightsVersion>
<PrometheusNetVersion>7.0.0</PrometheusNetVersion>
<AzureIdentityVersion>1.7.0</AzureIdentityVersion>
<AzureIdentityVersion>1.8.0</AzureIdentityVersion>
<MicrosoftAspNetCoreHttpAbstractionsVersion>2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion>
<JacobVersion>0.6.0</JacobVersion>
</PropertyGroup>

Просмотреть файл

@ -11,7 +11,9 @@ namespace LoRaTools.Regions
using Microsoft.Extensions.Logging;
using static LoRaWan.RxDelay;
#pragma warning disable CA1724
public abstract class Region
#pragma warning restore CA1724
{
public LoRaRegionType LoRaRegion { get; set; }