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

Feature/service bus namespace create if not exists #95

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Feature/service bus namespace create if not exists #95

wants to merge 8 commits into from

Commits on Jun 3, 2021

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

Commits on Jun 4, 2021

  1. Added support for usage of existing Service Bus Namespace

    Use ServiceBusProvisioningMode CreateIfNotExists for
    automatic Service Bus Namespace creation.
    
    Service Bus Namespace creation is a slow process, thus
    reuse existing Namespace will highly speed up the
    creation process.
    HenrikSommer committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    2c18477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814586e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Reintroduce Namespace-method with one parameter

    Namespace-method with one parameter is reintroduced to preserve backward compatibility.
    HenrikSommer committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6a6c908 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

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

Commits on Sep 10, 2021

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

Commits on Sep 17, 2021

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

Commits on Oct 1, 2021

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