diff --git a/src/explorer/ApiOperationTreeItem.ts b/src/explorer/ApiOperationTreeItem.ts index b9568ca..c702b65 100644 --- a/src/explorer/ApiOperationTreeItem.ts +++ b/src/explorer/ApiOperationTreeItem.ts @@ -69,7 +69,7 @@ export class ApiOperationTreeItem extends AzExtParentTreeItem { await this.root.client.apiOperation.delete(this.root.resourceGroupName, this.root.serviceName, this.root.apiName, this.root.opName, '*'); }); // don't wait - window.showInformationMessage(localize("deletedOperation", `Successfully deleted API "${this.root.apiName}".`)); + window.showInformationMessage(localize("deletedOperation", `Successfully deleted API Operation "${this.root.opName}".`)); } else { throw new UserCancelledError();