Skip to content
Merged
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
4 changes: 4 additions & 0 deletions src/palo-alto-networks/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Release History
===============
1.1.2b1
++++++
* updated CLI descriptions.

1.1.1b1
++++++
* Fix #27401 `az palo-alto cloudngfw local-rulestack commit` command failing.
Expand Down
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 firewall 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 local rulestack resources associated to the Palo Alto Networks Cloud NGFW on Azure
Copy link

Copilot AI Aug 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "associated to" should be "associated with" for proper grammar.

Suggested change
"""Manage local rulestack resources associated to the Palo Alto Networks Cloud NGFW on Azure
"""Manage local rulestack resources associated with the Palo Alto Networks Cloud NGFW on Azure

Copilot uses AI. Check for mistakes.
"""
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"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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