Skip to content

Wrong description for begin_create_or_update_slot() #24852

Open

Description

"description": "Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.",

Regarding to the SDK description:

 "tags": [
          "WebApps"
        ],
        "summary": "Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.",
        "description": "Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.",
        "operationId": "WebApps_CreateOrUpdateSlot",
        "parameters": [
          {
            "$ref": "#/parameters/resourceGroupNameParameter"
          },

The SDK is not used to create a new app. It is used to create a slot on an existing app. The explanation confuses the users and need to be clarified. The Azure doc definition also needs to be updated: https://learn.microsoft.com/en-us/python/api/azure-mgmt-web/azure.mgmt.web.v2019_08_01.operations.webappsoperations?view=azure-python#azure-mgmt-web-v2019-08-01-operations-webappsoperations-begin-create-or-update-slot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Service AttentionWorkflow: This issue is responsible by Azure service team.Web Apps

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions