File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ python:
17
17
18
18
sphinx :
19
19
configuration : docs/sphinx/conf.py
20
+ fail_on_warning : true
Original file line number Diff line number Diff line change 1
- .. _ snapshot-lifecycle-management :
1
+ .. _ simulate :
2
2
3
3
Simulate
4
4
--------
Original file line number Diff line number Diff line change 57
57
)
58
58
from ._sync .client .security import SecurityClient as SecurityClient # noqa: F401
59
59
from ._sync .client .shutdown import ShutdownClient as ShutdownClient # noqa: F401
60
+ from ._sync .client .simulate import SimulateClient as SimulateClient # noqa: F401
60
61
from ._sync .client .slm import SlmClient as SlmClient # noqa: F401
61
62
from ._sync .client .snapshot import SnapshotClient as SnapshotClient # noqa: F401
62
63
from ._sync .client .sql import SqlClient as SqlClient # noqa: F401
107
108
"SearchableSnapshotsClient" ,
108
109
"SecurityClient" ,
109
110
"ShutdownClient" ,
111
+ "SimulateClient" ,
110
112
"SlmClient" ,
111
113
"SnapshotClient" ,
112
114
"SqlClient" ,
You can’t perform that action at this time.
0 commit comments