Skip to content

Commit

Permalink
Bump Azure.Deployments.Core from 1.0.1158 to 1.0.1229 (#13652)
Browse files Browse the repository at this point in the history
Bumps Azure.Deployments.Core from 1.0.1158 to 1.0.1229.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.Deployments.Core&package-manager=nuget&previous-version=1.0.1158&new-version=1.0.1229)](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>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13652)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and anthony-c-martin committed Mar 19, 2024
1 parent deb40da commit 96f6c3a
Show file tree
Hide file tree
Showing 20 changed files with 284 additions and 324 deletions.
30 changes: 14 additions & 16 deletions src/Bicep.Cli.IntegrationTests/packages.lock.json
Expand Up @@ -74,8 +74,8 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.5.6",
"contentHash": "WIzhG/oveD4cVE1jR9/F/jQWfzQu4QMlkPHhojzVIAEBf7eZEOj2d4c+yFBwUzHNOSlNE7T8M+Wuhs+svKdlHg==",
"resolved": "0.5.9",
"contentHash": "Wh1q5ul+OTMtDCuTOjDQffEH9aW4+952IuIMTWZgzJPOPPLvwPxBOJhvNLoAS0omlxKtToslQ49td/RkKYWuhQ==",
"dependencies": {
"System.Text.Json": "8.0.2"
}
Expand Down Expand Up @@ -121,8 +121,8 @@
},
"Azure.Deployments.Core": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "9nvI3KZ0w0FMY4uGh42rK/z8fss5/+uK99vkR5+cwT4sjHp5QuJPRYbVoBTIjBSqwS03skkM3nsgT+GQCNJ75A==",
"resolved": "1.0.1229",
"contentHash": "1ToCdBKIGUTQ2St8KHqmw+SnFqeZLwul58BqDPdXctCEDS4oJ3IjmQ3Tm5hP8Tu3wLtRkgh5O+eVwChfsk+DvQ==",
"dependencies": {
"Microsoft.PowerPlatform.ResourceStack": "6.0.0.1482",
"Newtonsoft.Json": "13.0.2",
Expand All @@ -132,22 +132,22 @@
},
"Azure.Deployments.Expression": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "fM56jLdHcSIrQ2oEpKrZNzyogRUg46+w7Rt8XJIeOpUCZkeBLXjL3PIoK1bOdcO7lYgmxmZCLXqwhhYquRUB2Q==",
"resolved": "1.0.1229",
"contentHash": "uzVxhCPb3WlN2ugixhrjD+1dCctkrbna1FSwUDA3lOv3l7rauPW6x1lw+KvpMTZYW2jN9S2hWtY+P6xPugCtXA==",
"dependencies": {
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Core": "1.0.1229",
"IPNetwork2": "2.6.598",
"Newtonsoft.Json": "13.0.2"
}
},
"Azure.Deployments.Templates": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "mMC/6GMQDMLzKFJu69MluA8BBm80VPUDCyd2nqTbUeDAOLNqtsqFBu8H3ruznLmFSiU78PpOcqPl7JTO/kYJJQ==",
"resolved": "1.0.1229",
"contentHash": "n2dtD6gfnQRHlbF4/73gPTpRff4up/iTlI3M2TZHtBzQD5T5+tGUhZG7+3/xDBx5+SySIZhIYA2vxbptOr1tDA==",
"dependencies": {
"Azure.Bicep.Types": "0.3.181",
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Expression": "1.0.1158",
"Azure.Bicep.Types": "0.5.9",
"Azure.Deployments.Core": "1.0.1229",
"Azure.Deployments.Expression": "1.0.1229",
"Microsoft.Automata.SRM": "1.2.2",
"Newtonsoft.Json": "13.0.2"
}
Expand Down Expand Up @@ -2163,13 +2163,11 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
"Azure.Deployments.Expression": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1229, )",
"Azure.Identity": "[1.10.4, )",
"Azure.ResourceManager.Resources": "[1.7.0, )",
"JsonPatch.Net": "[2.1.0, )",
Expand Down
30 changes: 14 additions & 16 deletions src/Bicep.Cli.UnitTests/packages.lock.json
Expand Up @@ -74,8 +74,8 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.5.6",
"contentHash": "WIzhG/oveD4cVE1jR9/F/jQWfzQu4QMlkPHhojzVIAEBf7eZEOj2d4c+yFBwUzHNOSlNE7T8M+Wuhs+svKdlHg==",
"resolved": "0.5.9",
"contentHash": "Wh1q5ul+OTMtDCuTOjDQffEH9aW4+952IuIMTWZgzJPOPPLvwPxBOJhvNLoAS0omlxKtToslQ49td/RkKYWuhQ==",
"dependencies": {
"System.Text.Json": "8.0.2"
}
Expand Down Expand Up @@ -121,8 +121,8 @@
},
"Azure.Deployments.Core": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "9nvI3KZ0w0FMY4uGh42rK/z8fss5/+uK99vkR5+cwT4sjHp5QuJPRYbVoBTIjBSqwS03skkM3nsgT+GQCNJ75A==",
"resolved": "1.0.1229",
"contentHash": "1ToCdBKIGUTQ2St8KHqmw+SnFqeZLwul58BqDPdXctCEDS4oJ3IjmQ3Tm5hP8Tu3wLtRkgh5O+eVwChfsk+DvQ==",
"dependencies": {
"Microsoft.PowerPlatform.ResourceStack": "6.0.0.1482",
"Newtonsoft.Json": "13.0.2",
Expand All @@ -132,22 +132,22 @@
},
"Azure.Deployments.Expression": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "fM56jLdHcSIrQ2oEpKrZNzyogRUg46+w7Rt8XJIeOpUCZkeBLXjL3PIoK1bOdcO7lYgmxmZCLXqwhhYquRUB2Q==",
"resolved": "1.0.1229",
"contentHash": "uzVxhCPb3WlN2ugixhrjD+1dCctkrbna1FSwUDA3lOv3l7rauPW6x1lw+KvpMTZYW2jN9S2hWtY+P6xPugCtXA==",
"dependencies": {
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Core": "1.0.1229",
"IPNetwork2": "2.6.598",
"Newtonsoft.Json": "13.0.2"
}
},
"Azure.Deployments.Templates": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "mMC/6GMQDMLzKFJu69MluA8BBm80VPUDCyd2nqTbUeDAOLNqtsqFBu8H3ruznLmFSiU78PpOcqPl7JTO/kYJJQ==",
"resolved": "1.0.1229",
"contentHash": "n2dtD6gfnQRHlbF4/73gPTpRff4up/iTlI3M2TZHtBzQD5T5+tGUhZG7+3/xDBx5+SySIZhIYA2vxbptOr1tDA==",
"dependencies": {
"Azure.Bicep.Types": "0.3.181",
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Expression": "1.0.1158",
"Azure.Bicep.Types": "0.5.9",
"Azure.Deployments.Core": "1.0.1229",
"Azure.Deployments.Expression": "1.0.1229",
"Microsoft.Automata.SRM": "1.2.2",
"Newtonsoft.Json": "13.0.2"
}
Expand Down Expand Up @@ -1982,13 +1982,11 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
"Azure.Deployments.Expression": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1229, )",
"Azure.Identity": "[1.10.4, )",
"Azure.ResourceManager.Resources": "[1.7.0, )",
"JsonPatch.Net": "[2.1.0, )",
Expand Down
30 changes: 14 additions & 16 deletions src/Bicep.Cli/packages.lock.json
Expand Up @@ -89,8 +89,8 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.5.6",
"contentHash": "WIzhG/oveD4cVE1jR9/F/jQWfzQu4QMlkPHhojzVIAEBf7eZEOj2d4c+yFBwUzHNOSlNE7T8M+Wuhs+svKdlHg==",
"resolved": "0.5.9",
"contentHash": "Wh1q5ul+OTMtDCuTOjDQffEH9aW4+952IuIMTWZgzJPOPPLvwPxBOJhvNLoAS0omlxKtToslQ49td/RkKYWuhQ==",
"dependencies": {
"System.Text.Json": "8.0.2"
}
Expand Down Expand Up @@ -136,8 +136,8 @@
},
"Azure.Deployments.Core": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "9nvI3KZ0w0FMY4uGh42rK/z8fss5/+uK99vkR5+cwT4sjHp5QuJPRYbVoBTIjBSqwS03skkM3nsgT+GQCNJ75A==",
"resolved": "1.0.1229",
"contentHash": "1ToCdBKIGUTQ2St8KHqmw+SnFqeZLwul58BqDPdXctCEDS4oJ3IjmQ3Tm5hP8Tu3wLtRkgh5O+eVwChfsk+DvQ==",
"dependencies": {
"Microsoft.PowerPlatform.ResourceStack": "6.0.0.1482",
"Newtonsoft.Json": "13.0.2",
Expand All @@ -147,22 +147,22 @@
},
"Azure.Deployments.Expression": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "fM56jLdHcSIrQ2oEpKrZNzyogRUg46+w7Rt8XJIeOpUCZkeBLXjL3PIoK1bOdcO7lYgmxmZCLXqwhhYquRUB2Q==",
"resolved": "1.0.1229",
"contentHash": "uzVxhCPb3WlN2ugixhrjD+1dCctkrbna1FSwUDA3lOv3l7rauPW6x1lw+KvpMTZYW2jN9S2hWtY+P6xPugCtXA==",
"dependencies": {
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Core": "1.0.1229",
"IPNetwork2": "2.6.598",
"Newtonsoft.Json": "13.0.2"
}
},
"Azure.Deployments.Templates": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "mMC/6GMQDMLzKFJu69MluA8BBm80VPUDCyd2nqTbUeDAOLNqtsqFBu8H3ruznLmFSiU78PpOcqPl7JTO/kYJJQ==",
"resolved": "1.0.1229",
"contentHash": "n2dtD6gfnQRHlbF4/73gPTpRff4up/iTlI3M2TZHtBzQD5T5+tGUhZG7+3/xDBx5+SySIZhIYA2vxbptOr1tDA==",
"dependencies": {
"Azure.Bicep.Types": "0.3.181",
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Expression": "1.0.1158",
"Azure.Bicep.Types": "0.5.9",
"Azure.Deployments.Core": "1.0.1229",
"Azure.Deployments.Expression": "1.0.1229",
"Microsoft.Automata.SRM": "1.2.2",
"Newtonsoft.Json": "13.0.2"
}
Expand Down Expand Up @@ -1880,13 +1880,11 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
"Azure.Deployments.Expression": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1229, )",
"Azure.Identity": "[1.10.4, )",
"Azure.ResourceManager.Resources": "[1.7.0, )",
"JsonPatch.Net": "[2.1.0, )",
Expand Down
30 changes: 14 additions & 16 deletions src/Bicep.Core.IntegrationTests/packages.lock.json
Expand Up @@ -74,8 +74,8 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.5.6",
"contentHash": "WIzhG/oveD4cVE1jR9/F/jQWfzQu4QMlkPHhojzVIAEBf7eZEOj2d4c+yFBwUzHNOSlNE7T8M+Wuhs+svKdlHg==",
"resolved": "0.5.9",
"contentHash": "Wh1q5ul+OTMtDCuTOjDQffEH9aW4+952IuIMTWZgzJPOPPLvwPxBOJhvNLoAS0omlxKtToslQ49td/RkKYWuhQ==",
"dependencies": {
"System.Text.Json": "8.0.2"
}
Expand Down Expand Up @@ -121,8 +121,8 @@
},
"Azure.Deployments.Core": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "9nvI3KZ0w0FMY4uGh42rK/z8fss5/+uK99vkR5+cwT4sjHp5QuJPRYbVoBTIjBSqwS03skkM3nsgT+GQCNJ75A==",
"resolved": "1.0.1229",
"contentHash": "1ToCdBKIGUTQ2St8KHqmw+SnFqeZLwul58BqDPdXctCEDS4oJ3IjmQ3Tm5hP8Tu3wLtRkgh5O+eVwChfsk+DvQ==",
"dependencies": {
"Microsoft.PowerPlatform.ResourceStack": "6.0.0.1482",
"Newtonsoft.Json": "13.0.2",
Expand All @@ -132,22 +132,22 @@
},
"Azure.Deployments.Expression": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "fM56jLdHcSIrQ2oEpKrZNzyogRUg46+w7Rt8XJIeOpUCZkeBLXjL3PIoK1bOdcO7lYgmxmZCLXqwhhYquRUB2Q==",
"resolved": "1.0.1229",
"contentHash": "uzVxhCPb3WlN2ugixhrjD+1dCctkrbna1FSwUDA3lOv3l7rauPW6x1lw+KvpMTZYW2jN9S2hWtY+P6xPugCtXA==",
"dependencies": {
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Core": "1.0.1229",
"IPNetwork2": "2.6.598",
"Newtonsoft.Json": "13.0.2"
}
},
"Azure.Deployments.Templates": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "mMC/6GMQDMLzKFJu69MluA8BBm80VPUDCyd2nqTbUeDAOLNqtsqFBu8H3ruznLmFSiU78PpOcqPl7JTO/kYJJQ==",
"resolved": "1.0.1229",
"contentHash": "n2dtD6gfnQRHlbF4/73gPTpRff4up/iTlI3M2TZHtBzQD5T5+tGUhZG7+3/xDBx5+SySIZhIYA2vxbptOr1tDA==",
"dependencies": {
"Azure.Bicep.Types": "0.3.181",
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Expression": "1.0.1158",
"Azure.Bicep.Types": "0.5.9",
"Azure.Deployments.Core": "1.0.1229",
"Azure.Deployments.Expression": "1.0.1229",
"Microsoft.Automata.SRM": "1.2.2",
"Newtonsoft.Json": "13.0.2"
}
Expand Down Expand Up @@ -2092,13 +2092,11 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
"Azure.Deployments.Expression": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1229, )",
"Azure.Identity": "[1.10.4, )",
"Azure.ResourceManager.Resources": "[1.7.0, )",
"JsonPatch.Net": "[2.1.0, )",
Expand Down
30 changes: 14 additions & 16 deletions src/Bicep.Core.Samples/packages.lock.json
Expand Up @@ -69,8 +69,8 @@
},
"Azure.Bicep.Types": {
"type": "Transitive",
"resolved": "0.5.6",
"contentHash": "WIzhG/oveD4cVE1jR9/F/jQWfzQu4QMlkPHhojzVIAEBf7eZEOj2d4c+yFBwUzHNOSlNE7T8M+Wuhs+svKdlHg==",
"resolved": "0.5.9",
"contentHash": "Wh1q5ul+OTMtDCuTOjDQffEH9aW4+952IuIMTWZgzJPOPPLvwPxBOJhvNLoAS0omlxKtToslQ49td/RkKYWuhQ==",
"dependencies": {
"System.Text.Json": "8.0.2"
}
Expand Down Expand Up @@ -116,8 +116,8 @@
},
"Azure.Deployments.Core": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "9nvI3KZ0w0FMY4uGh42rK/z8fss5/+uK99vkR5+cwT4sjHp5QuJPRYbVoBTIjBSqwS03skkM3nsgT+GQCNJ75A==",
"resolved": "1.0.1229",
"contentHash": "1ToCdBKIGUTQ2St8KHqmw+SnFqeZLwul58BqDPdXctCEDS4oJ3IjmQ3Tm5hP8Tu3wLtRkgh5O+eVwChfsk+DvQ==",
"dependencies": {
"Microsoft.PowerPlatform.ResourceStack": "6.0.0.1482",
"Newtonsoft.Json": "13.0.2",
Expand All @@ -127,22 +127,22 @@
},
"Azure.Deployments.Expression": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "fM56jLdHcSIrQ2oEpKrZNzyogRUg46+w7Rt8XJIeOpUCZkeBLXjL3PIoK1bOdcO7lYgmxmZCLXqwhhYquRUB2Q==",
"resolved": "1.0.1229",
"contentHash": "uzVxhCPb3WlN2ugixhrjD+1dCctkrbna1FSwUDA3lOv3l7rauPW6x1lw+KvpMTZYW2jN9S2hWtY+P6xPugCtXA==",
"dependencies": {
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Core": "1.0.1229",
"IPNetwork2": "2.6.598",
"Newtonsoft.Json": "13.0.2"
}
},
"Azure.Deployments.Templates": {
"type": "Transitive",
"resolved": "1.0.1158",
"contentHash": "mMC/6GMQDMLzKFJu69MluA8BBm80VPUDCyd2nqTbUeDAOLNqtsqFBu8H3ruznLmFSiU78PpOcqPl7JTO/kYJJQ==",
"resolved": "1.0.1229",
"contentHash": "n2dtD6gfnQRHlbF4/73gPTpRff4up/iTlI3M2TZHtBzQD5T5+tGUhZG7+3/xDBx5+SySIZhIYA2vxbptOr1tDA==",
"dependencies": {
"Azure.Bicep.Types": "0.3.181",
"Azure.Deployments.Core": "1.0.1158",
"Azure.Deployments.Expression": "1.0.1158",
"Azure.Bicep.Types": "0.5.9",
"Azure.Deployments.Core": "1.0.1229",
"Azure.Deployments.Expression": "1.0.1229",
"Microsoft.Automata.SRM": "1.2.2",
"Newtonsoft.Json": "13.0.2"
}
Expand Down Expand Up @@ -2039,13 +2039,11 @@
"Azure.Bicep.Core": {
"type": "Project",
"dependencies": {
"Azure.Bicep.Types": "[0.5.6, )",
"Azure.Bicep.Types": "[0.5.9, )",
"Azure.Bicep.Types.Az": "[0.2.677, )",
"Azure.Bicep.Types.K8s": "[0.1.626, )",
"Azure.Containers.ContainerRegistry": "[1.1.1, )",
"Azure.Deployments.Core": "[1.0.1158, )",
"Azure.Deployments.Expression": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1158, )",
"Azure.Deployments.Templates": "[1.0.1229, )",
"Azure.Identity": "[1.10.4, )",
"Azure.ResourceManager.Resources": "[1.7.0, )",
"JsonPatch.Net": "[2.1.0, )",
Expand Down

0 comments on commit 96f6c3a

Please sign in to comment.