We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13aaed2 + 72c5c8d commit 7ce39d6Copy full SHA for 7ce39d6
api/admin/cli/main.go
@@ -243,8 +243,7 @@ func main() {
243
if err := manager.UpdateUserFederationConfig(params, resourceId, userFederationServiceConfig); err != nil {
244
log.Fatalf("UpdateUserFederationConfig failed: %s", err)
245
}
246
- fmt.Println(sf.Format("User federation service config: \"{0}\" successfully updated",
247
- userFederationServiceConfig.Name, params))
+ fmt.Println(sf.Format("User federation service config: \"{0}\" successfully updated", userFederationServiceConfig.Name, params))
248
case operations.ServerSettings:
249
var security config.GlobalSecurityConfig
250
if parseErr := json.Unmarshal(value, &security); parseErr != nil {
0 commit comments