Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,22 @@ public ExpressRouteCrossConnection()
public int? STag { get; private set; }

/// <summary>
/// Gets the peering location of the ExpressRoute circuit.
/// Gets or sets the peering location of the ExpressRoute circuit.
/// </summary>
[JsonProperty(PropertyName = "properties.peeringLocation")]
public string PeeringLocation { get; private set; }
public string PeeringLocation { get; set; }

/// <summary>
/// Gets the circuit bandwidth In Mbps.
/// Gets or sets the circuit bandwidth In Mbps.
/// </summary>
[JsonProperty(PropertyName = "properties.bandwidthInMbps")]
public int? BandwidthInMbps { get; private set; }
public int? BandwidthInMbps { get; set; }

/// <summary>
/// Gets the ExpressRouteCircuit
/// Gets or sets the ExpressRouteCircuit
/// </summary>
[JsonProperty(PropertyName = "properties.expressRouteCircuit")]
public ExpressRouteCircuitReference ExpressRouteCircuit { get; private set; }
public ExpressRouteCircuitReference ExpressRouteCircuit { get; set; }

/// <summary>
/// Gets or sets the provisioning state of the circuit in the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ public ExpressRouteCrossConnectionPeering()
public string ProvisioningState { get; private set; }

/// <summary>
/// Gets the GatewayManager Etag.
/// Gets or sets the GatewayManager Etag.
/// </summary>
[JsonProperty(PropertyName = "properties.gatewayManagerEtag")]
public string GatewayManagerEtag { get; private set; }
public string GatewayManagerEtag { get; set; }

/// <summary>
/// Gets whether the provider or the customer last modified the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageId>Microsoft.Azure.Management.Network</PackageId>
<Description>Provides management capabilities for Network services.</Description>
<AssemblyName>Microsoft.Azure.Management.Network</AssemblyName>
<Version>18.0.0-preview</Version>
<Version>18.0.1-preview</Version>
<PackageTags>Microsoft Azure Network management;Network;Network management;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Network management functions for managing the Microsoft Azure Network service.")]

[assembly: AssemblyVersion("18.0.0.0")]
[assembly: AssemblyFileVersion("18.0.0.0")]
[assembly: AssemblyFileVersion("18.0.1.0")]

[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
16 changes: 5 additions & 11 deletions src/SDKs/_metadata/network_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/readme.md --csharp --csharp-sdks-folder=D:\azure-sdk-for-net\tools\..\src\SDKs\ --version=latest --reflect-api-versions
2018-04-02 23:15:52 UTC
2018-04-16 18:51:45 UTC

1) azure-rest-api-specs repository information
GitHub fork: Azure
GitHub user: Azure
Branch: master
Commit: 64122e98211412bc22f81f40b7460c92452ecab9
Commit: bb8c56d8b1af0b83cae940ada9d95037527f70f3

2) AutoRest information
Requested version: latest
Bootstrapper version: C:\Users\murocha\AppData\Roaming\npm +-- autorest@2.0.4262 `-- oad@0.1.7 `-- autorest@1.2.2


Bootstrapper version: C:\Users\vinayada\AppData\Roaming\npm `-- autorest@2.0.4262
Latest installed version:
.\tools\generate.ps1 was invoked by generate.ps1