Skip to content

Commit a6539b3

Browse files
thomhurstthomhurst
andauthored
chore: Update az CLI options (#2577)
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
1 parent 2bb7a26 commit a6539b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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-04-26T03:45:02.5204769Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-05-03T03:47:40.4764384Z")]

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

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

7777
/// <summary>
78-
/// 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-04-26T03:26:32+00:00.
78+
/// 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-05-03T03:27:59+00:00.
7979
/// </summary>
8080
[CliFlag("--restore-time")]
8181
public bool? RestoreTime { get; set; }

0 commit comments

Comments
 (0)