Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/dexiang/byoip #9818

Merged
merged 56 commits into from
Jul 14, 2020
Merged

Dev/dexiang/byoip #9818

merged 56 commits into from
Jul 14, 2020

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    f839dbd View commit details
    Browse the repository at this point in the history
  2. Updates readme

    anton-evseev committed May 6, 2020
    Configuration menu
    Copy the full SHA
    0246175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    514a878 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Add VirtualHubBgpConnections, VirtualHubIpConfigurations, NetworkVirt…

    …ualApplianceSites 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 <[email protected]>
    naveenchekuri and dexiang-ms authored May 18, 2020
    Configuration menu
    Copy the full SHA
    0499403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    212f942 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    d02659d View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    ishaniGupta27 and Ishani Gupta authored May 25, 2020
    Configuration menu
    Copy the full SHA
    63f2b24 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. fix network (#9369) (#9547)

    * fix network
    
    * duplicated publicipprefix
    
    * fixed example in 2018-01-01
    
    * final updates
    
    * missing examples
    
    (cherry picked from commit 42d9639)
    Zim Kalinowski authored May 26, 2020
    Configuration menu
    Copy the full SHA
    1c5b662 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Added new properties to ConnectivityHop (#9386)

    * Added new properties to ConnectivityHop
    
    * Fixed spelling
    
    * added x-ms-client-flatten to HopLink.properties.properties
    irrogozh authored May 27, 2020
    Configuration menu
    Copy the full SHA
    1553c58 View commit details
    Browse the repository at this point in the history
  2. 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
    saisujithreddym authored May 27, 2020
    Configuration menu
    Copy the full SHA
    7b9b3f8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

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

    * multi pip for firewall in hub swagger change
    
    * resolving issues
    anchalkpr authored May 28, 2020
    Configuration menu
    Copy the full SHA
    685ad97 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. 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 <[email protected]>
    shyamshd and Shyam Dharmarajan authored May 29, 2020
    Configuration menu
    Copy the full SHA
    193138c View commit details
    Browse the repository at this point in the history
  2. Destination FQDNs in FirewallPolicy for network rules. (#9609)

    * v1
    
    * making boolean as nullable
    
    Co-authored-by: Ishani Gupta <[email protected]>
    ishaniGupta27 and Ishani Gupta authored May 29, 2020
    Configuration menu
    Copy the full SHA
    f158099 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. 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
    nagula-ritvika authored May 30, 2020
    Configuration menu
    Copy the full SHA
    870cc67 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Updating VpnGateway examples for bgpSettings (#9656)

    * Updating VpnGateway examples
    
    * prettier
    
    Co-authored-by: Khushboo Baheti <[email protected]>
    Khushboo-Baheti and Khushboo Baheti authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    3b8bd3d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Application Gateway Private Link Support (#9490)

    * Application Gateway Private Link Support
    
    * Fix comments
    
    * Fix comments for including example
    jaishals authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    89331e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1dcf04 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    770d05e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. fix path

    dexiang-ms committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    173161a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8dcf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    5c43d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8bb7a4 View commit details
    Browse the repository at this point in the history
  3. remove to change name

    dexiang-ms committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    4cab973 View commit details
    Browse the repository at this point in the history
  4. re-add changed name

    dexiang-ms committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    bdf99eb View commit details
    Browse the repository at this point in the history
  5. remove to change name

    dexiang-ms committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    522fa3d View commit details
    Browse the repository at this point in the history
  6. re-add changed name

    dexiang-ms committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    7cf642e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    094e898 View commit details
    Browse the repository at this point in the history
  8. re-add changed name

    dexiang-ms committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    9d862cc View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. merge changes from master

    dexiang-ms committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    7994280 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    dexiang-ms committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    08e9409 View commit details
    Browse the repository at this point in the history
  3. more merge conflicts

    dexiang-ms committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    094320d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    55dbd10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166e1cb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    8daa233 View commit details
    Browse the repository at this point in the history
  2. fix tab/space discrepancy

    dexiang-ms committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    8885738 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    02748c2 View commit details
    Browse the repository at this point in the history
  2. fix camelCase in paths

    dexiang-ms committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    482e05d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4612f2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2d50ab View commit details
    Browse the repository at this point in the history
  5. validation check fixes

    dexiang-ms committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    669e2f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d37e288 View commit details
    Browse the repository at this point in the history
  7. fix json formatting

    dexiang-ms committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a3a3f19 View commit details
    Browse the repository at this point in the history
  8. remove invalid property

    dexiang-ms committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e0afa86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88962f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. fix enum error

    dexiang-ms committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    93e8238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca60b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    031aaef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85854b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. fix spelling error

    dexiang-ms committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    f5e20aa View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    a9c53a4 View commit details
    Browse the repository at this point in the history
  2. minor fix

    dexiang-ms committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a5bf38b View commit details
    Browse the repository at this point in the history
  3. prettier check

    dexiang-ms committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    24ed562 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    1a0cf49 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. minor description updates

    dexiang-ms committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    57e9ad7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    7aec384 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    630d54f View commit details
    Browse the repository at this point in the history