Skip to content

Commit 7b6fe26

Browse files
author
thomhurst
committed
chore: Update az CLI options
1 parent 4996590 commit 7b6fe26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ModularPipelines.Azure/AssemblyInfo.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
using System.Reflection;
77

88
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "az")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:44:19.8592513Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-22T03:41:24.9866924Z")]

src/ModularPipelines.Azure/Options/AzAmsAssetGetSasUrlsOptions.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace ModularPipelines.Azure.Options;
1919
public record AzAmsAssetGetSasUrlsOptions : AzOptions
2020
{
2121
/// <summary>
22-
/// Specifies the UTC datetime (Y-m-d'T'H:M:S'Z') at which the SAS becomes invalid. This must be less than 24 hours from the current time. Default: 2026-02-16 02:17:03.268947.
22+
/// Specifies the UTC datetime (Y-m-d'T'H:M:S'Z') at which the SAS becomes invalid. This must be less than 24 hours from the current time. Default: 2026-02-23 02:15:20.205638.
2323
/// </summary>
2424
[CliFlag("--expiry")]
2525
public bool? Expiry { get; set; }

src/ModularPipelines.Azure/Options/AzMysqlFlexibleServerRestoreOptions.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public record AzMysqlFlexibleServerRestoreOptions : AzOptions
7373
public bool? PublicAccess { get; set; }
7474

7575
/// <summary>
76-
/// The point in time in UTC to restore from (ISO8601 format), e.g., 2017-04-26T02:10:00+00:00The default value is set to current time. Default: 2026-02-15T03:23:07+00:00.
76+
/// The point in time in UTC to restore from (ISO8601 format), e.g., 2017-04-26T02:10:00+00:00The default value is set to current time. Default: 2026-02-22T03:21:23+00:00.
7777
/// </summary>
7878
[CliFlag("--restore-time")]
7979
public bool? RestoreTime { get; set; }

0 commit comments

Comments
 (0)