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

Add support for vnet rules to CosmosDB accounts. #1961

Merged
merged 2 commits into from
Sep 21, 2018

Commits on Sep 20, 2018

  1. Add support for vnet rules to CosmosDB accounts.

    These changes add support for virtual network filters to CosmosDB
    accounts. Using these filters requires two new prooperties:
    - `is_virtual_network_filter_enabled`, which enables virutal network
      filters for the account
    - `virtual_network_rules`, which specifies the subnets that are allowed
      to access the account
    pgavlin committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    7e67444 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. PR feedback.

    pgavlin committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    d5a07c5 View commit details
    Browse the repository at this point in the history