Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
3 changes: 3 additions & 0 deletions src/apic-extension/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Release History
===============
1.2.0b2
++++++++++++++++++
* Remove msrestazure dependency

1.2.0b1
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion src/apic-extension/azext_apic_extension/command_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

from azure.cli.core.aaz._arg import AAZStrArg, AAZListArg, AAZResourceIdArg
from azure.cli.core.aaz import register_command
from msrestazure.tools import is_valid_resource_id
from azure.mgmt.core.tools import is_valid_resource_id


class DefaultWorkspaceParameter:
Expand Down
2 changes: 1 addition & 1 deletion src/apic-extension/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# HISTORY.rst entry.
VERSION = '1.2.0b1'
VERSION = '1.2.0b2'

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