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

bump k8s-extension version to 1.4.2 #235

Merged
merged 128 commits into from
Jun 23, 2023
Merged

Conversation

bavneetsingh16
Copy link


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

bavneetsingh16 and others added 30 commits May 21, 2023 17:31
…` `--transfer-configuration-type` `--transfer-filter-details` to support managing import or export jobs (Azure#6288)
* remove client factory ref in dataplane commands

* update string

* Generate new whl file for API updates

* fix formatting

* fix lint errors

* Schedules CLI changes

* Fix azdev linter errors

* Set default to user-id

* Add devcenter tests and update help

* fix azdev linter error

* Fix ARG bug

* add default 'me' for help and regenerate whl file

* Add project and network connection tests

* Add gallery test

* update previous tests, reformat

* regenerate whl, add recordings

* updates to test

* Fix gallery test

* Add attached network and pool tests

* Pool test recording

* Add rest of devbox tests

* add schedule to pool

* Add catalog tests

* Handle dogfood dataplane

* update

* add env type tests

* Improve control plane update  commands

* rerun tests and edit error messasing

* delete unused files

* delete unused files

* add defaults for devcenter and project

* Not error message for dev project list

* Delay Schedule Customization

* Whl file and style changes

* Add validation

* pr comments

* add proj pool and schedule tests

* add whl file

* uncomment out record only

* Add catalog and env type tests

* Update to make clear dummy val

* Update to make clear dummy ref

* Add whl file

* Update to tests, fix dp polling

* add dev box test, fix ymls

* add environment test

* fix style

* generate whl file

* update yml

* Update README

* Update readme

* correct mispelling

* Fix wording of readme

* Update name of extension

* Remove fidalgo extension

* Fix PR build errors

* Fix pool operation and gallery tests

* Remove usage command

* Generate new whl file

* Fix aio operations

* Fix aio operations

* Reorganize code

* Generate whl file

* Update to aaz

* fix identity

* run tests

* proj env type test

* fix tests

* update parameters for pool

* Update 2023-1-1 dataplane API

* Update CLI client code

* clean up old control plane

* add pool logic

* add customizations

* update tests

* fix gallery test

* update tests

* fix tests

* comment out control plane

* uncomment tests

* style and linter fixes

* guid

* update tests

* Delete scheduled tasks

* Clean up extension

* Update managed identity api version

* add artifacts API

* add artifacts API

* test updates

* Update aaz

* Update aaz

* Merge AAZ calls

* remove top

* Remove top from aaz

* Remove unused args using aaz dev tools

* undo changes

* Control plane 2023-1-1

* fix show and wait

* update image version and schedule

* fix ordering of imports

* Fix location description

* Add pool health check customization, fix desc

* add 200 for catalog sync

* add extra line

* fix style

* Add update environment command

* Delay actions customization

* Delay actions customization

* correct comparison

* Style fixes

* Update control plane tests for 2023-01-01-preview

* Update data plane tests 2023-01-01-preview

* Add 2023-01-01-preview whl file

* Update dataplane to 2023-04-01 API

* Fix style errors

* Update api version

* Update examples, add usage API

* update dev box definition wait

* Fix list attached network description

* Fix history file

* Update read me to point to correct CLI reference

* Update help, required params, examples

* fix examples

* fix linter issue

* Add endpoint option to data plane cmds

* Fix endpoint regex, update to dev box list

* dev center and project tests

* network connection test

* dev box definition test

* gallery test

* attached network test

* env type tests

* pool test

* update tests

* Add usage test

* updates

* Update data plane tests for API v2023-04-01

* fix bugs

* catalog tests and improvements to code

* update pool tests without idle

* update tests

* update last tests

* Style fixes

* Remove pool run health check

* Add 04-01 whl file

* Improve endpoint error message

* Further improve error message string

* improved wording

* Fix example name

* FIx dev box list bug

* Add whl file

* GA updates

* Pr comments

* Add breaking changes to HISTORY.rst

* update for restart test

---------

Co-authored-by: amandalim95 <55768281+amandalim95@users.noreply.github.com>
Co-authored-by: Meenakshi Das (SHE/HER) <meenakshidas@microsoft.com>
Co-authored-by: meenakshidas1996 <103694696+meenakshidas1996@users.noreply.github.com>
… of the `backup-instance` subcommand to AAZ-dev-tools (Azure#6262)

* Baseline for backup-instance migration. Fix backup-vault issue.

* A super hacky but functional validate

* reset to minimal changes required for AKS

* suboptimal solution but one that works

* Cleaner solution for BI Create/Validate

* Removing the BI JSON files

* bi validate and create work

* Mid-migration: restore work left

* minor changes mostly. item recovery is not tested, and restore trigger/validate-for-restore need major changes

* attempts at validate/trigger restore

* Functioning ValidateForRestore, using helper snake case modifier

* Restore trigger should also work now?

* Reasonably stable restore and validate for it

* 2023-01-01 API + AKS Manifest

* backup config command, perhaps

* Updated the manifests for AKS

* Change command to initialize-backupconfig for brevity

* init now works

* Forgot backupconfig in init

* midway: datasource perms, updated manifest format, AKS message in helpers, debugging backupvault perms

* AKS changes for msi perms half done

* update-msi-permissions for AKS backup

* Item and data level recovery restore config code created

* Adding datasource map for AKS

* Added resource_uri for AKS, TODO clean up code

* reworking init for AKS, and backup validate/create as well

* it works, backup validate works

* initialize-restoreconfig code + comments for init restore(s)

* Update-MSI: fix for backup, and restore in general

* boilerplate for alternate/original location in CLI

* Fix for update-msi-perms for restore

* fixes, gets restore working

* starting d_p -> dp, removing old dp references. update-msi and create bi are currently being updated

* overriding old autorest code with new manually written code, for bi create

* migrated to dataprotection, seems to work. help text pending

* Doc fixes

* Removing print statements from command

* Fix bool flag bug

* Upgrading version

* Namespace mapping validation, and version upgrade

* properly fixing the version number, I keep missing it

* (currently unused) updated grant permissions help text generator

* Updated help text, better logs

* ALR/OLR verification

* Preview -> experimental

* Updated version number with proper history

* AZ style changes

* Fix dictionary key invalid bug

* Updated ValidateForBackup to remove Update dependency

* Setup and configure backup for AKS tests

* Functional tests for backup configure

* Fixed error/non error backup validate issue

* Fully functional tests, might be flaky?

* all workloads tested live with new version once

* All tests work in recorded mode now

* Tests passing with latest dev

* Tests passing with latest dev for other workloads

* PR nit: move @AllowLargeResponse

* PR Nit: long option names

* long option name: datasource-auth-credentials

* trailing whitespace in params

* Attempt at passing test

* Revert previous commit

* Pushing setup to test_dataprotection_aks function, test > self

* Removing setup function as well

* Removing setup function and moving call_scenario code for test_dataprotection_oss

---------

Co-authored-by: Zubair Abid <zubairabid@microsoft.com>
* amg: fix a bug on excluding General folder

* bug fixe and add test
* Added TDE Migration cmdlet

* Added logic to extract console app from nuget

* Removed TODO

* Renamed variable

* Download console app NuGet from NuGet.org

* Updated README.md and changelog

* ran azdev style

* Updated help and README.md

* Added prompt for inputs

* Set values

* Fixed build issue

* Fixed linter issues

* Raise error
…zure#6315)

* making rootfs proxy work with upcoming dmverity changes

* getting rid of pydash

* making printing existing policy work if container group name is empty

* updating version number

* adding comments
azclibot and others added 21 commits June 15, 2023 03:05
* support registry witl port

* update history
Co-authored-by: Priya Shet <priyashet@microsoft.com>
* ManagedNetworkFabric 2023-02-01-preview Generated codes

* update code owners

* update linter_exclusion

* Addressed review comments

* updated service name

* update linter_exclusion

* Address review comments

* Updated service_name
Co-authored-by: Sai Sankar Gochhayat <sgochhayat@microsoft.com>
* Updated index.json

* Remove ArcAppliance 0.2.32 release

---------

Co-authored-by: Sai Sankar Gochhayat <sgochhayat@microsoft.com>
* ALB extension with api version support

* fix pylint errros

* code owners and address comments
* update service registry for partner center to align to name

* Microsoft Partner Center v0.2.3-alpha
@bavneetsingh16 bavneetsingh16 merged commit 30a373b into k8s-extension/public Jun 23, 2023
@bavneetsingh16 bavneetsingh16 deleted the release-1.4.2 branch June 23, 2023 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.