Skip to content

Commit

Permalink
[datafactory] GA datafactory (#3597)
Browse files Browse the repository at this point in the history
* GA

* Update .github/CODEOWNERS
  • Loading branch information
evelyn-ys committed Jul 8, 2021
1 parent fdb5e7f commit 551479b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
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/ @kairu-ms @evelyn-ys @Juliehzl

/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"

0 comments on commit 551479b

Please sign in to comment.