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 check-network sub-command #6579

Closed
wants to merge 57 commits into from

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    19a1f53 View commit details
    Browse the repository at this point in the history
  2. remove unused function

    alyssa1303 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    25ca509 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    c7fdae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99a435a View commit details
    Browse the repository at this point in the history
  3. Pin pymssql (Azure#6580)

    evelyn-ys authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    824e008 View commit details
    Browse the repository at this point in the history
  4. [Release] Update index.json for extension [ db-up ]

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77881&view=results
    
    Last commit: Azure@824e008
    azclibot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    89d2631 View commit details
    Browse the repository at this point in the history
  5. [TimeSeriesInsights] `az tsi access-policy/environment/reference-data…

    …-set`: Migrate to Codegen V2 (Azure#6577)
    
    * initial gen
    
    * az tsi environment gen1 create tested
    
    * az tsi access-policy tested
    
    * location option list add -l
    
    * change to patch for reference-data-set update, fix referenceDataSetName regex pattern for create, tests passed for reference-data-set
    
    * tests passed for environment gen1
    
    * tests passed for environment gen2
    
    * unwrap more class into obj
    
    * dont use aaz for event-source eventhub
    
    * testsed event-source iothub which still uses sdk as well
    
    * remove all unused code, lint, rerun test, update version
    
    * move command import into function, use inheritance
    calvinhzy authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8891292 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16b8e3b View commit details
    Browse the repository at this point in the history
  7. {Interactive} Fix Scenario Idx out of bound when selecting recommende…

    …d scenario (Azure#6535)
    
    * Fix Scenario Idx out of bound when selecting recommended scenario
    
    * Add message in `HISTORY.rst`
    ReaNAiveD authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8e16b69 View commit details
    Browse the repository at this point in the history
  8. {Interactive} Fix KeyError when entering param not in sample in sce…

    …nario mode (Azure#6541)
    
    * Fix error when enter short param in scenario mode
    
    * Fix error when enter short param in scenario mode
    
    * Update HISTORY.rst
    
    * Release New Version
    ReaNAiveD authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    02742a8 View commit details
    Browse the repository at this point in the history
  9. [Release] Update index.json for extension [ interactive ]

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=77968&view=results
    
    Last commit: Azure@02742a8
    azclibot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d324c45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0113664 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d15ef62 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a78ca5f View commit details
    Browse the repository at this point in the history
  13. [Release] Update index.json for extension [ db-up ]

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=78059&view=results
    
    Last commit: Azure@a78ca5f
    azclibot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7cd3408 View commit details
    Browse the repository at this point in the history
  14. [webpubsub] Add kind property to support Web PubSub for Socket.IO (Az…

    …ure#6582)
    
    * Update for supporting socketio
    
    * fix linter
    zackliu authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6ba9eac View commit details
    Browse the repository at this point in the history
  15. [Release] Update index.json for extension [ webpubsub ]

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=78076&view=results
    
    Last commit: Azure@6ba9eac
    azclibot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2e5bbdc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    639e10f View commit details
    Browse the repository at this point in the history
  17. update and fix error

    alyssa1303 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e9c644d View commit details
    Browse the repository at this point in the history
  18. remove extra space

    alyssa1303 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    695f904 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    301082b View commit details
    Browse the repository at this point in the history
  20. remove extra space

    alyssa1303 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    47c4452 View commit details
    Browse the repository at this point in the history
  21. move helper function

    alyssa1303 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4ec7083 View commit details
    Browse the repository at this point in the history
  22. close and remove tmp dir

    alyssa1303 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7281ccc View commit details
    Browse the repository at this point in the history
  23. fix format

    alyssa1303 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0679fbf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    549b8d8 View commit details
    Browse the repository at this point in the history
  2. Remove network security perimeter based access rule creation/updation (

    …Azure#6570)
    
    * Remove network security perimeter based access rule creation/updation
    
    * history and setup updated
    
    * History update
    
    ---------
    
    Co-authored-by: Kaushal Kumar <[email protected]>
    kaushal087 and Kaushal Kumar authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e518e05 View commit details
    Browse the repository at this point in the history
  3. [Release] Update index.json for extension [ nsp ]

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=78894&view=results
    
    Last commit: Azure@e518e05
    azclibot committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ae9772f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b27b6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2aa72a View commit details
    Browse the repository at this point in the history
  6. [Release] Update index.json for extension [ connectedk8s ]

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=79071&view=results
    
    Last commit: Azure@f2aa72a
    azclibot committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2f17d29 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    736b699 View commit details
    Browse the repository at this point in the history
  2. [Release] Update index.json for extension [ aks-preview ]

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/azclitools/internal/_build/results?buildId=79390&view=results
    
    Last commit: Azure@736b699
    azclibot committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e8d02f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ea1199 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    01d85ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    050fdd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4a2155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1398993 View commit details
    Browse the repository at this point in the history
  5. remove unused function

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b8a88a7 View commit details
    Browse the repository at this point in the history
  6. update and fix error

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bd28f9e View commit details
    Browse the repository at this point in the history
  7. remove extra space

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2476f66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    047cfb9 View commit details
    Browse the repository at this point in the history
  9. remove extra space

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ae74f11 View commit details
    Browse the repository at this point in the history
  10. move helper function

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d2c566e View commit details
    Browse the repository at this point in the history
  11. close and remove tmp dir

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    146e7a0 View commit details
    Browse the repository at this point in the history
  12. fix format

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    537e017 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc06dd2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9ccf7c1 View commit details
    Browse the repository at this point in the history
  15. remove unused function

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    04b52c7 View commit details
    Browse the repository at this point in the history
  16. update and fix error

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7bab080 View commit details
    Browse the repository at this point in the history
  17. remove extra space

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    55fd509 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0c84ea1 View commit details
    Browse the repository at this point in the history
  19. remove extra space

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e53d6c3 View commit details
    Browse the repository at this point in the history
  20. move helper function

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2d4a433 View commit details
    Browse the repository at this point in the history
  21. close and remove tmp dir

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d8c16d6 View commit details
    Browse the repository at this point in the history
  22. fix format

    alyssa1303 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a8c9581 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6c08cb1 View commit details
    Browse the repository at this point in the history