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 Managed Instance for Apache Cassandra #19221

Merged
merged 9 commits into from
Mar 9, 2021
Merged

Add support for Managed Instance for Apache Cassandra #19221

merged 9 commits into from
Mar 9, 2021

Commits on Mar 5, 2021

  1. Generate C# from Swagger.

    Ran the command:
    
    autorest C:\Users\frross\source\repos\azure-rest-api-specs\specification\cosmos-db\resource-manager\readme.md `
        --csharp --version=v2 --reflect-api-versions `
        --csharp-sdks-folder=C:\Users\frross\source\repos\azure-sdk-for-net\sdk `
        --tags=package-2021-03-preview
    frrossms committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7d45a2f View commit details
    Browse the repository at this point in the history
  2. Copied test files from 2020-06-01-preview release of SDK.

    The preview release has quite a different structure, so I went back to the last release from it (commit 18e1b96) and copied the test files here. The project builds, but the tests have a couple errors to fix.
    frrossms committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f2e21a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a371871 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12506f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6235970 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ce0fcd View commit details
    Browse the repository at this point in the history
  7. Update autorest metadata.

    The Swagger changes needed were checked in, so rerun autorun from the master branch in the main repo instead of against a local checkout so the metadata is correct.
    frrossms committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    6315718 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Fix tests that were breaking on macOS and Linux.

    I had hardcoded a \ instead of using Path.PathSeparator.
    frrossms committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a16aec2 View commit details
    Browse the repository at this point in the history
  2. Try another way of fixing build errors in CI

    Instead of Path.Separator, which is making the build fail, just use a /, which is supported on all platforms.
    frrossms committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d833afa View commit details
    Browse the repository at this point in the history