Skip to content

automation: wrong tag delete operation of hybridRunbookWorkerGroup #24740

Open
@wuxu92

Description

@wuxu92

the Tag list in delete is wrong, this can cause some SDK generation error:

"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}": {
"delete": {
"tags": [
"ListAllHybridRunbookWorkerGroupInAutomationAccount"
],
"operationId": "HybridRunbookWorkerGroup_Delete",

should be HybridRunbookWorkerGroup just like get:

"get": {
"tags": [
"HybridRunbookWorkerGroup"
],
"operationId": "HybridRunbookWorkerGroup_Get",
"description": "Retrieve a hybrid runbook worker group.",
"externalDocs": {

Metadata

Metadata

Assignees

No one assigned

    Labels

    AutomationService AttentionWorkflow: This issue is responsible by Azure service team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions