Skip to content

Commit

Permalink
preview (#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Mar 10, 2021
1 parent 5d5b923 commit 6fa2a9c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/logic/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.1.3
++++++
* Preview logic extension

0.1.2
++++++
* `logic workflow update`: --definition is not to be mandatory while updating
Expand Down
2 changes: 1 addition & 1 deletion src/logic/azext_logic/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.isExperimental": true,
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.15.0"
}
2 changes: 1 addition & 1 deletion src/logic/azext_logic/generated/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def load_command_table(self, _):

with self.command_group('logic', is_experimental=True):
with self.command_group('logic', is_preview=True):
pass

from azext_logic.generated._client_factory import cf_workflow
Expand Down
2 changes: 1 addition & 1 deletion src/logic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.
VERSION = '0.1.2'
VERSION = '0.1.3'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down

0 comments on commit 6fa2a9c

Please sign in to comment.