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

[datafactory] GA datafactory #3597

Merged
merged 2 commits into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

/src/costmanagement/ @kairu-ms @jsntcy

/src/datafactory/ @qiaozha @fengzhou-msft @qwordy
/src/datafactory/ @qiaozha @evelyn-ys @Juliehzl
evelyn-ys marked this conversation as resolved.
Show resolved Hide resolved

/src/blockchain/ @jsntcy

Expand Down
4 changes: 4 additions & 0 deletions src/datafactory/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.4.0
+++++
* GA the whole module

0.3.0
+++++
* [BREAKING CHANGE] Renamed command subgroup `az datafactory factory` to `az datafactory`.
Expand Down
1 change: 0 additions & 1 deletion src/datafactory/azext_datafactory/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"azext.isExperimental": true,
"azext.minCliCoreVersion": "2.15.0"
}
2 changes: 1 addition & 1 deletion src/datafactory/azext_datafactory/generated/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def load_command_table(self, _):
operations_tmpl='azext_datafactory.vendored_sdks.datafactory.operations._factories_operations#FactoriesOperatio'
'ns.{}',
client_factory=cf_factory)
with self.command_group('datafactory', datafactory_factory, client_factory=cf_factory, is_experimental=True) as g:
with self.command_group('datafactory', datafactory_factory, client_factory=cf_factory) as g:
g.custom_command('list', 'datafactory_list')
g.custom_show_command('show', 'datafactory_show')
g.custom_command('create', 'datafactory_create')
Expand Down
2 changes: 1 addition & 1 deletion src/datafactory/azext_datafactory/manual/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.3.0"
VERSION = "0.4.0"