Skip to content

Commit 016143a

Browse files
Bump Azure.Bicep.Types.Az from 0.2.712 to 0.2.727 (#35)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [Azure.Bicep.Types.Az](https://github.com/Azure/bicep-types-az) from 0.2.712 to 0.2.727. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Azure/bicep-types-az/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.Bicep.Types.Az&package-manager=nuget&previous-version=0.2.712&new-version=0.2.727)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01dd85c commit 016143a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/TemplateRefGenerator.Tests/TemplateRefGenerator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1515
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
1616
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
17-
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.712" />
17+
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.727" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/TemplateRefGenerator.Tests/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"Azure.Bicep.Types.Az": {
66
"type": "Direct",
7-
"requested": "[0.2.712, )",
8-
"resolved": "0.2.712",
9-
"contentHash": "5W6u9jBRWqhDDBYS1GjmeCrM6U6EIWPTCIu27LTqWlPoaSbqnlEvJXAdhUkyzF6e93rTg0epxtrY4FIzFbeCCw==",
7+
"requested": "[0.2.727, )",
8+
"resolved": "0.2.727",
9+
"contentHash": "qgjmuu+6S15paLyFyFw9UXWMXKaS64tcNmKBT7b8NQ/smnP2FEgMN7A+CyZ7iP/ogTpjBRCry96wJfiMnuQ6aw==",
1010
"dependencies": {
1111
"Azure.Bicep.Types": "0.5.110"
1212
}
@@ -278,7 +278,7 @@
278278
"testhelpers": {
279279
"type": "Project",
280280
"dependencies": {
281-
"Azure.Bicep.Types.Az": "[0.2.712, )",
281+
"Azure.Bicep.Types.Az": "[0.2.727, )",
282282
"DiffPlex": "[1.7.2, )",
283283
"FluentAssertions": "[7.0.0, )",
284284
"JsonDiffPatch.Net": "[2.3.0, )",

src/TestHelpers/TestHelpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1515
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
1616
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
17-
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.712" />
17+
<PackageReference Include="Azure.Bicep.Types.Az" Version="0.2.727" />
1818
<PackageReference Include="JsonDiffPatch.Net" Version="2.3.0" />
1919
<PackageReference Include="DiffPlex" Version="1.7.2" />
2020
</ItemGroup>

src/TestHelpers/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"Azure.Bicep.Types.Az": {
66
"type": "Direct",
7-
"requested": "[0.2.712, )",
8-
"resolved": "0.2.712",
9-
"contentHash": "5W6u9jBRWqhDDBYS1GjmeCrM6U6EIWPTCIu27LTqWlPoaSbqnlEvJXAdhUkyzF6e93rTg0epxtrY4FIzFbeCCw==",
7+
"requested": "[0.2.727, )",
8+
"resolved": "0.2.727",
9+
"contentHash": "qgjmuu+6S15paLyFyFw9UXWMXKaS64tcNmKBT7b8NQ/smnP2FEgMN7A+CyZ7iP/ogTpjBRCry96wJfiMnuQ6aw==",
1010
"dependencies": {
1111
"Azure.Bicep.Types": "0.5.110"
1212
}

0 commit comments

Comments
 (0)