@@ -874,7 +874,6 @@ async def AllModels(self):
874874 """AllModels allows controller administrators to get the list of all the
875875 models in the controller.
876876
877-
878877 Returns -> UserModelList
879878 """
880879 # map input types to rpc msg
@@ -971,7 +970,6 @@ async def ControllerVersion(self):
971970 NOTE: the implementation intentionally does not check for SuperuserAccess
972971 as the Version is known even to users with login access.
973972
974-
975973 Returns -> ControllerVersionResults
976974 """
977975 # map input types to rpc msg
@@ -988,7 +986,6 @@ async def DashboardConnectionInfo(self):
988986 """DashboardConnectionInfo returns the connection information for a client to
989987 connect to the Juju Dashboard including any proxying information.
990988
991-
992989 Returns -> DashboardConnectionInfo
993990 """
994991 # map input types to rpc msg
@@ -1105,7 +1102,6 @@ async def HostedModelConfigs(self):
11051102 order to connect directly with the host model's provider and destroy it
11061103 directly.
11071104
1108-
11091105 Returns -> HostedModelConfigsResults
11101106 """
11111107 # map input types to rpc msg
@@ -1126,7 +1122,6 @@ async def IdentityProviderURL(self):
11261122 NOTE: the implementation intentionally does not check for SuperuserAccess
11271123 as the URL is known even to users with login access.
11281124
1129-
11301125 Returns -> StringResult
11311126 """
11321127 # map input types to rpc msg
@@ -1165,7 +1160,6 @@ async def ListBlockedModels(self):
11651160 name, then owner. Callers must be controller administrators to retrieve the
11661161 list.
11671162
1168-
11691163 Returns -> ModelBlockInfoList
11701164 """
11711165 # map input types to rpc msg
@@ -1183,7 +1177,6 @@ async def ModelConfig(self):
11831177 model. For information on the current model, use
11841178 client.ModelGet
11851179
1186-
11871180 Returns -> ModelConfigResults
11881181 """
11891182 # map input types to rpc msg
@@ -1276,7 +1269,6 @@ async def WatchAllModelSummaries(self):
12761269 This method is superuser access only, and watches all models in the
12771270 controller.
12781271
1279-
12801272 Returns -> SummaryWatcherID
12811273 """
12821274 # map input types to rpc msg
@@ -1297,7 +1289,6 @@ async def WatchAllModels(self):
12971289 controller. The returned AllWatcherId should be used with Next on the
12981290 AllModelWatcher endpoint to receive deltas.
12991291
1300-
13011292 Returns -> AllWatcherId
13021293 """
13031294 # map input types to rpc msg
@@ -1338,7 +1329,6 @@ async def WatchModelSummaries(self):
13381329 """WatchModelSummaries starts watching the summary updates from the cache.
13391330 Only models that the user has access to are returned.
13401331
1341-
13421332 Returns -> SummaryWatcherID
13431333 """
13441334 # map input types to rpc msg
0 commit comments