python-terrascript/terrascript/msgraph/r.py

30 lines
508 B
Python

# terrascript/msgraph/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class msgraph_application(terrascript.Resource):
pass
class msgraph_application_password(terrascript.Resource):
pass
class msgraph_group(terrascript.Resource):
pass
class msgraph_group_member(terrascript.Resource):
pass
class msgraph_user(terrascript.Resource):
pass