Skip to content

Commit

Permalink
updating migration notes (#279)
Browse files Browse the repository at this point in the history
* updating migration notes

* updating migration notes

* updating migration notes
  • Loading branch information
lenala authored and Hovsep committed Apr 20, 2018
1 parent 2f07ce6 commit 08d0081
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions notes/prepare-for-1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,33 @@ The following methods and/or types have been changed in V1.9 compared to the pre
<td><a href="https://github.com/Azure/azure-libraries-for-net/pull/267">PR #267 </a></td>
</tr>
<tr>
<td><code>ExpressRouteCircuit</code></td>
<td><code>ExpressRouteCircuitPeeringType PeeringType();</code></td>
<td><code>ExpressRoutePeeringType PeeringType();</code></td>
<td>Return type changed.</td>
<td><code>ExpressRouteCircuitPeering</code></td>
<td><code>ExpressRouteCircuitPeeringType PeeringType</code></td>
<td><code>ExpressRoutePeeringType PeeringType</code></td>
<td>Property type changed.</td>
<td><a href="https://github.com/Azure/azure-libraries-for-net/pull/267">PR #267 </a></td>
</tr>
<tr>
<td><code>ExpressRouteCircuit</code></td>
<td><code>ExpressRouteCircuitPeeringState state();</code></td>
<td><code>ExpressRoutePeeringState state();</code></td>
<td>Return type changed.</td>
<td><code>ExpressRouteCircuitPeering</code></td>
<td><code>ExpressRouteCircuitPeeringState State</code></td>
<td><code>ExpressRoutePeeringState State</code></td>
<td>Property type changed.</td>
<td><a href="https://github.com/Azure/azure-libraries-for-net/pull/267">PR #267 </a></td>
</tr>
<tr>
<td><code>ExpressRouteCircuit</code></td>
<td><code>int PeerAsn();</code></td>
<td><code>long PeerAsn();</code></td>
<td>Return type changed.</td>
<td><code>ExpressRouteCircuitPeering</code></td>
<td><code>int PeerAsn</code></td>
<td><code>long PeerAsn</code></td>
<td>Property type changed.</td>
<td><a href="https://github.com/Azure/azure-libraries-for-net/pull/267">PR #267 </a></td>
</tr>
</tr>
<tr>
<td><code>NetworkPeering</code></td>
<td><code>NetworkPeeringState State</code></td>
<td><code>VirtualNetworkPeeringState State</code></td>
<td>Property type changed.</td>
<td><a href="https://github.com/Azure/azure-libraries-for-net/pull/267">PR #267 </a></td>
</tr>
</table>


Expand Down

0 comments on commit 08d0081

Please sign in to comment.