We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26b8ee commit 7672d68Copy full SHA for 7672d68
pkg/azure/client.go
@@ -174,7 +174,7 @@ func (az *azClient) WaitForGetAccessOnGateway(maxRetryCount int) (err error) {
174
)
175
176
e.Message += fmt.Sprintf(" You can use '%s' to assign permissions."+
177
- " AGIC Identity needs atleast has 'Contributor' access to Application Gateway '%s' and 'Reader' access to Application Gateway's Resource Group '%s'.",
+ " AGIC Identity needs at least 'Contributor' access to Application Gateway '%s' and 'Reader' access to Application Gateway's Resource Group '%s'.",
178
roleAssignmentCmd,
179
string(az.appGwName),
180
string(az.resourceGroupName),
0 commit comments