diff --git a/src/Network/Network.Management.Sdk/Generated/Models/GatewayResiliencyInformation.cs b/src/Network/Network.Management.Sdk/Generated/Models/GatewayResiliencyInformation.cs
index b55ee81fd13a..6fa584825a85 100644
--- a/src/Network/Network.Management.Sdk/Generated/Models/GatewayResiliencyInformation.cs
+++ b/src/Network/Network.Management.Sdk/Generated/Models/GatewayResiliencyInformation.cs
@@ -48,7 +48,7 @@ public GatewayResiliencyInformation()
/// List of Resiliency based Recommendation Components for the gateway
///
- public GatewayResiliencyInformation(string overallScore = default(string), string scoreChange = default(string), string minScoreFromRecommendations = default(string), string maxScoreFromRecommendations = default(string), string lastComputedTime = default(string), string nextEligibleComputeTime = default(string), System.Collections.Generic.IList components = default(System.Collections.Generic.IList))
+ public GatewayResiliencyInformation(string overallScore = default(string), string scoreChange = default(string), string minScoreFromRecommendations = default(string), string maxScoreFromRecommendations = default(string), System.DateTime? lastComputedTime = default(System.DateTime?), System.DateTime? nextEligibleComputeTime = default(System.DateTime?), System.Collections.Generic.IList components = default(System.Collections.Generic.IList))
{
this.OverallScore = overallScore;
@@ -99,14 +99,14 @@ public GatewayResiliencyInformation()
/// computed for the gateway
///
[Newtonsoft.Json.JsonProperty(PropertyName = "lastComputedTime")]
- public string LastComputedTime {get; set; }
+ public System.DateTime? LastComputedTime {get; set; }
///
/// Gets or sets timestamp denoting the next eligible time to re-compute the
/// resiliency score for the gateway
///
[Newtonsoft.Json.JsonProperty(PropertyName = "nextEligibleComputeTime")]
- public string NextEligibleComputeTime {get; set; }
+ public System.DateTime? NextEligibleComputeTime {get; set; }
///
/// Gets or sets list of Resiliency based Recommendation Components for the
diff --git a/src/Network/Network.Management.Sdk/Generated/Models/GatewayRouteSetsInformation.cs b/src/Network/Network.Management.Sdk/Generated/Models/GatewayRouteSetsInformation.cs
index d45d9a480284..562232addb25 100644
--- a/src/Network/Network.Management.Sdk/Generated/Models/GatewayRouteSetsInformation.cs
+++ b/src/Network/Network.Management.Sdk/Generated/Models/GatewayRouteSetsInformation.cs
@@ -40,7 +40,7 @@ public GatewayRouteSetsInformation()
/// Dictionary containing map of the circuit id and circuit details
///
- public GatewayRouteSetsInformation(string lastComputedTime = default(string), string nextEligibleComputeTime = default(string), string routeSetVersion = default(string), System.Collections.Generic.IList routeSets = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary circuitsMetadataMap = default(System.Collections.Generic.IDictionary))
+ public GatewayRouteSetsInformation(System.DateTime? lastComputedTime = default(System.DateTime?), System.DateTime? nextEligibleComputeTime = default(System.DateTime?), string routeSetVersion = default(string), System.Collections.Generic.IList routeSets = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary circuitsMetadataMap = default(System.Collections.Generic.IDictionary))
{
this.LastComputedTime = lastComputedTime;
@@ -62,14 +62,14 @@ public GatewayRouteSetsInformation()
/// computed for the gateway
///
[Newtonsoft.Json.JsonProperty(PropertyName = "lastComputedTime")]
- public string LastComputedTime {get; set; }
+ public System.DateTime? LastComputedTime {get; set; }
///
/// Gets or sets timestamp denoting the next eligible time to re-compute the
/// route sets for the gateway
///
[Newtonsoft.Json.JsonProperty(PropertyName = "nextEligibleComputeTime")]
- public string NextEligibleComputeTime {get; set; }
+ public System.DateTime? NextEligibleComputeTime {get; set; }
///
/// Gets or sets version for the route set
diff --git a/src/Network/Network.Management.Sdk/README.md b/src/Network/Network.Management.Sdk/README.md
index fc509ea7df12..5b3f3fee1b0c 100644
--- a/src/Network/Network.Management.Sdk/README.md
+++ b/src/Network/Network.Management.Sdk/README.md
@@ -27,7 +27,7 @@ use-extension:
###
``` yaml
-commit: f026fcefb66a636d5156b7610e92b80880ab2cea
+commit: e09cd33f2f497a30aff4d6ca706e4fd01cbb384d
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/network/resource-manager/Microsoft.Network/stable/2024-07-01/applicationGateway.json
- https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/network/resource-manager/Microsoft.Network/stable/2024-07-01/applicationGatewayWafDynamicManifests.json