You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AppConfiguration/AppConfiguration/ChangeLog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
+
* Fixed GitHub issue #23731 'Problem with Get-AzAppConfigurationKeyValue when more that 100 records are present'
22
+
- Fixed `NextLink` property to give absolute URI, allowing subsequent pages of results to be retrieved.
21
23
22
24
## Version 2.0.0
23
25
* Introduced various new features by upgrading code generator. Please see detail [here](https://github.com/Azure/azure-powershell/blob/main/documentation/Autorest-powershell-v4-new-features.md).
/// Override the onOk hook to implement custom pagination logic that handles relative @nextLink URLs
14
+
/// </summary>
15
+
/// <param name="responseMessage">the raw response message as an global::System.Net.Http.HttpResponseMessage.</param>
16
+
/// <param name="response">the body result as a <see cref="Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueListResult">Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKeyValueListResult</see> from the remote call</param>
17
+
/// <param name="returnNow">Determines if the rest of the onOk processing should be processed, or if the method should return instantly.</param>
0 commit comments