Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): problematic polling operation for lro delete #1442

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. fix(doc): problematic polling operation for lro delete

    Currently in the offical guide, the same polling operation is shared by all lro operations, which could cause problems for some emitters since the lro metadata contains value which doesn't fit for lro delete. See Azure/autorest.csharp#4827
    This commit will create a separate polling operation which fits lro delete. The same definition is already available in https://github.com/Azure/typespec-azure/blob/955fc9534c2f7153d45c9fbe5743baa0c104d803/packages/samples/specs/data-plane/trait-versioning/main.tsp#L72-L77
    archerzz committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    193b20a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    1c38fb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    7bb9996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a76fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77ab80e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    bab2fd3 View commit details
    Browse the repository at this point in the history