From fbfa63c8e61b4c441258dbeee6905bc4cd25f782 Mon Sep 17 00:00:00 2001 From: Scott Tang <48874569+scottwtang@users.noreply.github.com> Date: Tue, 3 May 2022 12:32:58 -0400 Subject: [PATCH 1/3] Update Get-AzApiManagementSubscription.md The documentation description states "Keys will not be included into result details. To get keys, use **Get-AzApiManagementSubscriptionKey**." Removed PrimaryKey and SecondaryKey values from Example 5 and Example 6 to avoid confusion. --- .../ApiManagement/help/Get-AzApiManagementSubscription.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ApiManagement/ApiManagement/help/Get-AzApiManagementSubscription.md b/src/ApiManagement/ApiManagement/help/Get-AzApiManagementSubscription.md index 48f1d27901bb..5c50dd4d1cfb 100644 --- a/src/ApiManagement/ApiManagement/help/Get-AzApiManagementSubscription.md +++ b/src/ApiManagement/ApiManagement/help/Get-AzApiManagementSubscription.md @@ -106,8 +106,8 @@ StartDate : ExpirationDate : EndDate : NotificationDate : -PrimaryKey : 5e48532634114fe999a6979ce0d63a64 -SecondaryKey : 0a8efaf85a664aa0a412241015c7c8f6 +PrimaryKey : +SecondaryKey : StateComment : AllowTracing : False Id : /subscriptions/subid/resourceGroups/Api-Default-East-US/providers/Microsoft.ApiManagement/service/contoso/subscriptions/allApScope @@ -136,8 +136,8 @@ StartDate : 9/12/2017 12:00:00 AM ExpirationDate : EndDate : NotificationDate : -PrimaryKey : 7e64ef904b194706835febf87f729bb0 -SecondaryKey : 0354fccef73e43feb82e5c5da17674d5 +PrimaryKey : +SecondaryKey : StateComment : AllowTracing : True Id : /subscriptions/subid/resourceGroups/Api-Default-East-US/providers/Microsoft.ApiManagement/service/contoso/subscriptions/59b872f38a82741750c8da56 From 940c58a3cd2506990747586514d55be101b05a6b Mon Sep 17 00:00:00 2001 From: Scott Tang <48874569+scottwtang@users.noreply.github.com> Date: Tue, 3 May 2022 12:34:58 -0400 Subject: [PATCH 2/3] Update ChangeLog.md --- src/ApiManagement/ApiManagement/ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index 275d998c0598..2150cc6a5e59 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* `Get-AzApiManagementSubscription` Updated documentation to clarify examples. ## Version 2.3.2 Added warning message for upcoming breaking change. From c7b30d01378c5767fc4e3757bc8eea9ba1ed41e3 Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Thu, 5 May 2022 11:32:18 +0800 Subject: [PATCH 3/3] Update ChangeLog.md --- src/ApiManagement/ApiManagement/ChangeLog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index 2150cc6a5e59..275d998c0598 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -18,7 +18,6 @@ - Additional information about change #1 --> ## Upcoming Release -* `Get-AzApiManagementSubscription` Updated documentation to clarify examples. ## Version 2.3.2 Added warning message for upcoming breaking change.