Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
6 changes: 5 additions & 1 deletion src/palo-alto-networks/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

Release History
===============
1.1.2b1
++++++
* Updated CLI Descriptions.

1.1.1b1
++++++
* Fix #27401 `az palo-alto cloudngfw local-rulestack commit` command failing.

1.0.0b1
++++++
* Initial release.
* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
#
# Code generated by aaz-dev-tools
# --------------------------------------------------------------------------------------------

# pylint: skip-file
# flake8: noqa

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto",
)
class __CMDGroup(AAZCommandGroup):
"""Manage palo-alto networks resource
"""Manage Palo Alto Networks resources within the Azure CLI.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto cloudngfw",
)
class __CMDGroup(AAZCommandGroup):
"""Manage cloudngfw resource
"""Manage Palo Alto Networks Cloud NGFW resources within the Azure CLI.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto cloudngfw firewall",
)
class __CMDGroup(AAZCommandGroup):
"""Manage cloudngfw firewall resource
"""Manage Palo Alto Networks Cloud NGFW resources within the Azure CLI.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto cloudngfw firewall status",
)
class __CMDGroup(AAZCommandGroup):
"""Manage cloudngfw firewall status resource
"""Manage status resources for Palo Alto Networks cloudngfw firewalls.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto cloudngfw firewall status default",
)
class __CMDGroup(AAZCommandGroup):
"""Manage cloudngfw firewall status default resource
"""Manage default status resources for Palo Alto Networks cloudngfw firewalls.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto cloudngfw local-rulestack",
)
class __CMDGroup(AAZCommandGroup):
"""Manage local-rulestack resource
"""Manage resources for Palo Alto Networks local rulestack.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto cloudngfw local-rulestack certificate",
)
class __CMDGroup(AAZCommandGroup):
"""Manage local-rulestack certificate resource
"""Manage certificates for Palo Alto Networks local rulestacks.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto cloudngfw local-rulestack local-rule",
)
class __CMDGroup(AAZCommandGroup):
"""Manage local-rulestack local-rule resource
"""Manage local-rule resource for Palo Alto Networks local rulestack.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"palo-alto cloudngfw local-rulestack prefixlist",
)
class __CMDGroup(AAZCommandGroup):
"""Manage local-rulestack prefixlist resource
"""Manage prefixlist resource for a Palo Alto Networks local rulestack.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.51.0"
"azext.minCliCoreVersion": "2.75.0"
}
2 changes: 1 addition & 1 deletion src/palo-alto-networks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# HISTORY.rst entry.
VERSION = '1.1.1b1'
VERSION = '1.1.2b1'

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