Skip to content

Commit

Permalink
Network May release (#9786)
Browse files Browse the repository at this point in the history
* Adds base for updating Microsoft.Network from version stable/2020-04-01 to version 2020-05-01

* Updates readme

* Updates API version in new specs and examples

* Add VirtualHubBgpConnections, VirtualHubIpConfigurations, NetworkVirtualApplianceSites child resources (#9357)

* Adds base for updating Microsoft.Network from version stable/2020-03-01 to version 2020-05-01

* Updates readme

* Updates API version in new specs and examples

* Final changes

* Fix formatting issues

* Fix merge and formatting issues

* Fix formatiing

* Ipconfig properties

* Fix build errors

* Lint check

* Fix semantics errors

* Address review comments

* Fix prettier and nextLink checks

* Fix dots

* Address errors

* Fix Ipconfig version

Co-authored-by: dexiang-ms <64503627+dexiang-ms@users.noreply.github.com>

* Change NRP repo for validation scripts (#9394)

* Move terminateTLS flag to ApplicationRuleCondition (#9539)

* DNS Proxy support for Firewall Policy (#9461)

* Adding DnsProxySettings Support in Firewall Policy

dnsServers, dnsEnableProxy, dnsRequireProxyForNetworkRules are added as subproperties.

* spell check

* Removing DNS as prefix on sub properties.

* Syntax error.

* DnsProxySettings to DNSSettings

* Fixing proxy settings name.

Co-authored-by: Ishani Gupta <isgu@microsoft.com>

* fix network (#9369) (#9547)

* fix network

* duplicated publicipprefix

* fixed example in 2018-01-01

* final updates

* missing examples

(cherry picked from commit 42d9639)

* Added new properties to ConnectivityHop (#9386)

* Added new properties to ConnectivityHop

* Fixed spelling

* added x-ms-client-flatten to HopLink.properties.properties

* Rename Firewall Policy child resource RuleGroup to RuleCollectionGroup (#9356)

* Rename Firewall Policy child resource RuleGroup to RuleCollectionGroup

* rebase with ti whitelist

* rebase with ti whitelist

* rebase with ti whitelist

* prettier run

* making nat rule into a collection

* prettier run

* Multiple Public IPs support for Azure Firewall in Virtual Hub (#9560)

* multi pip for firewall in hub swagger change

* resolving issues

* VirtualWan: Hubvnet Connection related changes (#9536)

1. Exposed direct PUT/DELETE APIs for hubvnet connections. This is the
   API expected to be used in the future by all consumers (direct rest
   api calls, powershell, portal, azure cli). This avoids needing a put
   on the virtual hub every time a hubvnet connection is to be
   added/changed.
2. Deprecate specifying hubvnet connection in virtualHub PUT. This is to
   avoid having multiple APIs to do the same thing. Also having this API
   introduces other complexities and breaks some scenarios.
3. Deprecate allowHubToRemoteVnetTransit and
   allowRemoteVnetToUseHubVnetGateways flags in hubvnet connection.
   These flags are maintained internally in the implementation and
   shouldn't be exposed to the user. For now, just mark it as such. Will
   be removed in later release.

Co-authored-by: Shyam Dharmarajan <shdharma@microsoft.com>

* Destination FQDNs in FirewallPolicy for network rules. (#9609)

* v1

* making boolean as nullable

Co-authored-by: Ishani Gupta <isgu@microsoft.com>

* VirtualHub : Add Routing State and expose Effective Routes Api (#9385)

* Add Routing State and expose Effective Routes Api

* updated opId name and added examples

* prettier fix done

* rename variable to prevent conflict

* Updating VpnGateway examples for bgpSettings (#9656)

* Updating VpnGateway examples

* prettier

Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>

* Application Gateway Private Link Support (#9490)

* Application Gateway Private Link Support

* Fix comments

* Fix comments for including example

* Add nvaSku property for NetworkVirtualAppliance (#9682)

* code fixes for hubIPAddresses (#9775)

* Fix lint errors (#9787)

Co-authored-by: naveenchekuri <nachekur@microsoft.com>
Co-authored-by: dexiang-ms <64503627+dexiang-ms@users.noreply.github.com>
Co-authored-by: odedlaz <odedlaz@users.noreply.github.com>
Co-authored-by: Ishani Gupta <ishani.gupta27.ig@gmail.com>
Co-authored-by: Ishani Gupta <isgu@microsoft.com>
Co-authored-by: Zim Kalinowski <zikalino@microsoft.com>
Co-authored-by: irrogozh <irrogozh@microsoft.com>
Co-authored-by: Sai Sujith Reddy Mankala <samankal@microsoft.com>
Co-authored-by: Anchal Kapoor <anchalka@usc.edu>
Co-authored-by: shyamshd <64368451+shyamshd@users.noreply.github.com>
Co-authored-by: Shyam Dharmarajan <shdharma@microsoft.com>
Co-authored-by: Ritvika Reddy Nagula <rinagula@microsoft.com>
Co-authored-by: Khushboo Baheti <37917868+Khushboo-Baheti@users.noreply.github.com>
Co-authored-by: Khushboo Baheti <khbaheti@microsoft.com>
Co-authored-by: jaishals <jaishal.shah@gmail.com>
  • Loading branch information
16 people authored Jun 9, 2020
1 parent 8e5820c commit 3c09c5f
Show file tree
Hide file tree
Showing 579 changed files with 81,970 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/NetworkValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
displayName: Install Node.js
- script: npm install autorest -g
displayName: Install autorest
- script: git clone --depth 1 -- https://dev.azure.com/v-anevse/BuildScripts/_git/BuildScripts ..\BuildScripts
- script: git clone --depth 1 -- https://dev.azure.com/nrp-swagger/swagger-stack/_git/automation-scripts ..\BuildScripts
displayName: Clone build tools
- powershell: |
$swgrPath = (Get-Item ".\").FullName
Expand Down
Loading

0 comments on commit 3c09c5f

Please sign in to comment.