Raphaël Larivière

Results 2 issues of Raphaël Larivière

### Bug Report **package:** github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appservice/armappservice **SDK version:** V4 (the error is also present in V2 and V3 versions) **Output of go version:** go version go1.22.4 darwin/arm64 --- The functions `BeginInstallSiteExtension`...

question
App Services
Service Attention
Mgmt
customer-reported
needs-team-attention

Fixes #278 Fetching environments was limited to 30 environments. This change use pagination to support fetching all environments. ### Example: A repository with 35 environments: ![repository](https://github.com/user-attachments/assets/0559e5e3-e41f-43c9-a6ce-ab3cbc4c064b) ### Before Only 30...