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
Is your feature request related to a problem? Please describe.
가독성이 떨어져서 f-string 으로 바꾸면 성능도 더 좋아지고, 가독성도 좋아질 것 같습니다.
"Key with name '{0}' with type '{1}' was found.".format(retrieved_key.name, retrieved_key.key_type)
Describe the solution you'd like
"Key with name f'{retrieved_key.name}' with type f'{retrieved_key.key_type}' was found."
Describe alternatives you've considered
...
Additional context
...
The text was updated successfully, but these errors were encountered:
lbhsos
changed the title
/Users/bohyun/Desktop/Work/python/azure-sdk-for-python/sdk/keyvault/azure-keyvault-keys/samples/list_operations.py
azure-sdk-for-python/sdk/keyvault/azure-keyvault-keys/samples/list_operations.py
Jul 26, 2022
lbhsos
changed the title
azure-sdk-for-python/sdk/keyvault/azure-keyvault-keys/samples/list_operations.py
f-string keyvault/azure-keyvault-keys/samples/list_operations.py
Jul 26, 2022
lbhsos
changed the title
f-string keyvault/azure-keyvault-keys/samples/list_operations.py
f-string formatting keyvault/azure-keyvault-keys/samples/list_operations.py
Jul 26, 2022
Is your feature request related to a problem? Please describe.
가독성이 떨어져서 f-string 으로 바꾸면 성능도 더 좋아지고, 가독성도 좋아질 것 같습니다.
Describe the solution you'd like
"Key with name f'{retrieved_key.name}' with type f'{retrieved_key.key_type}' was found."
Describe alternatives you've considered
...
Additional context
...
The text was updated successfully, but these errors were encountered: