Class AzureBicepUpgrade
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Upgrades the Bicep CLI managed by Azure CLI.
public sealed record AzureBicepUpgrade : AzureBicepCommand, IEquatable<ExecOptions>, IEquatable<ToolCommand>, IEquatable<ToolCommand<ExecResult>>, IEquatable<ExecToolCommand>, IEquatable<AzureCommand>, IEquatable<AzureBicepCommand>, IEquatable<AzureBicepUpgrade>Inheritance
Implements
Properties
BicepArguments
Provides operation-specific arguments before inherited Azure CLI global behavior.
protected override IReadOnlyList<string?> BicepArguments { get; }Property Value
BicepCommand
Selects the Bicep operation executed beneath az bicep.
protected override string BicepCommand { get; }Property Value
TargetPlatform
The target platform, or automatic platform detection when omitted.
public BicepTargetPlatform? TargetPlatform { get; init; }