diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ChangeKeyVault.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ChangeKeyVault.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ChangeKeyVault.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ChangeKeyVault.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ChangeKeyVault.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ChangeKeyVault.py index ae1c1dbcb8..d0b9008015 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ChangeKeyVault.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ChangeKeyVault.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.accounts.begin_change_key_vault( @@ -28,6 +28,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_ChangeKeyVault.json +# x-ms-original-file: 2025-07-01-preview/Accounts_ChangeKeyVault.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdate.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdate.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdate.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdate.py index 89747d9a8a..819abbf518 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdate.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdate.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.accounts.begin_create_or_update( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_CreateOrUpdate.json +# x-ms-original-file: 2025-07-01-preview/Accounts_CreateOrUpdate.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdateAD.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdateAD.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdateAD.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdateAD.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdateAD.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdateAD.py index 7ca9bb079a..c79f3fe866 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdateAD.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_CreateOrUpdateAD.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.accounts.begin_create_or_update( @@ -48,6 +48,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_CreateOrUpdateAD.json +# x-ms-original-file: 2025-07-01-preview/Accounts_CreateOrUpdateAD.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Delete.py index 67362b2195..569531e22c 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.accounts.begin_delete( @@ -28,6 +28,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_Delete.json +# x-ms-original-file: 2025-07-01-preview/Accounts_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Get.py index 5d912cf5a8..1da34ea64b 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.accounts.get( @@ -29,6 +29,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_Get.json +# x-ms-original-file: 2025-07-01-preview/Accounts_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_GetChangeKeyVaultInformation.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_GetChangeKeyVaultInformation.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_GetChangeKeyVaultInformation.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_GetChangeKeyVaultInformation.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_GetChangeKeyVaultInformation.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_GetChangeKeyVaultInformation.py index 1d06591d04..3f140d5792 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_GetChangeKeyVaultInformation.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_GetChangeKeyVaultInformation.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.accounts.begin_get_change_key_vault_information( @@ -29,6 +29,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_GetChangeKeyVaultInformation.json +# x-ms-original-file: 2025-07-01-preview/Accounts_GetChangeKeyVaultInformation.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_List.py index 877b796869..a60b545a37 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.accounts.list( @@ -29,6 +29,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_List.json +# x-ms-original-file: 2025-07-01-preview/Accounts_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ListBySubscription.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ListBySubscription.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ListBySubscription.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ListBySubscription.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ListBySubscription.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ListBySubscription.py index eb0ad54d56..f531c8089d 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ListBySubscription.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_ListBySubscription.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.accounts.list_by_subscription() @@ -27,6 +27,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_ListBySubscription.json +# x-ms-original-file: 2025-07-01-preview/Accounts_ListBySubscription.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_RenewCredentials.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_RenewCredentials.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_RenewCredentials.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_RenewCredentials.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_RenewCredentials.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_RenewCredentials.py index 6febd84956..8b74f43716 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_RenewCredentials.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_RenewCredentials.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.accounts.begin_renew_credentials( @@ -28,6 +28,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_RenewCredentials.json +# x-ms-original-file: 2025-07-01-preview/Accounts_RenewCredentials.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_TransitionEncryptionKey.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_TransitionEncryptionKey.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_TransitionEncryptionKey.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_TransitionEncryptionKey.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_TransitionEncryptionKey.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_TransitionEncryptionKey.py index e611e11d22..1cbbc57811 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_TransitionEncryptionKey.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_TransitionEncryptionKey.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.accounts.begin_transition_to_cmk( @@ -28,6 +28,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_TransitionEncryptionKey.json +# x-ms-original-file: 2025-07-01-preview/Accounts_TransitionEncryptionKey.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Update.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Update.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Update.py index 4e4708b05c..648a3bb4b3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Update.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Accounts_Update.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.accounts.begin_update( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Accounts_Update.json +# x-ms-original-file: 2025-07-01-preview/Accounts_Update.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Create.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Create.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Create.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Create.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Create.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Create.py index 725140d919..4eb68e8bd6 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Create.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Create.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backup_policies.begin_create( @@ -39,6 +39,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupPolicies_Create.json +# x-ms-original-file: 2025-07-01-preview/BackupPolicies_Create.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Delete.py index ec7859fb83..e512952c09 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.backup_policies.begin_delete( @@ -29,6 +29,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupPolicies_Delete.json +# x-ms-original-file: 2025-07-01-preview/BackupPolicies_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Get.py index b388a70b18..8c120b2d2d 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backup_policies.get( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupPolicies_Get.json +# x-ms-original-file: 2025-07-01-preview/BackupPolicies_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_List.py index 8c418f143d..e9c9091b4a 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backup_policies.list( @@ -30,6 +30,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupPolicies_List.json +# x-ms-original-file: 2025-07-01-preview/BackupPolicies_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Update.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Update.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Update.py index 608be2a453..3064e5bcb2 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Update.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupPolicies_Update.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backup_policies.begin_update( @@ -39,6 +39,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupPolicies_Update.json +# x-ms-original-file: 2025-07-01-preview/BackupPolicies_Update.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Create.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Create.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Create.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Create.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Create.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Create.py index cab86c4a74..9734bb68e8 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Create.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Create.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backup_vaults.begin_create_or_update( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupVaults_Create.json +# x-ms-original-file: 2025-07-01-preview/BackupVaults_Create.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Delete.py index bf82754af1..20be2e0f8d 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.backup_vaults.begin_delete( @@ -29,6 +29,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupVaults_Delete.json +# x-ms-original-file: 2025-07-01-preview/BackupVaults_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Get.py index 0988897854..4cfa4f771e 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backup_vaults.get( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupVaults_Get.json +# x-ms-original-file: 2025-07-01-preview/BackupVaults_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_List.py index 0522591958..39287abc95 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backup_vaults.list_by_net_app_account( @@ -30,6 +30,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupVaults_List.json +# x-ms-original-file: 2025-07-01-preview/BackupVaults_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Update.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Update.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Update.py index 6fb40394d3..0e4363e4f0 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Update.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupVaults_Update.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backup_vaults.begin_update( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupVaults_Update.json +# x-ms-original-file: 2025-07-01-preview/BackupVaults_Update.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderAccount_Migrate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderAccount_Migrate.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderAccount_Migrate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderAccount_Migrate.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderAccount_Migrate.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderAccount_Migrate.py index fab201d993..d085661f17 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderAccount_Migrate.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderAccount_Migrate.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.backups_under_account.begin_migrate_backups( @@ -31,6 +31,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupsUnderAccount_Migrate.json +# x-ms-original-file: 2025-07-01-preview/BackupsUnderAccount_Migrate.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Create.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Create.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Create.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Create.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Create.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Create.py index 3d5eeb6841..c033e65490 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Create.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Create.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backups.begin_create( @@ -37,6 +37,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupsUnderBackupVault_Create.json +# x-ms-original-file: 2025-07-01-preview/BackupsUnderBackupVault_Create.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Delete.py index b2ff798110..a4a189f530 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.backups.begin_delete( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupsUnderBackupVault_Delete.json +# x-ms-original-file: 2025-07-01-preview/BackupsUnderBackupVault_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Get.py index a74e98129d..8b42dd20bd 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backups.get( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupsUnderBackupVault_Get.json +# x-ms-original-file: 2025-07-01-preview/BackupsUnderBackupVault_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_List.py index 63172b28b5..2627422c98 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backups.list_by_vault( @@ -31,6 +31,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupsUnderBackupVault_List.json +# x-ms-original-file: 2025-07-01-preview/BackupsUnderBackupVault_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_SingleFileRestore.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_SingleFileRestore.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_SingleFileRestore.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_SingleFileRestore.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_SingleFileRestore.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_SingleFileRestore.py index 9e4c2b0d46..47d0934255 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_SingleFileRestore.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_SingleFileRestore.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.backups_under_backup_vault.begin_restore_files( @@ -34,6 +34,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupsUnderBackupVault_SingleFileRestore.json +# x-ms-original-file: 2025-07-01-preview/BackupsUnderBackupVault_SingleFileRestore.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Update.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Update.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Update.py index 2639077f50..0cca91e2c7 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Update.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderBackupVault_Update.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backups.begin_update( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupsUnderBackupVault_Update.json +# x-ms-original-file: 2025-07-01-preview/BackupsUnderBackupVault_Update.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderVolume_Migrate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderVolume_Migrate.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderVolume_Migrate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderVolume_Migrate.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderVolume_Migrate.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderVolume_Migrate.py index 4f405ee063..fbb318d24c 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderVolume_Migrate.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/BackupsUnderVolume_Migrate.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.backups_under_volume.begin_migrate_backups( @@ -33,6 +33,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/BackupsUnderVolume_Migrate.json +# x-ms-original-file: 2025-07-01-preview/BackupsUnderVolume_Migrate.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_CreateOrUpdate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_CreateOrUpdate.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_CreateOrUpdate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_CreateOrUpdate.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_CreateOrUpdate.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_CreateOrUpdate.py index 32d7f611d7..3f2478d272 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_CreateOrUpdate.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_CreateOrUpdate.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.buckets.begin_create_or_update( @@ -40,6 +40,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Buckets_CreateOrUpdate.json +# x-ms-original-file: 2025-07-01-preview/Buckets_CreateOrUpdate.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Delete.py index a6daf79f52..af68206deb 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", + subscription_id="SUBSCRIPTION_ID", ) client.buckets.begin_delete( @@ -31,6 +31,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Buckets_Delete.json +# x-ms-original-file: 2025-07-01-preview/Buckets_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_GenerateCredentials.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_GenerateCredentials.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_GenerateCredentials.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_GenerateCredentials.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_GenerateCredentials.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_GenerateCredentials.py index 69cb10879c..7baea591b1 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_GenerateCredentials.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_GenerateCredentials.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.buckets.generate_credentials( @@ -33,6 +33,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Buckets_GenerateCredentials.json +# x-ms-original-file: 2025-07-01-preview/Buckets_GenerateCredentials.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Get.py index c384287806..5138e1c422 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.buckets.get( @@ -32,6 +32,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Buckets_Get.json +# x-ms-original-file: 2025-07-01-preview/Buckets_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_List.py index 44a31cd217..ae02812670 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.buckets.list( @@ -32,6 +32,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Buckets_List.json +# x-ms-original-file: 2025-07-01-preview/Buckets_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Update.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Update.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Update.py index 88dd2e7337..c53c7c5c8b 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Update.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Buckets_Update.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.buckets.begin_update( @@ -38,6 +38,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Buckets_Update.json +# x-ms-original-file: 2025-07-01-preview/Buckets_Update.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckFilePathAvailability.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckFilePathAvailability.json new file mode 100644 index 0000000000..b6fed9f7a3 --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckFilePathAvailability.json @@ -0,0 +1 @@ +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckFilePathAvailability.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckFilePathAvailability.py new file mode 100644 index 0000000000..fe81e04b9c --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckFilePathAvailability.py @@ -0,0 +1,37 @@ +from azure.identity import DefaultAzureCredential + +from azure.mgmt.netapp import NetAppManagementClient + +""" +# PREREQUISITES + pip install azure-identity + pip install azure-mgmt-netapp +# USAGE + python check_file_path_availability.py + + Before run the sample, please set the values of the client ID, tenant ID and client secret + of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, + AZURE_CLIENT_SECRET. For more info about how to get the value, please see: + https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal +""" + + +def main(): + client = NetAppManagementClient( + credential=DefaultAzureCredential(), + subscription_id="SUBSCRIPTION_ID", + ) + + response = client.net_app_resource.check_file_path_availability( + location="eastus", + body={ + "name": "my-exact-filepth", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3", + }, + ) + print(response) + + +# x-ms-original-file: 2025-07-01-preview/CheckFilePathAvailability.json +if __name__ == "__main__": + main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckNameAvailability.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckNameAvailability.json new file mode 100644 index 0000000000..b6fed9f7a3 --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckNameAvailability.json @@ -0,0 +1 @@ +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckNameAvailability.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckNameAvailability.py new file mode 100644 index 0000000000..8eb7939c35 --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckNameAvailability.py @@ -0,0 +1,34 @@ +from azure.identity import DefaultAzureCredential + +from azure.mgmt.netapp import NetAppManagementClient + +""" +# PREREQUISITES + pip install azure-identity + pip install azure-mgmt-netapp +# USAGE + python check_name_availability.py + + Before run the sample, please set the values of the client ID, tenant ID and client secret + of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, + AZURE_CLIENT_SECRET. For more info about how to get the value, please see: + https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal +""" + + +def main(): + client = NetAppManagementClient( + credential=DefaultAzureCredential(), + subscription_id="SUBSCRIPTION_ID", + ) + + response = client.net_app_resource.check_name_availability( + location="eastus", + body={"name": "accName", "resourceGroup": "myRG", "type": "Microsoft.NetApp/netAppAccounts"}, + ) + print(response) + + +# x-ms-original-file: 2025-07-01-preview/CheckNameAvailability.json +if __name__ == "__main__": + main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckQuotaAvailability.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckQuotaAvailability.json new file mode 100644 index 0000000000..b6fed9f7a3 --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckQuotaAvailability.json @@ -0,0 +1 @@ +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckQuotaAvailability.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckQuotaAvailability.py new file mode 100644 index 0000000000..d92e85b6b6 --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/CheckQuotaAvailability.py @@ -0,0 +1,34 @@ +from azure.identity import DefaultAzureCredential + +from azure.mgmt.netapp import NetAppManagementClient + +""" +# PREREQUISITES + pip install azure-identity + pip install azure-mgmt-netapp +# USAGE + python check_quota_availability.py + + Before run the sample, please set the values of the client ID, tenant ID and client secret + of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, + AZURE_CLIENT_SECRET. For more info about how to get the value, please see: + https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal +""" + + +def main(): + client = NetAppManagementClient( + credential=DefaultAzureCredential(), + subscription_id="SUBSCRIPTION_ID", + ) + + response = client.net_app_resource.check_quota_availability( + location="eastus", + body={"name": "resource1", "resourceGroup": "myRG", "type": "Microsoft.NetApp/netAppAccounts"}, + ) + print(response) + + +# x-ms-original-file: 2025-07-01-preview/CheckQuotaAvailability.json +if __name__ == "__main__": + main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/GroupIdListForLDAPUser.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/GroupIdListForLDAPUser.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/GroupIdListForLDAPUser.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/GroupIdListForLDAPUser.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/GroupIdListForLDAPUser.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/GroupIdListForLDAPUser.py index ba27b06d9f..069232e4ba 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/GroupIdListForLDAPUser.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/GroupIdListForLDAPUser.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.begin_list_get_group_id_list_for_ldap_user( @@ -32,6 +32,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/GroupIdListForLDAPUser.json +# x-ms-original-file: 2025-07-01-preview/GroupIdListForLDAPUser.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Query.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Query.json new file mode 100644 index 0000000000..b6fed9f7a3 --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Query.json @@ -0,0 +1 @@ +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Query.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Query.py new file mode 100644 index 0000000000..e07d71fbbc --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Query.py @@ -0,0 +1,37 @@ +from azure.identity import DefaultAzureCredential + +from azure.mgmt.netapp import NetAppManagementClient + +""" +# PREREQUISITES + pip install azure-identity + pip install azure-mgmt-netapp +# USAGE + python network_sibling_set_query.py + + Before run the sample, please set the values of the client ID, tenant ID and client secret + of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, + AZURE_CLIENT_SECRET. For more info about how to get the value, please see: + https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal +""" + + +def main(): + client = NetAppManagementClient( + credential=DefaultAzureCredential(), + subscription_id="SUBSCRIPTION_ID", + ) + + response = client.net_app_resource.query_network_sibling_set( + location="eastus", + body={ + "networkSiblingSetId": "9760acf5-4638-11e7-9bdb-020073ca3333", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/testSubnet", + }, + ) + print(response) + + +# x-ms-original-file: 2025-07-01-preview/NetworkSiblingSet_Query.json +if __name__ == "__main__": + main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Update.json new file mode 100644 index 0000000000..b6fed9f7a3 --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Update.json @@ -0,0 +1 @@ +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Update.py new file mode 100644 index 0000000000..187c1cb125 --- /dev/null +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/NetworkSiblingSet_Update.py @@ -0,0 +1,39 @@ +from azure.identity import DefaultAzureCredential + +from azure.mgmt.netapp import NetAppManagementClient + +""" +# PREREQUISITES + pip install azure-identity + pip install azure-mgmt-netapp +# USAGE + python network_sibling_set_update.py + + Before run the sample, please set the values of the client ID, tenant ID and client secret + of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, + AZURE_CLIENT_SECRET. For more info about how to get the value, please see: + https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal +""" + + +def main(): + client = NetAppManagementClient( + credential=DefaultAzureCredential(), + subscription_id="SUBSCRIPTION_ID", + ) + + response = client.net_app_resource.begin_update_network_sibling_set( + location="eastus", + body={ + "networkFeatures": "Standard", + "networkSiblingSetId": "9760acf5-4638-11e7-9bdb-020073ca3333", + "networkSiblingSetStateId": "12345_44420.8001578125", + "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/testSubnet", + }, + ).result() + print(response) + + +# x-ms-original-file: 2025-07-01-preview/NetworkSiblingSet_Update.json +if __name__ == "__main__": + main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/OperationList.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/OperationList.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/OperationList.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/OperationList.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/OperationList.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/OperationList.py index 24d8939e29..17351938c6 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/OperationList.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/OperationList.py @@ -27,6 +27,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/OperationList.json +# x-ms-original-file: 2025-07-01-preview/OperationList.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate.py index e590e3217b..b0fc601187 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.pools.begin_create_or_update( @@ -34,6 +34,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Pools_CreateOrUpdate.json +# x-ms-original-file: 2025-07-01-preview/Pools_CreateOrUpdate.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate_CustomThroughput.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate_CustomThroughput.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate_CustomThroughput.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate_CustomThroughput.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate_CustomThroughput.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate_CustomThroughput.py index 4d416e35eb..9765a64432 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate_CustomThroughput.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_CreateOrUpdate_CustomThroughput.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.pools.begin_create_or_update( @@ -39,6 +39,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Pools_CreateOrUpdate_CustomThroughput.json +# x-ms-original-file: 2025-07-01-preview/Pools_CreateOrUpdate_CustomThroughput.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Delete.py index f25a0cf4b6..a1b12a5a46 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.pools.begin_delete( @@ -29,6 +29,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Pools_Delete.json +# x-ms-original-file: 2025-07-01-preview/Pools_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get.py index 2e178734ce..bc46cdf238 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.pools.get( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Pools_Get.json +# x-ms-original-file: 2025-07-01-preview/Pools_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get_CustomThroughput.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get_CustomThroughput.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get_CustomThroughput.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get_CustomThroughput.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get_CustomThroughput.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get_CustomThroughput.py index db086f430f..a9a54d6804 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get_CustomThroughput.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_Get_CustomThroughput.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.pools.get( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Pools_Get_CustomThroughput.json +# x-ms-original-file: 2025-07-01-preview/Pools_Get_CustomThroughput.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_List.py index 36e50197bc..4ce067bdea 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Pools_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.pools.list( @@ -30,6 +30,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Pools_List.json +# x-ms-original-file: 2025-07-01-preview/Pools_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_Get.py index fc346a0513..c6d2b5b700 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource_quota_limits_account.get( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/QuotaLimitsAccount_Get.json +# x-ms-original-file: 2025-07-01-preview/QuotaLimitsAccount_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_List.py index 495912c99e..b1b2abfbd4 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimitsAccount_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="D633CC2E-722B-4AE1-B636-BBD9E4C60ED9", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource_quota_limits_account.list( @@ -30,6 +30,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/QuotaLimitsAccount_List.json +# x-ms-original-file: 2025-07-01-preview/QuotaLimitsAccount_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_Get.py index b575818084..9f84ffded6 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource_quota_limits.get( @@ -29,6 +29,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/QuotaLimits_Get.json +# x-ms-original-file: 2025-07-01-preview/QuotaLimits_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_List.py index 487c784f11..0361f51298 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/QuotaLimits_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource_quota_limits.list( @@ -29,6 +29,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/QuotaLimits_List.json +# x-ms-original-file: 2025-07-01-preview/QuotaLimits_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfo.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfo.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfo.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfo.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfo.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfo.py index 00974d04bf..9a0e424b10 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfo.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfo.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource.query_region_info( @@ -28,6 +28,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/RegionInfo.json +# x-ms-original-file: 2025-07-01-preview/RegionInfo.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_Get.py index a929a90236..250433839b 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource_region_infos.get( @@ -28,6 +28,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/RegionInfos_Get.json +# x-ms-original-file: 2025-07-01-preview/RegionInfos_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_List.py index 1dc0b5886e..194482fc56 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/RegionInfos_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource_region_infos.list( @@ -29,6 +29,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/RegionInfos_List.json +# x-ms-original-file: 2025-07-01-preview/RegionInfos_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Create.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Create.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Create.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Create.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Create.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Create.py index 203d75546d..b70faa2879 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Create.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Create.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.snapshot_policies.create( @@ -40,6 +40,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/SnapshotPolicies_Create.json +# x-ms-original-file: 2025-07-01-preview/SnapshotPolicies_Create.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Delete.py index a9e968e75a..eb57715d87 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.snapshot_policies.begin_delete( @@ -29,6 +29,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/SnapshotPolicies_Delete.json +# x-ms-original-file: 2025-07-01-preview/SnapshotPolicies_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Get.py index 4d60312471..6c74991fda 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.snapshot_policies.get( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/SnapshotPolicies_Get.json +# x-ms-original-file: 2025-07-01-preview/SnapshotPolicies_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_List.py index 1c97785ded..38eebfbbf3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.snapshot_policies.list( @@ -30,6 +30,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/SnapshotPolicies_List.json +# x-ms-original-file: 2025-07-01-preview/SnapshotPolicies_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_ListVolumes.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_ListVolumes.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_ListVolumes.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_ListVolumes.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_ListVolumes.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_ListVolumes.py index a2ae80c8ac..4c2a362900 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_ListVolumes.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_ListVolumes.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.snapshot_policies.list_volumes( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/SnapshotPolicies_ListVolumes.json +# x-ms-original-file: 2025-07-01-preview/SnapshotPolicies_ListVolumes.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Update.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Update.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Update.py index 151e0f8eb4..59765be2ea 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Update.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/SnapshotPolicies_Update.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.snapshot_policies.begin_update( @@ -40,6 +40,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/SnapshotPolicies_Update.json +# x-ms-original-file: 2025-07-01-preview/SnapshotPolicies_Update.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Create.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Create.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Create.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Create.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Create.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Create.py index 6ab7f06f41..10e026545b 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Create.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Create.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.snapshots.begin_create( @@ -33,6 +33,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Snapshots_Create.json +# x-ms-original-file: 2025-07-01-preview/Snapshots_Create.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Delete.py index 7a871ba424..97d854271f 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.snapshots.begin_delete( @@ -31,6 +31,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Snapshots_Delete.json +# x-ms-original-file: 2025-07-01-preview/Snapshots_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Get.py index e59a53477b..771b529a11 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.snapshots.get( @@ -32,6 +32,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Snapshots_Get.json +# x-ms-original-file: 2025-07-01-preview/Snapshots_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_List.py index 2ce47110b7..a8fbd6e637 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.snapshots.list( @@ -32,6 +32,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Snapshots_List.json +# x-ms-original-file: 2025-07-01-preview/Snapshots_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_SingleFileRestore.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_SingleFileRestore.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_SingleFileRestore.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_SingleFileRestore.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_SingleFileRestore.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_SingleFileRestore.py index 53f7235a98..b06a460882 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_SingleFileRestore.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Snapshots_SingleFileRestore.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.snapshots.begin_restore_files( @@ -32,6 +32,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Snapshots_SingleFileRestore.json +# x-ms-original-file: 2025-07-01-preview/Snapshots_SingleFileRestore.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Create.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Create.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Create.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Create.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Create.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Create.py index a80bf9ee70..69362e2d94 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Create.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Create.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.subvolumes.begin_create( @@ -33,6 +33,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Subvolumes_Create.json +# x-ms-original-file: 2025-07-01-preview/Subvolumes_Create.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Delete.py index f53613ea7d..1d87f1f619 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.subvolumes.begin_delete( @@ -31,6 +31,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Subvolumes_Delete.json +# x-ms-original-file: 2025-07-01-preview/Subvolumes_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Get.py index 3d15544213..3138e810f7 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.subvolumes.get( @@ -32,6 +32,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Subvolumes_Get.json +# x-ms-original-file: 2025-07-01-preview/Subvolumes_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_List.py index a242010ca0..b5f4e4926b 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.subvolumes.list_by_volume( @@ -32,6 +32,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Subvolumes_List.json +# x-ms-original-file: 2025-07-01-preview/Subvolumes_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Metadata.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Metadata.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Metadata.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Metadata.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Metadata.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Metadata.py index 7350233876..0c6221ea05 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Metadata.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Metadata.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.subvolumes.begin_get_metadata( @@ -32,6 +32,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Subvolumes_Metadata.json +# x-ms-original-file: 2025-07-01-preview/Subvolumes_Metadata.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Update.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Update.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Update.py index faed577954..63605ff38a 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Update.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Subvolumes_Update.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.subvolumes.begin_update( @@ -33,6 +33,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Subvolumes_Update.json +# x-ms-original-file: 2025-07-01-preview/Subvolumes_Update.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_Get.py index 441b972d10..38afc91b96 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource_usages.get( @@ -29,6 +29,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Usages_Get.json +# x-ms-original-file: 2025-07-01-preview/Usages_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_List.py index 31c39033d8..0632daaccf 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Usages_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.net_app_resource_usages.list( @@ -29,6 +29,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Usages_List.json +# x-ms-original-file: 2025-07-01-preview/Usages_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_Oracle.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_Oracle.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_Oracle.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_Oracle.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_Oracle.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_Oracle.py index 83ba55f326..355638746e 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_Oracle.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_Oracle.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_groups.begin_create( @@ -450,6 +450,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeGroups_Create_Oracle.json +# x-ms-original-file: 2025-07-01-preview/VolumeGroups_Create_Oracle.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_SapHana.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_SapHana.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_SapHana.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_SapHana.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_SapHana.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_SapHana.py index 1aa3602e35..5ece57712f 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_SapHana.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Create_SapHana.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_groups.begin_create( @@ -212,6 +212,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeGroups_Create_SapHana.json +# x-ms-original-file: 2025-07-01-preview/VolumeGroups_Create_SapHana.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Delete.py index 9100ef020b..35c4542f07 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volume_groups.begin_delete( @@ -29,6 +29,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeGroups_Delete.json +# x-ms-original-file: 2025-07-01-preview/VolumeGroups_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_Oracle.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_Oracle.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_Oracle.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_Oracle.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_Oracle.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_Oracle.py index f089f385d7..f476a52e0a 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_Oracle.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_Oracle.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_groups.get( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeGroups_Get_Oracle.json +# x-ms-original-file: 2025-07-01-preview/VolumeGroups_Get_Oracle.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_SapHana.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_SapHana.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_SapHana.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_SapHana.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_SapHana.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_SapHana.py index cf5d89e756..0fd616652b 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_SapHana.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_Get_SapHana.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_groups.get( @@ -30,6 +30,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeGroups_Get_SapHana.json +# x-ms-original-file: 2025-07-01-preview/VolumeGroups_Get_SapHana.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_Oracle.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_Oracle.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_Oracle.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_Oracle.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_Oracle.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_Oracle.py index 640a7fab4b..7a150beb28 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_Oracle.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_Oracle.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_groups.list_by_net_app_account( @@ -30,6 +30,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeGroups_List_Oracle.json +# x-ms-original-file: 2025-07-01-preview/VolumeGroups_List_Oracle.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_SapHana.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_SapHana.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_SapHana.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_SapHana.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_SapHana.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_SapHana.py index b013befba2..b99d0af462 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_SapHana.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeGroups_List_SapHana.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_groups.list_by_net_app_account( @@ -30,6 +30,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeGroups_List_SapHana.json +# x-ms-original-file: 2025-07-01-preview/VolumeGroups_List_SapHana.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Create.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Create.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Create.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Create.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Create.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Create.py index 715c5ea53b..5789fb72b8 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Create.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Create.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="5275316f-a498-48d6-b324-2cbfdc4311b9", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_quota_rules.begin_create( @@ -36,6 +36,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeQuotaRules_Create.json +# x-ms-original-file: 2025-07-01-preview/VolumeQuotaRules_Create.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Delete.py index d1e18a3b15..fc7c5334ea 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="5275316f-a498-48d6-b324-2cbfdc4311b9", + subscription_id="SUBSCRIPTION_ID", ) client.volume_quota_rules.begin_delete( @@ -31,6 +31,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeQuotaRules_Delete.json +# x-ms-original-file: 2025-07-01-preview/VolumeQuotaRules_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Get.py index 3e5b9f3292..4b227143d0 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="5275316f-a498-48d6-b324-2cbfdc4311b9", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_quota_rules.get( @@ -32,6 +32,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeQuotaRules_Get.json +# x-ms-original-file: 2025-07-01-preview/VolumeQuotaRules_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_List.py index 873297bf6a..c3128cebfa 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="5275316f-a498-48d6-b324-2cbfdc4311b9", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_quota_rules.list_by_volume( @@ -32,6 +32,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeQuotaRules_List.json +# x-ms-original-file: 2025-07-01-preview/VolumeQuotaRules_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Update.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Update.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Update.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Update.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Update.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Update.py index 13fdd053c3..5c24d6cfb4 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Update.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/VolumeQuotaRules_Update.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="5275316f-a498-48d6-b324-2cbfdc4311b9", + subscription_id="SUBSCRIPTION_ID", ) response = client.volume_quota_rules.begin_update( @@ -33,6 +33,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/VolumeQuotaRules_Update.json +# x-ms-original-file: 2025-07-01-preview/VolumeQuotaRules_Update.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeExternalReplication.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeExternalReplication.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeExternalReplication.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeExternalReplication.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeExternalReplication.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeExternalReplication.py index 6ed184bc66..3a41fa2014 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeExternalReplication.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeExternalReplication.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.begin_authorize_external_replication( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_AuthorizeExternalReplication.json +# x-ms-original-file: 2025-07-01-preview/Volumes_AuthorizeExternalReplication.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeReplication.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeReplication.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeReplication.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeReplication.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeReplication.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeReplication.py index 6abb77eec3..1165af770d 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeReplication.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_AuthorizeReplication.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_authorize_replication( @@ -33,6 +33,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_AuthorizeReplication.json +# x-ms-original-file: 2025-07-01-preview/Volumes_AuthorizeReplication.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakFileLocks.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakFileLocks.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakFileLocks.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakFileLocks.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakFileLocks.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakFileLocks.py index 8c6e2d0dea..43b0b2fdf5 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakFileLocks.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakFileLocks.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_break_file_locks( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_BreakFileLocks.json +# x-ms-original-file: 2025-07-01-preview/Volumes_BreakFileLocks.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakReplication.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakReplication.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakReplication.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakReplication.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakReplication.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakReplication.py index 44168ca339..18590ea444 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakReplication.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_BreakReplication.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_break_replication( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_BreakReplication.json +# x-ms-original-file: 2025-07-01-preview/Volumes_BreakReplication.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_CreateOrUpdate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_CreateOrUpdate.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_CreateOrUpdate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_CreateOrUpdate.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_CreateOrUpdate.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_CreateOrUpdate.py index 16aae9c24e..ea64f41631 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_CreateOrUpdate.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_CreateOrUpdate.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.begin_create_or_update( @@ -40,6 +40,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_CreateOrUpdate.json +# x-ms-original-file: 2025-07-01-preview/Volumes_CreateOrUpdate.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Delete.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Delete.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Delete.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Delete.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Delete.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Delete.py index f3b332e3e0..8b1d0dcd27 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Delete.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Delete.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_delete( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_Delete.json +# x-ms-original-file: 2025-07-01-preview/Volumes_Delete.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_DeleteReplication.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_DeleteReplication.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_DeleteReplication.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_DeleteReplication.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_DeleteReplication.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_DeleteReplication.py index fe0efedde7..ca720436f1 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_DeleteReplication.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_DeleteReplication.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_delete_replication( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_DeleteReplication.json +# x-ms-original-file: 2025-07-01-preview/Volumes_DeleteReplication.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeExternalReplication.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeExternalReplication.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeExternalReplication.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeExternalReplication.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeExternalReplication.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeExternalReplication.py index 2ffbf5bb6b..e626d6d3aa 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeExternalReplication.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeExternalReplication.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_finalize_external_replication( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_FinalizeExternalReplication.json +# x-ms-original-file: 2025-07-01-preview/Volumes_FinalizeExternalReplication.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeRelocation.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeRelocation.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeRelocation.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeRelocation.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeRelocation.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeRelocation.py index 7caea9f5d5..468c8dd04a 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeRelocation.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_FinalizeRelocation.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_finalize_relocation( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_FinalizeRelocation.json +# x-ms-original-file: 2025-07-01-preview/Volumes_FinalizeRelocation.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Get.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Get.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Get.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Get.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Get.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Get.py index 62b05e3c99..4718bcc2f5 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Get.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Get.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.get( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_Get.json +# x-ms-original-file: 2025-07-01-preview/Volumes_Get.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestBackupStatus.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestBackupStatus.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestBackupStatus.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestBackupStatus.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestBackupStatus.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestBackupStatus.py index 8e2952f662..027db73e10 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestBackupStatus.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestBackupStatus.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backups.get_latest_status( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_LatestBackupStatus.json +# x-ms-original-file: 2025-07-01-preview/Volumes_LatestBackupStatus.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestRestoreStatus.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestRestoreStatus.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestRestoreStatus.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestRestoreStatus.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestRestoreStatus.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestRestoreStatus.py index a3bebe3d1f..2dc3c89be4 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestRestoreStatus.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_LatestRestoreStatus.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.backups.get_volume_latest_restore_status( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_LatestRestoreStatus.json +# x-ms-original-file: 2025-07-01-preview/Volumes_LatestRestoreStatus.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_List.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_List.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_List.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_List.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_List.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_List.py index b515388adc..4e60ad922e 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_List.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_List.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.list( @@ -31,6 +31,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_List.json +# x-ms-original-file: 2025-07-01-preview/Volumes_List.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListQuotaReport.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListQuotaReport.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListQuotaReport.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListQuotaReport.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListQuotaReport.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListQuotaReport.py index 72d392e24e..f604033b5e 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListQuotaReport.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListQuotaReport.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.begin_list_quota_report( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_ListQuotaReport.json +# x-ms-original-file: 2025-07-01-preview/Volumes_ListQuotaReport.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListReplications.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListReplications.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListReplications.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListReplications.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListReplications.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListReplications.py index 30c4619723..97f2bc6d75 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListReplications.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ListReplications.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.list_replications( @@ -32,6 +32,6 @@ def main(): print(item) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_ListReplications.json +# x-ms-original-file: 2025-07-01-preview/Volumes_ListReplications.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PeerExternalCluster.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PeerExternalCluster.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PeerExternalCluster.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PeerExternalCluster.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PeerExternalCluster.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PeerExternalCluster.py index 6e99284baf..687cb9373f 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PeerExternalCluster.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PeerExternalCluster.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.begin_peer_external_cluster( @@ -32,6 +32,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_PeerExternalCluster.json +# x-ms-original-file: 2025-07-01-preview/Volumes_PeerExternalCluster.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PerformReplicationTransfer.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PerformReplicationTransfer.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PerformReplicationTransfer.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PerformReplicationTransfer.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PerformReplicationTransfer.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PerformReplicationTransfer.py index 42c3bdfc8a..fb35819fbc 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PerformReplicationTransfer.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PerformReplicationTransfer.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_perform_replication_transfer( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_PerformReplicationTransfer.json +# x-ms-original-file: 2025-07-01-preview/Volumes_PerformReplicationTransfer.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PoolChange.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PoolChange.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PoolChange.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PoolChange.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PoolChange.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PoolChange.py index 03919d94bd..57458e4f53 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PoolChange.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PoolChange.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_pool_change( @@ -33,6 +33,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_PoolChange.json +# x-ms-original-file: 2025-07-01-preview/Volumes_PoolChange.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PopulateAvailabilityZones.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PopulateAvailabilityZones.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PopulateAvailabilityZones.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PopulateAvailabilityZones.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PopulateAvailabilityZones.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PopulateAvailabilityZones.py index e723992688..1b25046072 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PopulateAvailabilityZones.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_PopulateAvailabilityZones.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.begin_populate_availability_zone( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_PopulateAvailabilityZones.json +# x-ms-original-file: 2025-07-01-preview/Volumes_PopulateAvailabilityZones.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReInitializeReplication.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReInitializeReplication.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReInitializeReplication.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReInitializeReplication.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReInitializeReplication.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReInitializeReplication.py index 06b3820c15..6cb280b0c5 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReInitializeReplication.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReInitializeReplication.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_re_initialize_replication( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_ReInitializeReplication.json +# x-ms-original-file: 2025-07-01-preview/Volumes_ReInitializeReplication.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReestablishReplication.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReestablishReplication.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReestablishReplication.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReestablishReplication.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReestablishReplication.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReestablishReplication.py index 84d9845e5e..24c2c22e1d 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReestablishReplication.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReestablishReplication.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_reestablish_replication( @@ -33,6 +33,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_ReestablishReplication.json +# x-ms-original-file: 2025-07-01-preview/Volumes_ReestablishReplication.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Relocate.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Relocate.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Relocate.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Relocate.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Relocate.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Relocate.py index 63e3762e61..28f6db4a2a 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Relocate.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Relocate.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_relocate( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_Relocate.json +# x-ms-original-file: 2025-07-01-preview/Volumes_Relocate.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReplicationStatus.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReplicationStatus.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReplicationStatus.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReplicationStatus.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReplicationStatus.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReplicationStatus.py index 451719f5d4..4646787dff 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReplicationStatus.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ReplicationStatus.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.replication_status( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_ReplicationStatus.json +# x-ms-original-file: 2025-07-01-preview/Volumes_ReplicationStatus.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResetCifsPassword.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResetCifsPassword.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResetCifsPassword.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResetCifsPassword.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResetCifsPassword.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResetCifsPassword.py index 6f6349e153..f77b03caa2 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResetCifsPassword.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResetCifsPassword.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_reset_cifs_password( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_ResetCifsPassword.json +# x-ms-original-file: 2025-07-01-preview/Volumes_ResetCifsPassword.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResyncReplication.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResyncReplication.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResyncReplication.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResyncReplication.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResyncReplication.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResyncReplication.py index 5dac60b8a8..0a59eabf9b 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResyncReplication.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_ResyncReplication.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_resync_replication( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_ResyncReplication.json +# x-ms-original-file: 2025-07-01-preview/Volumes_ResyncReplication.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Revert.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Revert.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Revert.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Revert.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Revert.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Revert.py index 25a5c2e974..1499554028 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Revert.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_Revert.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_revert( @@ -33,6 +33,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_Revert.json +# x-ms-original-file: 2025-07-01-preview/Volumes_Revert.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_RevertRelocation.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_RevertRelocation.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_RevertRelocation.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_RevertRelocation.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_RevertRelocation.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_RevertRelocation.py index 9a5385afc0..cdd12f1963 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_RevertRelocation.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_RevertRelocation.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) client.volumes.begin_revert_relocation( @@ -30,6 +30,6 @@ def main(): ).result() -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_RevertRelocation.json +# x-ms-original-file: 2025-07-01-preview/Volumes_RevertRelocation.json if __name__ == "__main__": main() diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_SplitClone.json b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_SplitClone.json index d5d9ef951d..b6fed9f7a3 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_SplitClone.json +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_SplitClone.json @@ -1 +1 @@ -{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b3/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file +{"sdkUrl": "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_14.0.0b4/sdk/netapp/azure-mgmt-netapp/README.md"} \ No newline at end of file diff --git a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_SplitClone.py b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_SplitClone.py index 983b63f177..5fa851ea8c 100644 --- a/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_SplitClone.py +++ b/specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples-python/Volumes_SplitClone.py @@ -19,7 +19,7 @@ def main(): client = NetAppManagementClient( credential=DefaultAzureCredential(), - subscription_id="00000000-0000-0000-0000-000000000000", + subscription_id="SUBSCRIPTION_ID", ) response = client.volumes.begin_split_clone_from_parent( @@ -31,6 +31,6 @@ def main(): print(response) -# x-ms-original-file: specification/netapp/resource-manager/Microsoft.NetApp/preview/2025-07-01-preview/examples/Volumes_SplitClone.json +# x-ms-original-file: 2025-07-01-preview/Volumes_SplitClone.json if __name__ == "__main__": main()