Skip to content

Commit 7672d68

Browse files
authored
Fix typo (#1552)
1 parent e26b8ee commit 7672d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azure/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func (az *azClient) WaitForGetAccessOnGateway(maxRetryCount int) (err error) {
174174
)
175175

176176
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'.",
177+
" AGIC Identity needs at least 'Contributor' access to Application Gateway '%s' and 'Reader' access to Application Gateway's Resource Group '%s'.",
178178
roleAssignmentCmd,
179179
string(az.appGwName),
180180
string(az.resourceGroupName),

0 commit comments

Comments
 (0)