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

Merge from public #60

Merged
merged 41 commits into from
Jul 9, 2021
Merged

Commits on Jun 25, 2021

  1. {AKS} Update AKS PR check-in pipeline (Azure#3537)

    * update
    
    * update pipeline
    
    * update pipeline
    
    * update pipeline
    
    * remove az_aks_tool folder
    
    * update .gitignore
    
    * * fix missing tool
    * update cli scripts
    
    * update create venv
    
    * update live test var check
    
    * fix unit test report path
    FumingZhang committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    0cf0381 View commit details
    Browse the repository at this point in the history
  2. {diskpool} Refine output and add new command (Azure#3490)

    * test pass
    
    * refine
    
    * test pass
    Juliehzl committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    bea72c8 View commit details
    Browse the repository at this point in the history
  3. [Release] Update index.json for extension [ diskpool ] (Azure#3548)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=966621
    
    Last commit: Azure@bea72c8
    Azure CLI Bot committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ab3d44a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Add support for 0.5 core / 512 Mi resource requests for spring-cloud …

    …deployments (Azure#3486)
    
    * update bundled SDK for spring-cloud
    
    * Add support for 0.5 core, 512 Mi resource requests in app deployment
    
    * Add support to format log streaming of structured JSON output
    
    * fix: default logging style
    
    * Add support to output Spring Boot flavored logger name
    
    * fix style and linter issue in new code
    
    * change new api-version from 2021-03-03-preview to 2021-06-01-preview
    
    * update to use 2021-06-01-preview api-version
    
    * fix resource quantity validation
    
    * bump the spring-cloud extension version to 2.5.0
    
    * update according to review comments
    
    * refine comments for cpu/memory validation
    
    * fix: lint style for _resource_quantity.py
    
    * fix: fix reset cpu/memory settings on env update
    allxiao committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    e4a423a View commit details
    Browse the repository at this point in the history
  2. [Release] Update index.json for extension [ confluent ] (Azure#3533)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=959433
    
    Last commit: Azure@1e9d134
    Azure CLI Bot committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    8e293b7 View commit details
    Browse the repository at this point in the history
  3. [Release] Update index.json for extension [ spring-cloud ] (Azure#3554)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=969084
    
    Last commit: Azure@e4a423a
    Azure CLI Bot committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    87e9cfa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    33d8835 View commit details
    Browse the repository at this point in the history
  2. chore(arcdata): Welcome arcdata v0.0.1 preview (Azure#3461)

    * chore(arcdata): Welcome arcdata v0.0.1 preview
    
    chore(arcdata): Welcome arcdata v0.0.1 preview
    
    * chore(arcdata): Welcome arcdata v0.0.1 preview
    
    * chore(arcdata): Welcome arcdata v0.0.1 preview
    
    * chore(arcdata): Welcome arcdata v0.0.1 preview
    
    chore(arcdata): Welcome arcdata v0.0.1 preview
    
    * chore(arcdata): Welcome arcdata v0.0.1 preview
    swells committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a009929 View commit details
    Browse the repository at this point in the history
  3. Update ml to version 2.0.1a3 (Azure#3560)

    * Update ml to version 2.0.1a3
    
    * add 2.0.1a3
    
    * fix index.json
    
    * finally fix index.json
    
    Co-authored-by: Neehar Duvvuri <neduvvur@microsoft.com>
    needuv and needuv committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    623f8ae View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. [vmware] global reach connections (Azure#3528)

    * Add `az vmware global-reach-connection` command group
    
    * linter fix - add blank line
    
    * fix linter errors & warnings
    
    * linter: 2 blank lines
    
    * add asserts
    cataggar committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    fd7b48a View commit details
    Browse the repository at this point in the history
  2. [vmware] add SRM recorded tests (Azure#3535)

    * reenable SRM Addon tests
    
    * srm tests recorded
    cataggar committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    870df2d View commit details
    Browse the repository at this point in the history
  3. {AKS} Polish scripts in aks live test pipeline (Azure#3563)

    * update setup venv
    
    * update according to shellcheck
    
    * show az-aks-tool version
    
    * fix arg pass
    
    * update pipeline name
    FumingZhang committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    f29b323 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. David/aks monitoring aad auth (Azure#3500)

    * about to add check for if DCR is available in regions
    
    * tested
    
    * forgot to remove an exception
    
    * fixed linter problems
    
    * fixed some linter errors
    
    * fixing linter errors
    
    * fixing some feedback, more to come
    
    * fixed all feedback and a bug
    
    * cleanup
    
    * addressed comments and static analyzer errors
    
    * Update src/aks-preview/azext_aks_preview/_help.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * Update src/aks-preview/azext_aks_preview/_help.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * fix linter error
    
    * fixed small errors
    
    * added unit tests, cleaned up the msi/sp auth check
    
    * adding unit tests
    
    * commenting out tests which require a subscription-level feature flag
    
    * uncommented tests, put them in a list to not run
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    daweim0 and zhoxing-ms committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    cea0bd0 View commit details
    Browse the repository at this point in the history
  2. [Front Door] Add update func for backend and fix backend_host_header (A…

    …zure#3394)
    
    * [Front Door] Add update func for backend and fix backend_host_header judgment in create func
    
    * fix linter
    
    * fix
    
    * fix option_length_too_long
    
    * fix test
    
    * Remove CLIError and fix backend index range
    
    * fix style
    
    * get updated backend
    
    * update history and version
    00Kai0 committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    aa0d22e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    e11e44d View commit details
    Browse the repository at this point in the history
  2. [Release] Update index.json for extension [ front-door ] (Azure#3567)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=976903
    
    Last commit: Azure@aa0d22e
    Azure CLI Bot committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    0e83afd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. [Release] Update index.json for extension [ vmware ] (Azure#3576)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=981055
    
    Last commit: Azure@e11e44d
    Azure CLI Bot committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    9fd2a2d View commit details
    Browse the repository at this point in the history
  2. IoT Extension Release v0.10.14 (Azure#3573)

    Co-authored-by: Ryan <rykelly@microsoft.com>
    c-ryan-k and Ryan committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    98288de View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Change dnc extension mode (Azure#3568)

    * Change dnc extension mode
    
    Change dnc extension mode from experimental to preview
    
    * Update dnc extension version
    
    * Update extension version in history and setup.py
    * Change is_preview to true
    
    Co-authored-by: Shriroop <shrjo@microsoft.com>
    shriroopjoshi and Shriroop committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    5380f93 View commit details
    Browse the repository at this point in the history
  2. [Release] Update index.json for extension [ dnc ] (Azure#3581)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=983005
    
    Last commit: Azure@5380f93
    Azure CLI Bot committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    c353c4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7a58b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0053e53 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    e44bb62 View commit details
    Browse the repository at this point in the history
  2. Updating the quantum extension to add simulator support (Azure#3575)

    This PR edits the output function to allow for jobs that run on the simulator to have output logged during execution that is not in json format. For simulator jobs, we expect the job result to be printed as the last item on its own line, and string output to be enclosed with `"`.
    bettinaheim committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b4e0709 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. [k8s-extension] Release v0.5.0 of extension customizations (Azure#3545)

    * Create pull.yml
    
    * Update pull.yml
    
    * Update azure-pipelines.yml
    
    * Initial commit of k8s-extension
    
    * Update pipelines file
    
    * Update CODEOWNERS
    
    * Update private preview pipelines
    
    * Remove open service mesh from public release
    
    * Update pipeline files
    
    * Update public extension pipeline
    
    * Change condition variable
    
    * Add version to public preview/private preview
    
    * Update pipelines
    
    * Add different testing based on private branch
    
    * Add annotations to extension model
    
    * Update k8s-custom-pipelines.yml
    
    * Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13)
    
    * Update sdks with updated swagger spec
    
    * Update version and history rst
    
    * Reorder release history timeline
    
    * Fix ExtensionInstanceForCreate for import
    
    * remove py2 bdist support
    
    * Add custom table formatting
    
    * Remove unnecessary files
    
    * Fix style issues
    
    * Fix branch based on comments
    
    * Update identity piece manually
    
    * Don't handle defaults at the CLI level
    
    * Remove defaults from CLI client
    
    * Check null target namespace with namespace scope
    
    * Update style
    
    * Add cassandra operator and location to model
    
    * Stage Public Version of k8s-extension 0.2.0 for official release (#15)
    
    * Create pull.yml
    
    * Update pull.yml
    
    * Update azure-pipelines.yml
    
    * Initial commit of k8s-extension
    
    * Update pipelines file
    
    * Update CODEOWNERS
    
    * Update private preview pipelines
    
    * Remove open service mesh from public release
    
    * Update pipeline files
    
    * Update public extension pipeline
    
    * Change condition variable
    
    * Add version to public preview/private preview
    
    * Update pipelines
    
    * Add different testing based on private branch
    
    * Add annotations to extension model
    
    * Update k8s-custom-pipelines.yml
    
    * Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13)
    
    * Update sdks with updated swagger spec
    
    * Update version and history rst
    
    * Reorder release history timeline
    
    * Fix ExtensionInstanceForCreate for import
    
    * remove py2 bdist support
    
    * Add custom table formatting
    
    * Remove unnecessary files
    
    * Fix style issues
    
    * Fix branch based on comments
    
    * Update identity piece manually
    
    * Don't handle defaults at the CLI level
    
    * Remove defaults from CLI client
    
    * Check null target namespace with namespace scope
    
    * Update style
    
    * Add cassandra operator and location to model
    
    Co-authored-by: action@github.com <Action - Fork Sync>
    
    * Remove custom pipelines file
    
    * Update extension description, remove private const
    
    * Update pipeline file
    
    * Disable refs docs
    
    * Update to include better create warning logs and remove update context (#20)
    
    * Update to include better create warning logs and remove update context
    
    * Remove help text for update
    
    * Fix spelling error
    
    * Update message
    
    * Fix k8s-extension conflict with private version
    
    * Fix style errors
    
    * Fix filename
    
    * add customization for microsoft.azureml.kubernetes (#23)
    
    * add customization for microsoft.azureml.kubernetes
    
    * Update release history
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: jonathan-innis <jonathan.innis.ji@gmail.com>
    
    * Add E2E Testing from Separate branch into internal code (#26)
    
    * Add internal e2e testing
    
    * Change to testing folder
    
    * Inference CLI validation for Scoring FE (#24)
    
    * cli validation starter
    
    * added the call to the fe validation function
    
    * nodeport validation not required
    
    * test fix
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * legal warning added (#27)
    
    * Remove deprecated method logger.warn
    
    * Update k8s-custom-pipelines.yml for Azure Pipelines
    
    * Update k8s-custom-pipelines.yml for Azure Pipelines
    
    * Add Azure Defender to E2E testing (#28)
    
    * Add azure defender testing to e2e
    
    * Remove the debug flag
    
    * Add configuration testing
    
    * Fix pipeline failures
    
    * Make test script more intuitive
    
    * Remove parameter from testing
    
    * Fix wrong location for k8s config whl
    
    * Fix pip upgrade issue
    
    * Fix pip install upgrade issue
    
    * Fix pip install issue
    
    * delete resurce in testcase (#29)
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Check Provider is Registered with Subscription Before Making Requests (#18)
    
    * Add check for KubernetesConfiguration
    
    * Disable pylint and rename
    
    * Update provider registration link
    
    * Update version
    
    * Remove extra blank line
    
    * Fix bug in import
    
    * only validate scoring fe when inference is enabled (#31)
    
    * only validate scoring fe when inference is enabled
    
    * Fix versioning
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: jonathan-innis <jonathan.innis.ji@gmail.com>
    
    * Provider registration case insensitive
    
    * do not validate against scoring fe if inference is not enabled. (#33)
    
    * do not validate against scoring fe if inference is not enabled.
    
    * add inference enabled scenario
    
    * refine
    
    * increase sleeping time
    
    * fix
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Add OSM as Public Preview Extension (#34)
    
    * Add OSM as public preview extension
    
    * Add osm testing
    
    * Add release train to tests
    
    * Fix failing osm test
    
    * Upgrade pip in integration testing
    
    * Remove ununsed import
    
    * Fix release train check in update
    
    * Parallelize E2E Testing (#36)
    
    * Add OSM as public preview extension
    
    * Add osm testing
    
    * Update test logic to parallelize
    
    * Fix test success checking
    
    * Parallelize extension testing
    
    * Better error checking logic
    
    * Fix azureml deletion
    
    * Fix private build (#40)
    
    * change amlk8s to amlarc (#42)
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    
    * Servicebus client model changes (#44)
    
    * Servicebus client model changes
    
    * Fix testing script
    
    * Update history file and pipeline
    
    * Update min cli core version for track 2 updates
    
    * Read SSL cert and key from files (#38)
    
    * first sketch of the change
    
    fixes
    
    removed extra blank lines
    
    changes regarding param renaming
    
    added ssl tests
    
    added more detail to the unit test
    
    additional import
    
    moved pem files out of public folder
    
    fixed import
    
    chenged import
    
    changed import
    
    unit tests fix
    
    unit test fix
    
    fixed unit tests
    
    fixed unit test
    
    unit test fix
    
    changes int test cert and key
    
    * test protected config
    
    * fix test typo
    
    * temporary changes reverted
    
    * fixing tests
    
    * fixed file paths
    
    * removed accidentally added file
    
    * changes according to review comments
    
    * more changes according to review comments
    
    * changes according to review comments
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Upgrade release version
    
    * Liakaz/inference read ssl from file (#47)
    
    * first sketch of the change
    
    fixes
    
    removed extra blank lines
    
    changes regarding param renaming
    
    added ssl tests
    
    added more detail to the unit test
    
    additional import
    
    moved pem files out of public folder
    
    fixed import
    
    chenged import
    
    changed import
    
    unit tests fix
    
    unit test fix
    
    fixed unit tests
    
    fixed unit test
    
    unit test fix
    
    changes int test cert and key
    
    * test protected config
    
    * fix test typo
    
    * temporary changes reverted
    
    * fixing tests
    
    * fixed file paths
    
    * removed accidentally added file
    
    * changes according to review comments
    
    * more changes according to review comments
    
    * changes according to review comments
    
    * fixed decode error
    
    * renamed the experimental param
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Fix style issues (#51)
    
    * Fixed scoring fe related extension param names (#49)
    
    * fixed scoring fe related extension params
    
    * bug fix and style fixes
    
    * variable rename
    
    * fixed the error type
    
    * set cluster to prod by default
    
    * Add distro validation for osm-arc (#50)
    
    * Add distro validation for osm-arc
    
    * fixed indentation
    
    * Fix linting
    
    * Resolve comments
    
    * Add unit test
    
    * fix lint
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Add distro validation for osm-arc (#50)
    
    * Add distro validation for osm-arc
    
    * fixed indentation
    
    * Fix linting
    
    * Resolve comments
    
    * Add unit test
    
    * fix lint
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Add distro validation for osm-arc (#53)
    
    removed release-train logic
    
    * Add Custom Delete Logic for Partners (#54)
    
    * Add custom delete logic
    
    * Fix failing unit tests
    
    * Add warning message when deleting amlarc extension (#55)
    
    * add warning message
    
    * fix indentation
    
    * Update release version
    
    Co-authored-by: action@github.com <Action - Fork Sync>
    Co-authored-by: yuyue9284 <15863499+yuyue9284@users.noreply.github.com>
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: Lia Kazakova <58274127+liakaz@users.noreply.github.com>
    Co-authored-by: Niranjan Shankar <nshankar@microsoft.com>
    Co-authored-by: jingyizhu99 <83610845+jingyizhu99@users.noreply.github.com>
    6 people committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    4bf9017 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. David/aks monitoring aad auth (Azure#3594)

    * about to add check for if DCR is available in regions
    
    * tested
    
    * forgot to remove an exception
    
    * fixed linter problems
    
    * fixed some linter errors
    
    * fixing linter errors
    
    * fixing some feedback, more to come
    
    * fixed all feedback and a bug
    
    * cleanup
    
    * addressed comments and static analyzer errors
    
    * Update src/aks-preview/azext_aks_preview/_help.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * Update src/aks-preview/azext_aks_preview/_help.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * fix linter error
    
    * fixed small errors
    
    * added unit tests, cleaned up the msi/sp auth check
    
    * adding unit tests
    
    * commenting out tests which require a subscription-level feature flag
    
    * uncommented tests, put them in a list to not run
    
    * bumping version number
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    daweim0 and zhoxing-ms committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c95c121 View commit details
    Browse the repository at this point in the history
  2. [Release] Update index.json for extension [ k8s-extension ] (Azure#3591)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=986069
    
    Last commit: Azure@4bf9017
    Azure CLI Bot committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    25effe7 View commit details
    Browse the repository at this point in the history
  3. bug fix for aks monitoring enablement/disablement (Azure#3596)

    * about to add check for if DCR is available in regions
    
    * tested
    
    * forgot to remove an exception
    
    * fixed linter problems
    
    * fixed some linter errors
    
    * fixing linter errors
    
    * fixing some feedback, more to come
    
    * fixed all feedback and a bug
    
    * cleanup
    
    * addressed comments and static analyzer errors
    
    * Update src/aks-preview/azext_aks_preview/_help.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * Update src/aks-preview/azext_aks_preview/_help.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * fix linter error
    
    * fixed small errors
    
    * added unit tests, cleaned up the msi/sp auth check
    
    * adding unit tests
    
    * commenting out tests which require a subscription-level feature flag
    
    * uncommented tests, put them in a list to not run
    
    * bumping version number
    
    * fixed a bug in regions where DCRs are not enabled
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    daweim0 and zhoxing-ms committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    474a7aa View commit details
    Browse the repository at this point in the history
  4. [Release] Update index.json for extension [ aks-preview ] (Azure#3598)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=988484
    
    Last commit: Azure@474a7aa
    Azure CLI Bot committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    fdb5e7f View commit details
    Browse the repository at this point in the history
  5. [datafactory] GA datafactory (Azure#3597)

    * GA
    
    * Update .github/CODEOWNERS
    evelyn-ys committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    551479b View commit details
    Browse the repository at this point in the history
  6. [Release] Update index.json for extension [ datafactory ] (Azure#3599)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=988538
    
    Last commit: Azure@551479b
    Azure CLI Bot committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7c6f92b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97c5f48 View commit details
    Browse the repository at this point in the history
  8. fix issue in dcr template (Azure#3600)

    * fix issue in dcr template
    
    * fix indention issue
    
    * Update src/aks-preview/azext_aks_preview/custom.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * Update src/aks-preview/azext_aks_preview/custom.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * Update src/aks-preview/azext_aks_preview/custom.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    
    * Update src/aks-preview/azext_aks_preview/custom.py
    
    Co-authored-by: Xing Zhou <Zhou.Xing@microsoft.com>
    ganga1980 and zhoxing-ms committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5405a62 View commit details
    Browse the repository at this point in the history
  9. [Release] Update index.json for extension [ aks-preview ] (Azure#3601)

    Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=988918
    
    Last commit: Azure@5405a62
    Azure CLI Bot committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    1095ce9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Remove Pyhelm from OSM customization (#58)

    * Fix OSM pyhelm bug
    
    * Debug bootstrap error
    jonathan-innis committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    58b4df8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Azure/azure-cli-extensions

    …into k8s-extension/public
    jonathan-innis committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0b56023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7712f52 View commit details
    Browse the repository at this point in the history
  4. [k8s-extension] Patch Bug in OpenServiceMesh with dependency on `pyhe…

    …lm` (Azure#3602)
    
    * Create pull.yml
    
    * Update pull.yml
    
    * Update azure-pipelines.yml
    
    * Initial commit of k8s-extension
    
    * Update pipelines file
    
    * Update CODEOWNERS
    
    * Update private preview pipelines
    
    * Remove open service mesh from public release
    
    * Update pipeline files
    
    * Update public extension pipeline
    
    * Change condition variable
    
    * Add version to public preview/private preview
    
    * Update pipelines
    
    * Add different testing based on private branch
    
    * Add annotations to extension model
    
    * Update k8s-custom-pipelines.yml
    
    * Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13)
    
    * Update sdks with updated swagger spec
    
    * Update version and history rst
    
    * Reorder release history timeline
    
    * Fix ExtensionInstanceForCreate for import
    
    * remove py2 bdist support
    
    * Add custom table formatting
    
    * Remove unnecessary files
    
    * Fix style issues
    
    * Fix branch based on comments
    
    * Update identity piece manually
    
    * Don't handle defaults at the CLI level
    
    * Remove defaults from CLI client
    
    * Check null target namespace with namespace scope
    
    * Update style
    
    * Add cassandra operator and location to model
    
    * Stage Public Version of k8s-extension 0.2.0 for official release (#15)
    
    * Create pull.yml
    
    * Update pull.yml
    
    * Update azure-pipelines.yml
    
    * Initial commit of k8s-extension
    
    * Update pipelines file
    
    * Update CODEOWNERS
    
    * Update private preview pipelines
    
    * Remove open service mesh from public release
    
    * Update pipeline files
    
    * Update public extension pipeline
    
    * Change condition variable
    
    * Add version to public preview/private preview
    
    * Update pipelines
    
    * Add different testing based on private branch
    
    * Add annotations to extension model
    
    * Update k8s-custom-pipelines.yml
    
    * Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13)
    
    * Update sdks with updated swagger spec
    
    * Update version and history rst
    
    * Reorder release history timeline
    
    * Fix ExtensionInstanceForCreate for import
    
    * remove py2 bdist support
    
    * Add custom table formatting
    
    * Remove unnecessary files
    
    * Fix style issues
    
    * Fix branch based on comments
    
    * Update identity piece manually
    
    * Don't handle defaults at the CLI level
    
    * Remove defaults from CLI client
    
    * Check null target namespace with namespace scope
    
    * Update style
    
    * Add cassandra operator and location to model
    
    Co-authored-by: action@github.com <Action - Fork Sync>
    
    * Remove custom pipelines file
    
    * Update extension description, remove private const
    
    * Update pipeline file
    
    * Disable refs docs
    
    * Update to include better create warning logs and remove update context (#20)
    
    * Update to include better create warning logs and remove update context
    
    * Remove help text for update
    
    * Fix spelling error
    
    * Update message
    
    * Fix k8s-extension conflict with private version
    
    * Fix style errors
    
    * Fix filename
    
    * add customization for microsoft.azureml.kubernetes (#23)
    
    * add customization for microsoft.azureml.kubernetes
    
    * Update release history
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: jonathan-innis <jonathan.innis.ji@gmail.com>
    
    * Add E2E Testing from Separate branch into internal code (#26)
    
    * Add internal e2e testing
    
    * Change to testing folder
    
    * Inference CLI validation for Scoring FE (#24)
    
    * cli validation starter
    
    * added the call to the fe validation function
    
    * nodeport validation not required
    
    * test fix
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * legal warning added (#27)
    
    * Remove deprecated method logger.warn
    
    * Update k8s-custom-pipelines.yml for Azure Pipelines
    
    * Update k8s-custom-pipelines.yml for Azure Pipelines
    
    * Add Azure Defender to E2E testing (#28)
    
    * Add azure defender testing to e2e
    
    * Remove the debug flag
    
    * Add configuration testing
    
    * Fix pipeline failures
    
    * Make test script more intuitive
    
    * Remove parameter from testing
    
    * Fix wrong location for k8s config whl
    
    * Fix pip upgrade issue
    
    * Fix pip install upgrade issue
    
    * Fix pip install issue
    
    * delete resurce in testcase (#29)
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Check Provider is Registered with Subscription Before Making Requests (#18)
    
    * Add check for KubernetesConfiguration
    
    * Disable pylint and rename
    
    * Update provider registration link
    
    * Update version
    
    * Remove extra blank line
    
    * Fix bug in import
    
    * only validate scoring fe when inference is enabled (#31)
    
    * only validate scoring fe when inference is enabled
    
    * Fix versioning
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: jonathan-innis <jonathan.innis.ji@gmail.com>
    
    * Provider registration case insensitive
    
    * do not validate against scoring fe if inference is not enabled. (#33)
    
    * do not validate against scoring fe if inference is not enabled.
    
    * add inference enabled scenario
    
    * refine
    
    * increase sleeping time
    
    * fix
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Add OSM as Public Preview Extension (#34)
    
    * Add OSM as public preview extension
    
    * Add osm testing
    
    * Add release train to tests
    
    * Fix failing osm test
    
    * Upgrade pip in integration testing
    
    * Remove ununsed import
    
    * Fix release train check in update
    
    * Parallelize E2E Testing (#36)
    
    * Add OSM as public preview extension
    
    * Add osm testing
    
    * Update test logic to parallelize
    
    * Fix test success checking
    
    * Parallelize extension testing
    
    * Better error checking logic
    
    * Fix azureml deletion
    
    * Fix private build (#40)
    
    * change amlk8s to amlarc (#42)
    
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    
    * Servicebus client model changes (#44)
    
    * Servicebus client model changes
    
    * Fix testing script
    
    * Update history file and pipeline
    
    * Update min cli core version for track 2 updates
    
    * Read SSL cert and key from files (#38)
    
    * first sketch of the change
    
    fixes
    
    removed extra blank lines
    
    changes regarding param renaming
    
    added ssl tests
    
    added more detail to the unit test
    
    additional import
    
    moved pem files out of public folder
    
    fixed import
    
    chenged import
    
    changed import
    
    unit tests fix
    
    unit test fix
    
    fixed unit tests
    
    fixed unit test
    
    unit test fix
    
    changes int test cert and key
    
    * test protected config
    
    * fix test typo
    
    * temporary changes reverted
    
    * fixing tests
    
    * fixed file paths
    
    * removed accidentally added file
    
    * changes according to review comments
    
    * more changes according to review comments
    
    * changes according to review comments
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Upgrade release version
    
    * Liakaz/inference read ssl from file (#47)
    
    * first sketch of the change
    
    fixes
    
    removed extra blank lines
    
    changes regarding param renaming
    
    added ssl tests
    
    added more detail to the unit test
    
    additional import
    
    moved pem files out of public folder
    
    fixed import
    
    chenged import
    
    changed import
    
    unit tests fix
    
    unit test fix
    
    fixed unit tests
    
    fixed unit test
    
    unit test fix
    
    changes int test cert and key
    
    * test protected config
    
    * fix test typo
    
    * temporary changes reverted
    
    * fixing tests
    
    * fixed file paths
    
    * removed accidentally added file
    
    * changes according to review comments
    
    * more changes according to review comments
    
    * changes according to review comments
    
    * fixed decode error
    
    * renamed the experimental param
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Fix style issues (#51)
    
    * Fixed scoring fe related extension param names (#49)
    
    * fixed scoring fe related extension params
    
    * bug fix and style fixes
    
    * variable rename
    
    * fixed the error type
    
    * set cluster to prod by default
    
    * Add distro validation for osm-arc (#50)
    
    * Add distro validation for osm-arc
    
    * fixed indentation
    
    * Fix linting
    
    * Resolve comments
    
    * Add unit test
    
    * fix lint
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Add distro validation for osm-arc (#50)
    
    * Add distro validation for osm-arc
    
    * fixed indentation
    
    * Fix linting
    
    * Resolve comments
    
    * Add unit test
    
    * fix lint
    
    Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
    
    * Add distro validation for osm-arc (#53)
    
    removed release-train logic
    
    * Add Custom Delete Logic for Partners (#54)
    
    * Add custom delete logic
    
    * Fix failing unit tests
    
    * Add warning message when deleting amlarc extension (#55)
    
    * add warning message
    
    * fix indentation
    
    * Update release version
    
    * Remove Pyhelm from OSM customization (#58)
    
    * Fix OSM pyhelm bug
    
    * Debug bootstrap error
    
    * Update release message
    
    * Remove unneeded files
    
    Co-authored-by: action@github.com <Action - Fork Sync>
    Co-authored-by: yuyue9284 <15863499+yuyue9284@users.noreply.github.com>
    Co-authored-by: Yue Yu <yuyu3@microsoft.com>
    Co-authored-by: Lia Kazakova <58274127+liakaz@users.noreply.github.com>
    Co-authored-by: Niranjan Shankar <nshankar@microsoft.com>
    Co-authored-by: jingyizhu99 <83610845+jingyizhu99@users.noreply.github.com>
    6 people committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    56efa6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ca94bd View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' of https://github.com/Azure/azure-cli-extensions

    …into k8s-extension/public
    jonathan-innis committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    de426d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70e658d View commit details
    Browse the repository at this point in the history