Skip to content

Commit 97e9faf

Browse files
author
Venkata M
committed
Regenerate Network SDK
1 parent 068b87b commit 97e9faf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ public DdosCustomPolicy()
104104
public System.Collections.Generic.IList<DdosDetectionRule> DetectionRules {get; set; }
105105

106106
/// <summary>
107-
/// Gets the list of frontend IP configurations associated with the
108-
/// custom policy. This list is read-only.
107+
/// Gets or sets the list of frontend IP configurations associated with the
108+
/// custom policy.
109109
/// </summary>
110-
[Newtonsoft.Json.JsonProperty(PropertyName = "properties.frontendIpConfigurations")]
111-
public System.Collections.Generic.IList<SubResource> FrontEndIPConfiguration {get; private set; }
110+
[Newtonsoft.Json.JsonProperty(PropertyName = "properties.frontEndIpConfiguration")]
111+
public System.Collections.Generic.IList<SubResource> FrontEndIPConfiguration {get; set; }
112112
}
113113
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ public DdosCustomPolicyPropertiesFormat()
7676
public System.Collections.Generic.IList<DdosDetectionRule> DetectionRules {get; set; }
7777

7878
/// <summary>
79-
/// Gets the list of frontend IP configurations associated with the
80-
/// custom policy. This list is read-only.
79+
/// Gets or sets the list of frontend IP configurations associated with the
80+
/// custom policy.
8181
/// </summary>
82-
[Newtonsoft.Json.JsonProperty(PropertyName = "frontendIpConfigurations")]
83-
public System.Collections.Generic.IList<SubResource> FrontEndIPConfiguration {get; private set; }
82+
[Newtonsoft.Json.JsonProperty(PropertyName = "frontEndIpConfiguration")]
83+
public System.Collections.Generic.IList<SubResource> FrontEndIPConfiguration {get; set; }
8484
}
8585
}

0 commit comments

Comments
 (0)