Skip to content

Commit 39aa5a3

Browse files
committed
Added final tests for wait and etag
1 parent 319c422 commit 39aa5a3

File tree

5 files changed

+676
-478
lines changed

5 files changed

+676
-478
lines changed

src/azure-cli/azure/cli/command_modules/apim/custom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,14 +749,14 @@ def apim_api_policy_list(client, resource_group_name,
749749

750750

751751
def apim_api_policy_get_entity(client, resource_group_name,
752-
service_name, policy_id,
752+
service_name, policy_id="policy",
753753
api_id=None, operation_id=None):
754754

755755
""" Gets the entity state (etag) version of the API Policy. """
756756

757757
module_context = _get_policy_context(client, api_id, operation_id)
758758

759-
arguments= {
759+
arguments = {
760760
"resource_group_name": resource_group_name,
761761
"service_name": service_name,
762762
"policy_id": policy_id

0 commit comments

Comments
 (0)