Skip to content

Commit

Permalink
added evidencesource for datasets to be used from other plugins (rett…
Browse files Browse the repository at this point in the history
…sstiftelser)
  • Loading branch information
erlendoksvoll committed Nov 7, 2024
1 parent 91af469 commit 5ec7945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dan.Plugin.Brreg/Dan.Plugin.Brreg.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Altinn.ApiClients.Maskinporten" Version="9.0.0" />
<PackageReference Include="Azure.Identity" Version="1.10.0" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Include="Dan.Common" Version="1.3.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.9.0-preview1" OutputItemType="Analyzer" />
Expand Down
2 changes: 2 additions & 0 deletions src/Dan.Plugin.Brreg/Losore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public static EvidenceCode GetDefinitionRettsstiftelserKjoretoy()
EvidenceCodeName = "RettsstiftelserKjoretoy",
BelongsToServiceContexts = new List<string>() { Constants.EDUEDILIGENCE },
Description = "Henter rettsstiftelser om kjøretøy - alle parter på authenticationrequest må settes til spørrende organisasjonsnummer",
EvidenceSource = "Brreg",
Values = new List<EvidenceValue>()
{
new EvidenceValue()
Expand Down Expand Up @@ -186,6 +187,7 @@ public static EvidenceCode GetDefinitionRettsstiftelserVirksomhet()
EvidenceCodeName = "RettsstiftelserVirksomhet",
BelongsToServiceContexts = new List<string>() { Constants.EDUEDILIGENCE },
Description = "",
EvidenceSource = "Brreg",
Values = new List<EvidenceValue>()
{
new EvidenceValue()
Expand Down

0 comments on commit 5ec7945

Please sign in to comment.