-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[MIGRATE] Add preview flag #9330
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
Closed
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
24a2db9
Create extension
f5b4378
Update src/migrate/azext_migrate/__init__.py
saifaldin14 67bb359
Fix import issues
70c525b
Merge branch 'main' of https://github.com/saifaldin14/azure-cli-exten…
c3021fb
Update src/migrate/setup.py
saifaldin14 f6e2dd8
Small
0174a38
Merge branch 'main' of https://github.com/saifaldin14/azure-cli-exten…
ae26651
Small lint
09ff801
Small
749bd43
disable lint for this check
8002b06
Add json
be276db
Fix licesnse issue
8da3466
fix small
d9fa098
Small
68f0d46
Get rid of unused variables
f916208
Add service name and code owner
9ad08a3
Merge branch 'main' of https://github.com/saifaldin14/azure-cli-exten…
8ae69d2
New version
532cbb3
Style
f216aa3
Small
77d8eb0
Update
f7558d6
Follow standard
ea8d636
Add suggestions
7117986
Small
143028f
Not preview
242fb99
Add flag to become experimental
4dae020
Merge branch 'Azure:main' into main
saifaldin14 6a1f184
Update history
4178016
Merge branch 'main' of https://github.com/saifaldin14/azure-cli-exten…
8874d5e
Fix
38b0de2
small
0f7acb7
Create get job and remove replication commands
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| { | ||
| "azext.minCliCoreVersion": "2.75.0" | ||
| "azext.minCliCoreVersion": "2.75.0", | ||
| "azext.isExperimental": true, | ||
| "azext.isPreview": true | ||
| } | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.