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

[Hub Generated] Public private branch 'elastic-san-preview' #18148

Merged

Commits on Dec 15, 2021

  1. Initial Check-In to introduce ElasticSan RP

    Rajesh Kumar Aggani committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9e17c18 View commit details
    Browse the repository at this point in the history
  2. Applied coding styles and fixed the spelling mistake.

    Rajesh Kumar Aggani committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3552ed9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Updated with IOPS & MBps properties

    Rajesh Kumar Aggani committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    b39edc7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Updated swagger file with NetWork Acls

    Rajesh Kumar Aggani committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    2a6e75f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Added "None" to protocol type and updated with other validations.

    Rajesh Kumar Aggani committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    d13f655 View commit details
    Browse the repository at this point in the history
  2. Removed ElasticSan from VolumeGroup operations

    Rajesh Kumar Aggani committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    bb49b37 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Addressed review comments by adding elasticSanName in each of its ope…

    …ration
    Rajesh Kumar Aggani committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    a2d1574 View commit details
    Browse the repository at this point in the history
  2. Added volumeGroupName Parameters to the operations

    Rajesh Kumar Aggani committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    7bd1577 View commit details
    Browse the repository at this point in the history
  3. Upated array item with "x-ms-identifiers": [] as per Swagger Lint rec…

    …ommendations
    Rajesh Kumar Aggani committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    b779cd7 View commit details
    Browse the repository at this point in the history
  4. Removed unused parameters

    Rajesh Kumar Aggani committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    9439657 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Updated with Snapshot endpoints

    Rajesh Kumar Aggani committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    96caf65 View commit details
    Browse the repository at this point in the history
  2. Updated with missing "type" declarations

    Rajesh Kumar Aggani committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    7eba2eb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Added Snapshot changes and addressed the PR review comments

    Rajesh Kumar Aggani committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    ba2fb15 View commit details
    Browse the repository at this point in the history
  2. Fixed Lint differences

    Rajesh Kumar Aggani committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    8efcf34 View commit details
    Browse the repository at this point in the history
  3. Fixed Lint difference

    Rajesh Kumar Aggani committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    cecf4d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Added Export feature for Snapshot

    Rajesh Kumar Aggani committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    0c847a6 View commit details
    Browse the repository at this point in the history
  2. Updated with Sku level settings

    Rajesh Kumar Aggani committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    9e61d62 View commit details
    Browse the repository at this point in the history
  3. Updated with AdditionalInfo with "x-ms-identifiers": []

    Rajesh Kumar Aggani committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    be67958 View commit details
    Browse the repository at this point in the history
  4. Fixed Lint compilation issue with "x-ms-identifiers": [],

    Rajesh Kumar Aggani committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    654cab8 View commit details
    Browse the repository at this point in the history
  5. Fixed Prettier issues

    Rajesh Kumar Aggani committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    52c9483 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Updated the readme* files with the right package and namespaces.

    Rajesh Kumar Aggani committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    7932e56 View commit details
    Browse the repository at this point in the history
  2. Pointed GO to track2

    Rajesh Kumar Aggani committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0d82de8 View commit details
    Browse the repository at this point in the history
  3. Updated readme.go.md with the yaml format

    Rajesh Kumar Aggani committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    71a0ced View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Addressed review comments, updated with ecommon types and added namin…

    …g restrictions.
    Rajesh Kumar Aggani committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    a4794ab View commit details
    Browse the repository at this point in the history
  2. Updated with common SystemData

    Rajesh Kumar Aggani committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    5328ef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd42699 View commit details
    Browse the repository at this point in the history
  4. Corrected the missing json structure

    Rajesh Kumar Aggani committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    6f19071 View commit details
    Browse the repository at this point in the history
  5. Updated 'CreateOrUpdate" with "Create"

    Rajesh Kumar Aggani committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b7bed98 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Updated the spec with Network ACLs

    Rajesh Kumar Aggani committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7ef706c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Removed unnecessary error codes

    Rajesh Kumar Aggani committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    eb2ab5a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Regenerated the examples

    Rajesh Kumar Aggani committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    90ef05c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Removed Snapshot API and addressed PR comments (#18638)

    * Removed Snapshot API and addressed PR comments
    aRajeshKumar authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6971c4b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Removed Ruby SDK information (#18662)

    * Reverted tsconfig.json and removed Ruby related SDK information.
    
    * Corrected the indentation for swagger-to-sdk
    aRajeshKumar authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    7a4dc21 View commit details
    Browse the repository at this point in the history