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
[Key Vault] Generate with 7.6 API version (#41149)
Regenerate and update API version for Administration, Certificates, Secrets, and Keys SDKs.
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
Co-authored-by: Paul Van Eck <paulvaneck@microsoft.com>
Copy file name to clipboardExpand all lines: sdk/keyvault/azure-keyvault-administration/azure/keyvault/administration/_generated/_utils/serialization.py
# Iter and wrapped, should have found one node only (the wrap one)
1362
1344
iflen(children) !=1:
1363
1345
raiseDeserializationError(
1364
-
"Tried to deserialize an array not wrapped, and found several nodes '{}'. Maybe you should declare this array as wrapped?".format(# pylint: disable=line-too-long
1346
+
"Tried to deserialize an array not wrapped, and found several nodes '{}'. Maybe you should declare this array as wrapped?".format(
0 commit comments