-
Notifications
You must be signed in to change notification settings - Fork 268
Updating formatting for list and show commands as per specs #6493
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
Closed
saanikaguptamicrosoft
wants to merge
34
commits into
Azure:main
from
saanikaguptamicrosoft:saanika/formatting
Closed
Updating formatting for list and show commands as per specs #6493
saanikaguptamicrosoft
wants to merge
34
commits into
Azure:main
from
saanikaguptamicrosoft:saanika/formatting
Conversation
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
* adding draft for fine tuning * adding service target * fixing root command format * cleaning unused commands and adding operation/sub-operation commands * adding more details to command * fixes for relative path * adding registry entry * adding git download * adding 0.0.3 * fixing bug in deploy * adding printing format * re-structuring code * adding 0.0.5 * 0.0.6 * adding low level design details * fixing ext for build * adding restructured code * reverting any registry changes
…ronment and validation utils (Azure#6430) * initial changes * Add retry util for exponential backoff with jitter strategy * Clean-up * Standardize CLI text to lowercase conventions, and remove redundant error messages * Address comments * Add common util for fetch environment variables * Cosmetic changes * Cosmetic changes 2 * Fix runtime error * Fix error message format
* Create command for ft cli * handling null pointer for state * removing changes from old converter and yaml logic * pr review changes + scheme implementation for job params * a few formatting changes * removing ofAuto value for hyperparameters * more formatting changes * adding command line parameters + formatting * minor merge fixes
* Adding pipeline scripts * Adding pipeline scripts * fixing version path * fixing build command
* adding init command * update version
* Adding pipeline scripts * Adding pipeline scripts * fixing version path * fixing build command * Djurek/test-network-isolation (Azure#6455) * Update 1es-redirect.yml * Trivial change to test pipeline * Show GOPROXY * Use golang internalModuleProxy --------- Co-authored-by: Daniel Jurek <djurek@microsoft.com>
* adding init command * update version * cleaning some code
…n.yaml Co-authored-by: JeffreyCA <jeffreychen@microsoft.com>
Co-authored-by: JeffreyCA <jeffreychen@microsoft.com>
* Updating parseGithubUrl func * updating resource prompt logic * copilot suggestion to remove unused variable Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * gh copilot suggestion Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* adding init command * update version * cleaning some code * updating readme
…ure-dev into Model-Customization-Dev
…Customization-Dev
…zure#6485) * Using oss go-retry package * fixing retry count
* adding init command * update version * cleaning some code * updating readme * allowing fine tuning routes to be overriden by envrionment variables
* adding init command * update version * cleaning some code * updating readme * allowing fine tuning routes to be overriden by envrionment variables * fixing spell check issues
Contributor
|
@saanikaguptamicrosoft since the extension was merged to main in #6459 we can target |
Collaborator
Author
@JeffreyCA Please find the new PR to main here: #6500 |
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.
Specs: https://github.com/williamliang_microsoft/forge/blob/williamliang/azd-ft-devX/planning/plans/2026-Q3-azd-ft-devx.plan.md
https://github.com/coreai-microsoft/forge/pull/222/files
Testing