You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apiserver/facades/schema.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -18900,7 +18900,7 @@
18900
18900
"$ref": "#/definitions/ModelConfigResults"
18901
18901
}
18902
18902
},
18903
-
"description": "ModelConfig returns the model config for the controller\nmodel. For information on the current model, use\nclient.ModelGet"
18903
+
"description": "ModelConfig returns the model config for the controller model.\n\nDeprecated: this facade method will be removed in 4.0 when this facade is\nconverted to a multi-model facade. Please use the ModelConfig facade's\nModelGet method instead:\n[github.com/juju/juju/apiserver/facades/client/modelconfig.ModelConfigAPI.ModelGet]"
Copy file name to clipboardexpand all lines: cmd/juju/commands/package_test.go
-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ import (
10
10
)
11
11
12
12
//go:generate go run go.uber.org/mock/mockgen -package commands -destination mockenvirons_test.go github.com/juju/juju/environs Environ,PrecheckJujuUpgradeStep
13
-
//go:generate go run go.uber.org/mock/mockgen -package mocks -destination mocks/controller_mock.go github.com/juju/juju/cmd/juju/commands ControllerAPI
14
13
//go:generate go run go.uber.org/mock/mockgen -package mocks -destination mocks/modelupgrader_mock.go github.com/juju/juju/cmd/juju/commands ModelUpgraderAPI
15
14
//go:generate go run go.uber.org/mock/mockgen -package mocks -destination mocks/synctool_mock.go github.com/juju/juju/cmd/juju/commands SyncToolAPI
16
15
//go:generate go run go.uber.org/mock/mockgen -package mocks -destination mocks/modelconfig_mock.go github.com/juju/juju/cmd/juju/commands ModelConfigAPI
0 commit comments