Raphaël Larivière
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`...
Fixes #278 Fetching environments was limited to 30 environments. This change use pagination to support fetching all environments. ### Example: A repository with 35 environments:  ### Before Only 30...