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

[BUG] dns resolver pagination Swagger docs #30409

Open
AndreasAugustin opened this issue Sep 3, 2024 · 1 comment
Open

[BUG] dns resolver pagination Swagger docs #30409

AndreasAugustin opened this issue Sep 3, 2024 · 1 comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. Network - DNS question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@AndreasAugustin
Copy link

API Spec link

https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dnsresolver/resource-manager/Microsoft.Network/stable/2022-07-01/dnsresolver.json

API Spec version

2022-07-01

Describe the bug

related to Azure/azure-sdk-for-python#37004 there is an issue with the iterator is reaching the 100th entry (or the last item within page, if top is set).

At least there is an issue within the python SDK (not tested with other SDKs).

Happens with
Package Name: azure-mgmt-dnsresolver
Package Version: 1.0.0

Solved with
Package Name: azure-mgmt-dnsresolver
Package Version: 1.1.0b1

Related to the issue history, this is an issue with the API swagger documentation.

The fix within the SDK is currently a beta version. Please provide a fix within the API SWAGGER documentation which results in a stable release version. (We are using the SDK within a production environment)

Expected behavior

No issue with the iterator within the Swagger created SDK

Actual behavior

Please check Azure/azure-sdk-for-python#37004

Reproduction Steps

Please check Azure/azure-sdk-for-python#37004

Environment

Package Name: azure-mgmt-dnsresolver
Package Version: 1.0.0
Operating System: MAC and linux
Python Version: 3.11

@AndreasAugustin AndreasAugustin added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Sep 3, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Sep 3, 2024
@AndreasAugustin AndreasAugustin changed the title [BUG] [BUG] dns resolver pagination Swagger docs Sep 3, 2024
@msyyc
Copy link
Member

msyyc commented Sep 4, 2024

Since https://github.com/Azure/azure-rest-api-specs/blob/main/specification/dnsresolver/resource-manager/Microsoft.Network/stable/2022-07-01/dnsresolver.json already fixes issue in azure-mgmt-dnsresolver==1.0.0, SDK team could release a new stable version for customer if service team asks.

@v-jiaodi v-jiaodi added Network - DNS Service Attention Workflow: This issue is responsible by Azure service team. Mgmt This issue is related to a management-plane library. labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. Network - DNS question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

3 participants