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

[azservicebus] AdminClient - adding in support for creating and deleting queues #15790

Merged
merged 15 commits into from
Oct 20, 2021

Commits on Oct 14, 2021

  1. Cleaning up the internal folder. Moving the underlying ATOM code in…

    …to an `internal/atom` package, auth and tracing have shifted a bit too.
    richardpark-msft committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    6774e8e View commit details
    Browse the repository at this point in the history
  2. Packages moved around, updating package imports

    richardpark-msft committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    300563d View commit details
    Browse the repository at this point in the history
  3. Imports changed, adding test for option conversion fix for the sessio…

    …n receiver
    richardpark-msft committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    df9c331 View commit details
    Browse the repository at this point in the history
  4. Giving up on trying to make the examples fully-runnable.

    richardpark-msft committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0fa687b View commit details
    Browse the repository at this point in the history
  5. Small fix - it's not a DefaultAzureCredential anymore in the test (it…

    …'s an EnvironmentCredential)
    richardpark-msft committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    22c73ac View commit details
    Browse the repository at this point in the history
  6. ATOM support for queues! (minus some small ones, like getting queue r…

    …untime properties and listing - future PRs)
    
    Eliminated the queue_manager.go entirely, replaced all the usages of it with the normal ATOM client.
    richardpark-msft committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f67090c View commit details
    Browse the repository at this point in the history
  7. Whoops!

    richardpark-msft committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    25461eb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Add in the unmarshal error as well

    richardpark-msft committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    05521b9 View commit details
    Browse the repository at this point in the history
  2. Documenting some of the values in the admin client models

    richardpark-msft committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    8e130be View commit details
    Browse the repository at this point in the history
  3. Drain the response fully if it's not already

    richardpark-msft committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    05d8871 View commit details
    Browse the repository at this point in the history
  4. Copyright header was missing

    richardpark-msft committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    bc8db5f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Merge remote-tracking branch 'upstream/main' into atom

    richardpark-msft committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d5a2281 View commit details
    Browse the repository at this point in the history
  2. NewClient function name changed

    richardpark-msft committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    310566f View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/main' into atom

    richardpark-msft committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    1aa06cb View commit details
    Browse the repository at this point in the history
  4. Removing the entity creation in the examples

    richardpark-msft committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    a041b3e View commit details
    Browse the repository at this point in the history