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
[AutoRelease] t2-appconfiguration-2023-03-23-97754(can only be merged by SDK owner) (Azure#29532)
* code and test
* Update CHANGELOG.md
---------
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-mgmt-appconfiguration/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,9 @@ client = AppConfigurationManagementClient(credential=DefaultAzureCredential(), s
45
45
46
46
## Examples
47
47
48
-
49
-
Code samples for this package can be found at [App Configuration Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
48
+
Code samples for this package can be found at:
49
+
-[Search App Configuration Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
Copy file name to clipboardExpand all lines: sdk/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration/_app_configuration_management_client.py
+23-2Lines changed: 23 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,11 @@ class AppConfigurationManagementClient(MultiApiClientMixin, _SDKClient):
53
53
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.
0 commit comments