diff --git a/servers/Azure.Mcp.Server/docs/e2eTestPrompts.md b/servers/Azure.Mcp.Server/docs/e2eTestPrompts.md index 6e64e65a33..028e5e933c 100644 --- a/servers/Azure.Mcp.Server/docs/e2eTestPrompts.md +++ b/servers/Azure.Mcp.Server/docs/e2eTestPrompts.md @@ -277,45 +277,45 @@ This file contains prompts used for end-to-end testing to ensure each tool is in | eventhubs_namespace_update | Create an new namespace in my resource group | | eventhubs_namespace_update | Update my namespace in my resource group | -## Azure File Shares - -| Tool Name | Test Prompt | -|:----------|:----------| -| fileshares_fileshare_create | Create a new file share in storage account in resource group | -| fileshares_fileshare_create | Create file share in account with quota 100 GB | -| fileshares_fileshare_create | Create a file share named in storage account with access tier Hot | -| fileshares_fileshare_create | Set up a new file share in storage account | -| fileshares_fileshare_delete | Delete the file share from storage account in resource group | -| fileshares_fileshare_delete | Remove file share from account | -| fileshares_fileshare_get | List all file shares in storage account | -| fileshares_fileshare_get | Show me the file shares in storage account in resource group | -| fileshares_fileshare_get | Get details of file share in storage account | -| fileshares_fileshare_get | Show me the file share in account | -| fileshares_fileshare_get | What file shares exist in storage account ? | -| fileshares_fileshare_limits_get | Get the file share limits for subscription | -| fileshares_fileshare_limits_get | What are the file share limits in my subscription? | -| fileshares_fileshare_limits_get | Show me the file share service limits | +## Azure FileShares + +| Tool Name | Test Prompt | +|:----------|:----------| +| fileshares_fileshare_create | Create a new file share in resource group | +| fileshares_fileshare_create | Create file share in resource group with 100 GB storage | +| fileshares_fileshare_create | Create a file share named in location with resource group | +| fileshares_fileshare_create | Set up a new file share in resource group | +| fileshares_fileshare_delete | Delete the file share from resource group | +| fileshares_fileshare_delete | Remove file share in resource group | +| fileshares_fileshare_get | List all file shares in my subscription | +| fileshares_fileshare_get | Show me the file shares in resource group | +| fileshares_fileshare_get | Get details of file share in resource group | +| fileshares_fileshare_get | Show me the file share in resource group | +| fileshares_fileshare_get | What file shares exist in resource group ? | +| fileshares_fileshare_limits_get | Get the file share limits for subscription in location | +| fileshares_fileshare_limits_get | What are the file share limits in my subscription for location ? | +| fileshares_fileshare_limits_get | Show me the file share service limits in location | | fileshares_fileshare_nameavailability_check | Check if file share name is available in subscription | | fileshares_fileshare_nameavailability_check | Is the file share name available? | | fileshares_fileshare_nameavailability_check | Verify availability of file share name | -| fileshares_fileshare_provisioningrecommendation_get | Get provisioning recommendations for file share in storage account | +| fileshares_fileshare_provisioningrecommendation_get | Get provisioning recommendations for file share in resource group | | fileshares_fileshare_provisioningrecommendation_get | Show me provisioning recommendations for file share | | fileshares_fileshare_provisioningrecommendation_get | What are the recommended provisioning settings for file share ? | -| fileshares_fileshare_snapshot_create | Create a snapshot of file share in storage account | -| fileshares_fileshare_snapshot_create | Create a snapshot for file share in account | +| fileshares_fileshare_snapshot_create | Create a snapshot of file share in resource group | +| fileshares_fileshare_snapshot_create | Create a snapshot for file share in resource group | | fileshares_fileshare_snapshot_create | Take a snapshot of file share | -| fileshares_fileshare_snapshot_delete | Delete the snapshot from file share in storage account | +| fileshares_fileshare_snapshot_delete | Delete the snapshot from file share in resource group | | fileshares_fileshare_snapshot_delete | Remove snapshot from file share | -| fileshares_fileshare_snapshot_get | List all snapshots for file share in storage account | -| fileshares_fileshare_snapshot_get | Show me the snapshots of file share in account | +| fileshares_fileshare_snapshot_get | List all snapshots for file share in resource group | +| fileshares_fileshare_snapshot_get | Show me the snapshots of file share in resource group | | fileshares_fileshare_snapshot_get | Get snapshot for file share | -| fileshares_fileshare_snapshot_update | Update the snapshot of file share in storage account | +| fileshares_fileshare_snapshot_update | Update the snapshot of file share in resource group | | fileshares_fileshare_snapshot_update | Update metadata for snapshot of file share | -| fileshares_fileshare_update | Update file share in storage account | -| fileshares_fileshare_update | Update the quota for file share to 200 GB | -| fileshares_fileshare_update | Change the access tier of file share to Cool | -| fileshares_fileshare_update | Modify file share in account with new settings | -| fileshares_fileshare_usage_get | Get usage data for file share in storage account | +| fileshares_fileshare_update | Update file share in resource group | +| fileshares_fileshare_update | Update the provisioned storage for file share to 200 GB | +| fileshares_fileshare_update | Change the media tier of file share to Standard | +| fileshares_fileshare_update | Modify file share in resource group with new settings | +| fileshares_fileshare_usage_get | Get usage data for file share in resource group | | fileshares_fileshare_usage_get | Show me the usage statistics for file share | | fileshares_fileshare_usage_get | What is the current usage of file share ? |