Merge Knack core to dev branch#5217
Merged
yugangw-msft merged 112 commits intoAzure:devfrom Jan 8, 2018
tjprescott:KnackDevMerge
Merged
Merge Knack core to dev branch#5217yugangw-msft merged 112 commits intoAzure:devfrom tjprescott:KnackDevMerge
yugangw-msft merged 112 commits intoAzure:devfrom
tjprescott:KnackDevMerge
Conversation
Compute/RDBMS progress.
* converted find module * fixed style * removed unused imports * fixed test
* Fix tests. Update core. * Remove calls into superclass from load_command_table and load_arguments. Fix issues with az find.
Squashed commits: [9ba81a9] Handle confirmation in knack also (+2 squashed commits) Squashed commits: [b548356] Some fixes [c879395] Some more stuff (+1 squashed commit) Squashed commits: [0a619f2] Update knack dep to 0.3.0 and pin it - Remove `self.module_name` as no longer needed in knack 0.3.0
* Updated compute tests. * DNS Zone Import fix. * Remvoe unused code in script/ci/build.sh * Move some style precheck to build stage in Travis * Update azure-cli, azure-cli-core versions (#4882) * Fixes for compute. bug fix for generic update.
* sp reset-credentials from dev * rebase polish rbac error message * rebase role assignment list: show default assignments for classic administrators * Modified AzureUSGov Endpoint to .US (#4877) * Modified AzureUSGov Endpoint to .US * Updated History.RST to include USGovAADEndPoint Change * Updated Setup.py to match HISTORY.RST * Reduced previous change in HISTORY.RST to a single line * HISTORY.rst merge with latest commit * HISTORY.RST Syntax Correction * webapp/functionapp: ensure list/show display correct set of apps (#4891) * Fix authoring doc typo (#4903) * Changing CLI for azure-consumption reflecting the new api-version (#4900) * Changing CLI for azure-consumption reflecting the new api-version * Modifying Setup.py and history.rst * Implementing review comments * Rebase remove component module * [acr] typo fix in help (#4904) * [acr] typo fix in help * [acr] bump version and add history line item * Rebase of support raw format on resource show * Web: add node appsetting when runtime is not specified (#4907) * webapp: fix a bug in the cert name generation (#4909) * Fix container module default ports (#4950) * fix default ports * bump up version * update history * Advisor command module (#4898) * Initial change to add Advisor module. * Add list recommendations command. * More commands. * More commands. * Pylint fixes and adding a test. * More updates. * More updates. * Fixing precheck errors. * Fixing more precheck errors. * Initial change to add Advisor module. * Add list recommendations command. * More commands. * More commands. * Pylint fixes and adding a test. * More updates. * More updates. * Fixing precheck errors. * Fixing more precheck errors. * Adding missing manifest. * Fixes for test failures. * Addressing review comments and add unit tests. * More fixes. * Address CI failures. * Extra space. * One more fix. * rebase sql usage commands. * Add advisor to default install (#4956) * Add consumption module to code owners (#4906) * Added sql server conn-policy show/update commands (#4888) * Update proj file
* Fix advisor * Updated help (#4975) Add description for `az role definition update` * Linter and completer fixes.
* converted billing * addressed feedback * addressed more comments
1. Remove azure-monitor SDK reference 2. Upgrade azure-mgmt-monitor reference to 0.4.0 3. Update diagnostics settings 4. Update and refresh monitor action-group commands 5. Refresh the monitor activity-log list command and tests 6. Refresh the metric alert command and tests 7. Refresh the autoscale command 8. Refresh the diagnostic-settings command 9. Refresh the log-profiles command 10.Move custom commands under operations module 11.BREAKING CHANGE: Update metrics command to support multi-dimension metrics 12.Improve metric list table output
* [AKS] null-check dir before creating it in "az aks get-credentials" * [AKS] add `get-credentials` commands to scenario tests
* Limit the automation run in Travis * Fix azureProfile.json creation failure
* Fix generic update. Relocate command group and argument context. * Rename and relocation the base command group and argument context objects
1. Support build droid image locally and publish end to end 2. Add script assisting login Azure Container Registry 3. Add a travis yaml prototype for building droid container. 4. Update the py36 dockerfile to derive from a stable base image 5. Update the version.sh to support timestamp as version.
* Preparing IoT command module for the IoT Extension release. * Added deprecation messages in commands and command help. * Added IoT run once check to warn users about the availability of the IoT Extension. * Incremented IoT version and history. * Reduced line size.
…ingle category, and added support for update commands. (#5205) * Consolidated event subscription operations into a single category, and added support for update commands. * Fixed linter errors and also re-recorded the tests. * Changed version from "unreleased" to "0.1.7" per the precheck_header check result. * Fixed an issue in topic list. * Made the history more descriptive including information on the breaking changes. * Updated history to reflect one more breaking change.
* first commit of knack * added commands and helps * update parms for dps * add dps commands implementations * update command show to get * updated resource id and tests * update dps location for test * update history log * update history log * update a few verbs and pyproj file * update help string and run check style * update sdk * check style update * relax test check * update test to be more efficient * update yaml recording based on the new tests * update test yaml * update histroy and convert to live tests only
Contributor
|
View a preview at https://prompt.ws/r/Azure/azure-cli/5217 |
Contributor
|
@tjprescott @derekbekoe we should merged this as soon as possible. It is nearly impossible to review 900+ files in the web portal, and we should go though this offline and get this in so that the version control is stable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR will merge the Knack core to the dev branch. All open PRs against dev will need to rebase off this branch and be made compliant with the Knack core.