Skip to content

Commit b155f24

Browse files
saifaldin14Saif Al-Din AliCopilot
authored
[MIGRATE] Update extension to be preview (#9344)
* Create extension * Update src/migrate/azext_migrate/__init__.py Co-authored-by: Copilot <[email protected]> * Fix import issues * Update src/migrate/setup.py Co-authored-by: Copilot <[email protected]> * Small * Small lint * Small * disable lint for this check * Add json * Fix licesnse issue * fix small * Small * Get rid of unused variables * Add service name and code owner * New version * Style * Small * Update * Follow standard * Add suggestions * Small * Not preview * Add flag to become experimental * Update history * Fix * small * Create get job and remove replication commands * Revert "Create get job and remove replication commands" This reverts commit 0f7acb7. * Update version --------- Co-authored-by: Saif Al-Din Ali <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 8d61c2f commit b155f24

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/migrate/HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ Release History
1111
+++++++++++++++
1212
* New version.
1313

14+
2.0.1b1
15+
+++++++++++++++
16+
* Switch to experimental version.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"azext.minCliCoreVersion": "2.75.0"
2+
"azext.minCliCoreVersion": "2.75.0",
3+
"azext.isPreview": true
34
}

src/migrate/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from setuptools import setup, find_packages
99

10-
VERSION = "2.0.0"
10+
VERSION = "2.0.1b1"
1111

1212
CLASSIFIERS = [
1313
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)