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: sdk/keyvault/azure-keyvault-administration/README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,14 +346,10 @@ Clients from the Administration library can only be used to perform operations o
346
346
347
347
## Next steps
348
348
Several samples are available in the Azure SDK for Python GitHub repository. These samples provide example code for additional Key Vault scenarios:
349
-
| File | Description |
350
-
|-------------|-------------|
351
-
|[access_control_operations.py][access_control_operations_sample]| create/update/delete role definitions and role assignments |
352
-
|[access_control_operations_async.py][access_control_operations_async_sample]| create/update/delete role definitions and role assignments with an async client |
353
-
|[backup_restore_operations.py][backup_operations_sample]| full backup and restore |
354
-
|[backup_restore_operations_async.py][backup_operations_async_sample]| full backup and restore with an async client |
355
-
|[settings_operations.py][settings_operations_sample]| list and update Key Vault settings |
356
-
|[settings_operations_async.py][settings_operations_async_sample]| list and update Key Vault settings with an async client |
349
+
350
+
-[Create/update/delete role definitions and role assignments][access_control_operations_sample] ([async version][access_control_operations_async_sample])
351
+
-[Full backup and restore][backup_operations_sample] ([async version][backup_operations_async_sample])
352
+
-[List and update Key Vault settings][settings_operations_sample] ([async version][settings_operations_async_sample])
357
353
358
354
### Additional documentation
359
355
For more extensive documentation on Azure Key Vault, see the [API reference documentation][reference_docs].
0 commit comments