azure-samples-python-management icon indicating copy to clipboard operation
azure-samples-python-management copied to clipboard

This repo contains sample code for management libraries of Azure SDK for Python

Results 28 azure-samples-python-management issues
Sort by recently updated
recently updated
newest added

Missing Azure Lab Services April 2022 update sample

The [requirements.txt](https://github.com/Azure-Samples/azure-samples-python-management/blob/main/samples/communication/requirements.txt) requested `azure-mgmt-core` version 1.2.0. However, `azure-mgmt-resource` version 20.1.0 depends on `azure-mgmt-core` =1.3.0

I am missing an up-to-date sample for Cost Management. Can you please add some? I could not find anything.

backlog

There's a good example for the Recovery Services module, but none for the much larger, more complex Recovery Services Backup module. It would be very useful to see a script...

backlog

Hello, I've been struggling finding some samples that will allows me to change/add CA certificate to my IotHub instance. Is there any sample available ? Here what I began to...

https://github.com/Azure-Samples/azure-samples-python-management/blob/2cdb8ba8f3cf7f3a69a221033127bdde735256af/samples/appservice/manage_app_service_plan.py#L44-L50 In testing I found the only property the server interprets is the "name" and all the others are ignored. For example you can ask for a name "F1", tier...

I am trying to create a service queue using Python SDK in my Azure account. While trying to run the file manage_topic.py (https://github.com/Azure-Samples/azure-samples-python-management/blob/master/samples/servicebus/manage_topic.py), I am getting below error: Please suggest...

wrong import seen in manage_activity_log_alert.py probably there are more broken imports due to refactoring going on and probable all samples should be re-validated for broken imports.. correct are: [..] from...

Would be good to get some samples on dealing with reservations as there does not seem to be any examples of this module on the web

backlog