Skip to content

Commit d5d8c85

Browse files
authored
Updating the swagger changes with latest API spec merge (#27761)
1 parent 98ffd52 commit d5d8c85

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/Network/Network.Management.Sdk/Generated/Models/GatewayResiliencyInformation.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public GatewayResiliencyInformation()
4848

4949
/// <param name="components">List of Resiliency based Recommendation Components for the gateway
5050
/// </param>
51-
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<ResiliencyRecommendationComponents> components = default(System.Collections.Generic.IList<ResiliencyRecommendationComponents>))
51+
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<ResiliencyRecommendationComponents> components = default(System.Collections.Generic.IList<ResiliencyRecommendationComponents>))
5252

5353
{
5454
this.OverallScore = overallScore;
@@ -99,14 +99,14 @@ public GatewayResiliencyInformation()
9999
/// computed for the gateway
100100
/// </summary>
101101
[Newtonsoft.Json.JsonProperty(PropertyName = "lastComputedTime")]
102-
public string LastComputedTime {get; set; }
102+
public System.DateTime? LastComputedTime {get; set; }
103103

104104
/// <summary>
105105
/// Gets or sets timestamp denoting the next eligible time to re-compute the
106106
/// resiliency score for the gateway
107107
/// </summary>
108108
[Newtonsoft.Json.JsonProperty(PropertyName = "nextEligibleComputeTime")]
109-
public string NextEligibleComputeTime {get; set; }
109+
public System.DateTime? NextEligibleComputeTime {get; set; }
110110

111111
/// <summary>
112112
/// Gets or sets list of Resiliency based Recommendation Components for the

src/Network/Network.Management.Sdk/Generated/Models/GatewayRouteSetsInformation.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public GatewayRouteSetsInformation()
4040

4141
/// <param name="circuitsMetadataMap">Dictionary containing map of the circuit id and circuit details
4242
/// </param>
43-
public GatewayRouteSetsInformation(string lastComputedTime = default(string), string nextEligibleComputeTime = default(string), string routeSetVersion = default(string), System.Collections.Generic.IList<GatewayRouteSet> routeSets = default(System.Collections.Generic.IList<GatewayRouteSet>), System.Collections.Generic.IDictionary<string, CircuitMetadataMap> circuitsMetadataMap = default(System.Collections.Generic.IDictionary<string, CircuitMetadataMap>))
43+
public GatewayRouteSetsInformation(System.DateTime? lastComputedTime = default(System.DateTime?), System.DateTime? nextEligibleComputeTime = default(System.DateTime?), string routeSetVersion = default(string), System.Collections.Generic.IList<GatewayRouteSet> routeSets = default(System.Collections.Generic.IList<GatewayRouteSet>), System.Collections.Generic.IDictionary<string, CircuitMetadataMap> circuitsMetadataMap = default(System.Collections.Generic.IDictionary<string, CircuitMetadataMap>))
4444

4545
{
4646
this.LastComputedTime = lastComputedTime;
@@ -62,14 +62,14 @@ public GatewayRouteSetsInformation()
6262
/// computed for the gateway
6363
/// </summary>
6464
[Newtonsoft.Json.JsonProperty(PropertyName = "lastComputedTime")]
65-
public string LastComputedTime {get; set; }
65+
public System.DateTime? LastComputedTime {get; set; }
6666

6767
/// <summary>
6868
/// Gets or sets timestamp denoting the next eligible time to re-compute the
6969
/// route sets for the gateway
7070
/// </summary>
7171
[Newtonsoft.Json.JsonProperty(PropertyName = "nextEligibleComputeTime")]
72-
public string NextEligibleComputeTime {get; set; }
72+
public System.DateTime? NextEligibleComputeTime {get; set; }
7373

7474
/// <summary>
7575
/// Gets or sets version for the route set

src/Network/Network.Management.Sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use-extension:
2727
2828
###
2929
``` yaml
30-
commit: f026fcefb66a636d5156b7610e92b80880ab2cea
30+
commit: e09cd33f2f497a30aff4d6ca706e4fd01cbb384d
3131
input-file:
3232
- https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/network/resource-manager/Microsoft.Network/stable/2024-07-01/applicationGateway.json
3333
- https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/network/resource-manager/Microsoft.Network/stable/2024-07-01/applicationGatewayWafDynamicManifests.json

0 commit comments

Comments
 (0)