Skip to content

Commit d5c6b33

Browse files
Bump Azure.Deployments.Templates from 1.641.0 to 1.683.0 (#19630)
Updated [Azure.Deployments.Templates](https://msazure.visualstudio.com/One/_git/AzureUX-Deployments) from 1.641.0 to 1.683.0. <details> <summary>Release notes</summary> _Sourced from [Azure.Deployments.Templates's releases](https://msazure.visualstudio.com/One/_git/AzureUX-Deployments/tags)._ No release notes found for this version range. Commits viewable in [compare view](https://msazure.visualstudio.com/One/_git/AzureUX-Deployments/commits). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.Deployments.Templates&package-manager=nuget&previous-version=1.641.0&new-version=1.683.0)](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 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/19630) --------- 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>
1 parent da47769 commit d5c6b33

5 files changed

Lines changed: 6 additions & 11 deletions

File tree

src/Bicep.Core/Utils/TemplateEvaluator.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ private static Template EvaluateTemplate(JToken? templateJtoken, JToken? paramet
278278
templateExtResolver: new TemplateExtensionPreprocessingResolver(
279279
template,
280280
extensionConfigs,
281-
new DeploymentParametersDefinition(),
282-
new FactBasedExtensionConfigSchemaDirectoryFactory().GetOrCreateDirectory()),
281+
new DeploymentParametersDefinition()),
283282
metricsRecorder: new TemplateMetricsRecorder());
284283

285284
ProcessTemplateLanguageExpressions(template, config, deploymentScope);

src/Bicep.Local.Deploy/Engine/IServiceCollectionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public static IServiceCollection RegisterLocalDeployServices(this IServiceCollec
5252
services.AddSingleton<ITemplateExceptionHandler, TemplateExceptionHandler>();
5353

5454
services.AddSingleton<AzureDeploymentValidation>();
55-
services.AddSingleton<IExtensionConfigSchemaDirectoryFactory, FactBasedExtensionConfigSchemaDirectoryFactory>();
5655
services.AddSingleton<IAzureDeploymentConfiguration, LocalDeploymentConfiguration>();
5756
services.AddSingleton<AzureDeploymentEngine>();
5857
services.AddSingleton<IDeploymentEntityFactory, VolatileDeploymentEntityFactory>();

src/Bicep.Local.Deploy/Engine/LocalDeploymentConfiguration.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public LocalDeploymentConfiguration(
1818
IDependencyProcessor dependency,
1919
ITemplateExceptionHandler exceptionHandler,
2020
IDataProviderHolder dataProviders,
21-
IExtensionConfigSchemaDirectoryFactory extensionConfigSchemaDirectoryFactory,
2221
IResourceTypeRegistrationProvider resourceTypeRegistrationProvider)
2322
{
2423
Settings = settings;
@@ -27,7 +26,6 @@ public LocalDeploymentConfiguration(
2726
DependencyProcessor = dependency;
2827
TemplateExceptionHandler = exceptionHandler;
2928
DataProviders = dataProviders;
30-
ExtensionConfigSchemaDirectoryFactory = extensionConfigSchemaDirectoryFactory;
3129
ResourceTypeRegistrationProvider = resourceTypeRegistrationProvider;
3230
}
3331

@@ -45,7 +43,5 @@ public LocalDeploymentConfiguration(
4543

4644
public IDataProviderHolder DataProviders { get; }
4745

48-
public IExtensionConfigSchemaDirectoryFactory ExtensionConfigSchemaDirectoryFactory { get; }
49-
5046
public IResourceTypeRegistrationProvider ResourceTypeRegistrationProvider { get; }
5147
}

src/Bicep.Local.Deploy/Engine/LocalDeploymentEngineHost.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ public override Task<HttpResponseMessage> CallFrontdoorService(
8282
HttpContent content = null,
8383
Action<HttpRequestHeaders> addHeadersFunc = null,
8484
Action<IDictionary<string, object>> requestPropertiesEnricher = null,
85-
AuthenticationToken frontdoorAuthenticationToken = null)
85+
AuthenticationToken frontdoorAuthenticationToken = null,
86+
JobLogger jobLogger = null,
87+
string jobName = null)
8688
=> throw new NotImplementedException();
8789

88-
8990
public override Task<HttpResponseMessage> CallFrontdoorServiceWithoutAuthentication(HttpMethod requestMethod, Uri requestUri, CancellationToken cancellationToken, HttpContent content = null)
9091
=> throw new NotImplementedException();
9192

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<PackageVersion Include="Azure.Bicep.Types.Az" Version="0.2.859" />
1616
<PackageVersion Include="Azure.Bicep.Types.K8s" Version="0.1.644" />
1717
<PackageVersion Include="Azure.Containers.ContainerRegistry" Version="1.3.0" />
18-
<PackageVersion Include="Azure.Deployments.Engine" Version="1.641.0" />
18+
<PackageVersion Include="Azure.Deployments.Engine" Version="1.683.0" />
1919
<PackageVersion Include="Azure.Deployments.Extensibility.Core" Version="0.1.67" />
2020
<PackageVersion Include="Azure.Deployments.Internal.GenerateNotice" Version="0.1.60" />
21-
<PackageVersion Include="Azure.Deployments.Templates" Version="1.641.0" />
21+
<PackageVersion Include="Azure.Deployments.Templates" Version="1.683.0" />
2222
<PackageVersion Include="Azure.Identity" Version="1.21.0" />
2323
<PackageVersion Include="Azure.ResourceManager.ResourceGraph" Version="1.1.0" />
2424
<PackageVersion Include="Azure.ResourceManager.Resources" Version="1.11.2" />

0 commit comments

Comments
 (0)