Commit 9b9dfaa
Add Powershell support for Subnet peering feature (Azure#26906)
* Update AddAzureVirtualNetworkPeeringCommand.cs
* Update Network.format.ps1xml
* Update PSVirtualNetworkPeering.cs
* Update Add-AzVirtualNetworkPeering.md
* Update Add-AzVirtualNetworkPeering.md
* Update ChangeLog.md
* Update AddAzureVirtualNetworkPeeringCommand.cs
* Update PSVirtualNetworkPeering.cs
* Update Network.format.ps1xml
* Update VirtualNetworkTests.ps1
* Update VirtualNetworkTests.cs
* Create TestSubnetPeeringCRUD.json
* Create TestSubnetPeeringSyncCRUD.json
* Update ChangeLog for subnet peering support
* Fix build errors
* Fix singular names build error
* Fix build errors by renaming plural to singular names
* Revert "Fix access token cache issue (Azure#27050)"
This reverts commit 58d9dc1.
* Try to fix subnet outbound error
* Fix UT and generate json in record mode
* Fix access token cache issue (Azure#27050)
* Fix access token cache issue
* Update doc and script
* Appened the error message to be suppressed
* Revert "Appened the error message to be suppressed"
This reverts commit 31408a2.
* Revert "Fix access token cache issue (Azure#27050)"
This reverts commit 58d9dc1.
* Record remaining tests
* Fix access token cache issue (Azure#27050)
* Fix access token cache issue
* Update doc and script
---------
Co-authored-by: Yabo Hu <[email protected]>
Co-authored-by: SatyamurtiDoddini <[email protected]>
Co-authored-by: Satyamurti Doddini <[email protected]>
Co-authored-by: Vincent Dai <[email protected]>1 parent 281d9ec commit 9b9dfaa
File tree
18 files changed
+13621
-4802
lines changed- src/Network
- Network.Test
- ScenarioTests
- SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkTests
- Network
- Common
- Models
- VirtualNetwork/Peering
- help
- tools/StaticAnalysis/Exceptions/Az.Network
18 files changed
+13621
-4802
lines changedLines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
133 | 141 | | |
134 | 142 | | |
135 | 143 | | |
| |||
194 | 202 | | |
195 | 203 | | |
196 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
197 | 213 | | |
198 | 214 | | |
199 | 215 | | |
| |||
Lines changed: 281 additions & 16 deletions
Large diffs are not rendered by default.
Lines changed: 2651 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5929 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 519 additions & 549 deletions
Large diffs are not rendered by default.
Lines changed: 848 additions & 882 deletions
Large diffs are not rendered by default.
Lines changed: 114 additions & 294 deletions
Large diffs are not rendered by default.
Lines changed: 60 additions & 326 deletions
Large diffs are not rendered by default.
Lines changed: 877 additions & 659 deletions
Large diffs are not rendered by default.
Lines changed: 848 additions & 860 deletions
Large diffs are not rendered by default.
0 commit comments