Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR policyinsights/resource-manager] typo: policyinsights/resource-manager/Microsoft.PolicyInsights/policyEvents #3854

Merged
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
3 changes: 3 additions & 0 deletions azure-mgmt-policyinsights/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
include *.rst
include azure/__init__.py
include azure/mgmt/__init__.py

Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PolicyEvent(Model):
:param policy_set_definition_parameters: Policy set definition parameters,
if the policy assignment is for a policy set.
:type policy_set_definition_parameters: str
:param management_group_ids: Comma seperated list of management group IDs,
:param management_group_ids: Comma separated list of management group IDs,
which represent the hierarchy of the management groups the resource is
under.
:type management_group_ids: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PolicyEvent(Model):
:param policy_set_definition_parameters: Policy set definition parameters,
if the policy assignment is for a policy set.
:type policy_set_definition_parameters: str
:param management_group_ids: Comma seperated list of management group IDs,
:param management_group_ids: Comma separated list of management group IDs,
which represent the hierarchy of the management groups the resource is
under.
:type management_group_ids: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PolicyState(Model):
:param policy_set_definition_parameters: Policy set definition parameters,
if the policy assignment is for a policy set.
:type policy_set_definition_parameters: str
:param management_group_ids: Comma seperated list of management group IDs,
:param management_group_ids: Comma separated list of management group IDs,
which represent the hierarchy of the management groups the resource is
under.
:type management_group_ids: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PolicyState(Model):
:param policy_set_definition_parameters: Policy set definition parameters,
if the policy assignment is for a policy set.
:type policy_set_definition_parameters: str
:param management_group_ids: Comma seperated list of management group IDs,
:param management_group_ids: Comma separated list of management group IDs,
which represent the hierarchy of the management groups the resource is
under.
:type management_group_ids: str
Expand Down