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

[Service Bus] Service Bus Namespace API Topic, Subscription, Rule and NamespaceProperties #12227

Merged
merged 25 commits into from
Jul 2, 2020

Commits on Jun 8, 2020

  1. Since resource names can be programmatically constructed, add scrubbe…

    …r at base preparer level so as to ensure recordings get the real resource name swapped out with a consistent moniker.
    KieranBrantnerMagee committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    7d9ae38 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    ce93e76 View commit details
    Browse the repository at this point in the history
  2. In CI (but not locally) self.test_class_instance was not set before _…

    …preparer_wrapper is called, and thus self.is_live was failing. Since we have the test_class_instance, let's just use that.
    KieranBrantnerMagee committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    63179c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    5b97cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d31d36 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. resource_moniker isn't guaranteed to be populated, so use moniker ins…

    …tead for default scrubbing strategy.
    
    Add remaining notes for how to run Keyvault tests to mgmt_settings_fake.
    KieranBrantnerMagee committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    f5cd8f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    ff84d1c View commit details
    Browse the repository at this point in the history
  2. Update models from swagger

    YijunXieMS committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    69ba610 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Fix pylint

    YijunXieMS committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    ba58755 View commit details
    Browse the repository at this point in the history
  2. Fix update_subscription

    YijunXieMS committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3c4df52 View commit details
    Browse the repository at this point in the history
  3. Fix mypy errors

    YijunXieMS committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    000cf04 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    944b86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75c34a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cedf5b View commit details
    Browse the repository at this point in the history
  4. fix pylint

    yunhaoling committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    3a0be8b View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'kieran/kibrantn/misc/fix-cached-prepare…

    …r-scrubber' into servicebus_mgmt_client
    yunhaoling committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    7e8e863 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efa82aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8755448 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Fix code review feedback

    YijunXieMS committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    ce77f03 View commit details
    Browse the repository at this point in the history
  2. Fix pylint and mypy error

    YijunXieMS committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f4aa572 View commit details
    Browse the repository at this point in the history
  3. Small fix type annotation

    YijunXieMS committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    1516c00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0effa08 View commit details
    Browse the repository at this point in the history
  5. Update ivar

    YijunXieMS committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f487487 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e11494 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

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