diff --git a/src/SDKs/Network/Management.Network/Generated/Models/ExpressRouteCrossConnection.cs b/src/SDKs/Network/Management.Network/Generated/Models/ExpressRouteCrossConnection.cs
index fd1aa4c1d94f..5dca84736e44 100644
--- a/src/SDKs/Network/Management.Network/Generated/Models/ExpressRouteCrossConnection.cs
+++ b/src/SDKs/Network/Management.Network/Generated/Models/ExpressRouteCrossConnection.cs
@@ -105,22 +105,22 @@ public ExpressRouteCrossConnection()
public int? STag { get; private set; }
///
- /// Gets the peering location of the ExpressRoute circuit.
+ /// Gets or sets the peering location of the ExpressRoute circuit.
///
[JsonProperty(PropertyName = "properties.peeringLocation")]
- public string PeeringLocation { get; private set; }
+ public string PeeringLocation { get; set; }
///
- /// Gets the circuit bandwidth In Mbps.
+ /// Gets or sets the circuit bandwidth In Mbps.
///
[JsonProperty(PropertyName = "properties.bandwidthInMbps")]
- public int? BandwidthInMbps { get; private set; }
+ public int? BandwidthInMbps { get; set; }
///
- /// Gets the ExpressRouteCircuit
+ /// Gets or sets the ExpressRouteCircuit
///
[JsonProperty(PropertyName = "properties.expressRouteCircuit")]
- public ExpressRouteCircuitReference ExpressRouteCircuit { get; private set; }
+ public ExpressRouteCircuitReference ExpressRouteCircuit { get; set; }
///
/// Gets or sets the provisioning state of the circuit in the
diff --git a/src/SDKs/Network/Management.Network/Generated/Models/ExpressRouteCrossConnectionPeering.cs b/src/SDKs/Network/Management.Network/Generated/Models/ExpressRouteCrossConnectionPeering.cs
index 20b47edbfed6..3e274d295a29 100644
--- a/src/SDKs/Network/Management.Network/Generated/Models/ExpressRouteCrossConnectionPeering.cs
+++ b/src/SDKs/Network/Management.Network/Generated/Models/ExpressRouteCrossConnectionPeering.cs
@@ -169,10 +169,10 @@ public ExpressRouteCrossConnectionPeering()
public string ProvisioningState { get; private set; }
///
- /// Gets the GatewayManager Etag.
+ /// Gets or sets the GatewayManager Etag.
///
[JsonProperty(PropertyName = "properties.gatewayManagerEtag")]
- public string GatewayManagerEtag { get; private set; }
+ public string GatewayManagerEtag { get; set; }
///
/// Gets whether the provider or the customer last modified the
diff --git a/src/SDKs/Network/Management.Network/Microsoft.Azure.Management.Network.csproj b/src/SDKs/Network/Management.Network/Microsoft.Azure.Management.Network.csproj
index e43ad8985547..7979df953c7f 100644
--- a/src/SDKs/Network/Management.Network/Microsoft.Azure.Management.Network.csproj
+++ b/src/SDKs/Network/Management.Network/Microsoft.Azure.Management.Network.csproj
@@ -7,7 +7,7 @@
Microsoft.Azure.Management.Network
Provides management capabilities for Network services.
Microsoft.Azure.Management.Network
- 18.0.0-preview
+ 18.0.1-preview
Microsoft Azure Network management;Network;Network management;