Skip to content

Commit 7119d4f

Browse files
Update documentation for Get-AzApiManagementSubscription cmdlet (#18027)
* 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. * Update ChangeLog.md * Update ChangeLog.md Co-authored-by: Yunchi Wang <[email protected]>
1 parent 218d652 commit 7119d4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ApiManagement/ApiManagement/help/Get-AzApiManagementSubscription.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ StartDate :
106106
ExpirationDate :
107107
EndDate :
108108
NotificationDate :
109-
PrimaryKey : 5e48532634114fe999a6979ce0d63a64
110-
SecondaryKey : 0a8efaf85a664aa0a412241015c7c8f6
109+
PrimaryKey :
110+
SecondaryKey :
111111
StateComment :
112112
AllowTracing : False
113113
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
136136
ExpirationDate :
137137
EndDate :
138138
NotificationDate :
139-
PrimaryKey : 7e64ef904b194706835febf87f729bb0
140-
SecondaryKey : 0354fccef73e43feb82e5c5da17674d5
139+
PrimaryKey :
140+
SecondaryKey :
141141
StateComment :
142142
AllowTracing : True
143143
Id : /subscriptions/subid/resourceGroups/Api-Default-East-US/providers/Microsoft.ApiManagement/service/contoso/subscriptions/59b872f38a82741750c8da56

0 commit comments

Comments
 (0)