@@ -310,7 +310,7 @@ def _build_schema_on_201_200(cls):
310310 _schema_on_201_200 .error = AAZObjectType (
311311 flags = {"read_only" : True },
312312 )
313- _CreateHelper ._build_schema_azure . _core . _foundations . _error_read (_schema_on_201_200 .error )
313+ _CreateHelper ._build_schema_azure_core_foundations_error_read (_schema_on_201_200 .error )
314314 _schema_on_201_200 .last_updated_at = AAZStrType (
315315 serialized_name = "lastUpdatedAt" ,
316316 flags = {"read_only" : True },
@@ -391,62 +391,62 @@ def _build_schema_on_201_200(cls):
391391class _CreateHelper :
392392 """Helper class for Create"""
393393
394- _schema_azure . _core . _foundations . _error_read = None
394+ _schema_azure_core_foundations_error_read = None
395395
396396 @classmethod
397- def _build_schema_azure . _core . _foundations . _error_read (cls , _schema ):
398- if cls ._schema_azure . _core . _foundations . _error_read is not None :
399- _schema .code = cls ._schema_azure . _core . _foundations . _error_read .code
400- _schema .details = cls ._schema_azure . _core . _foundations . _error_read .details
401- _schema .innererror = cls ._schema_azure . _core . _foundations . _error_read .innererror
402- _schema .message = cls ._schema_azure . _core . _foundations . _error_read .message
403- _schema .target = cls ._schema_azure . _core . _foundations . _error_read .target
397+ def _build_schema_azure_core_foundations_error_read (cls , _schema ):
398+ if cls ._schema_azure_core_foundations_error_read is not None :
399+ _schema .code = cls ._schema_azure_core_foundations_error_read .code
400+ _schema .details = cls ._schema_azure_core_foundations_error_read .details
401+ _schema .innererror = cls ._schema_azure_core_foundations_error_read .innererror
402+ _schema .message = cls ._schema_azure_core_foundations_error_read .message
403+ _schema .target = cls ._schema_azure_core_foundations_error_read .target
404404 return
405405
406- cls ._schema_azure . _core . _foundations . _error_read = _schema_azure . _core . _foundations . _error_read = AAZObjectType (
406+ cls ._schema_azure_core_foundations_error_read = _schema_azure_core_foundations_error_read = AAZObjectType (
407407 flags = {"read_only" : True }
408408 )
409409
410- azure . _core . _foundations . _error_read = _schema_azure . _core . _foundations . _error_read
411- azure . _core . _foundations . _error_read .code = AAZStrType (
410+ azure_core_foundations_error_read = _schema_azure_core_foundations_error_read
411+ azure_core_foundations_error_read .code = AAZStrType (
412412 flags = {"required" : True },
413413 )
414- azure . _core . _foundations . _error_read .details = AAZListType ()
415- azure . _core . _foundations . _error_read .innererror = AAZObjectType ()
416- cls ._build_schema_azure . _core . _foundations . _inner_error_read ( azure . _core . _foundations . _error_read .innererror )
417- azure . _core . _foundations . _error_read .message = AAZStrType (
414+ azure_core_foundations_error_read .details = AAZListType ()
415+ azure_core_foundations_error_read .innererror = AAZObjectType ()
416+ cls ._build_schema_azure_core_foundations_innererror_read ( azure_core_foundations_error_read .innererror )
417+ azure_core_foundations_error_read .message = AAZStrType (
418418 flags = {"required" : True },
419419 )
420- azure . _core . _foundations . _error_read .target = AAZStrType ()
420+ azure_core_foundations_error_read .target = AAZStrType ()
421421
422- details = _schema_azure . _core . _foundations . _error_read .details
422+ details = _schema_azure_core_foundations_error_read .details
423423 details .Element = AAZObjectType ()
424- cls ._build_schema_azure . _core . _foundations . _error_read (details .Element )
424+ cls ._build_schema_azure_core_foundations_error_read (details .Element )
425425
426- _schema .code = cls ._schema_azure . _core . _foundations . _error_read .code
427- _schema .details = cls ._schema_azure . _core . _foundations . _error_read .details
428- _schema .innererror = cls ._schema_azure . _core . _foundations . _error_read .innererror
429- _schema .message = cls ._schema_azure . _core . _foundations . _error_read .message
430- _schema .target = cls ._schema_azure . _core . _foundations . _error_read .target
426+ _schema .code = cls ._schema_azure_core_foundations_error_read .code
427+ _schema .details = cls ._schema_azure_core_foundations_error_read .details
428+ _schema .innererror = cls ._schema_azure_core_foundations_error_read .innererror
429+ _schema .message = cls ._schema_azure_core_foundations_error_read .message
430+ _schema .target = cls ._schema_azure_core_foundations_error_read .target
431431
432- _schema_azure . _core . _foundations . _inner_error_read = None
432+ _schema_azure_core_foundations_innererror_read = None
433433
434434 @classmethod
435- def _build_schema_azure . _core . _foundations . _inner_error_read (cls , _schema ):
436- if cls ._schema_azure . _core . _foundations . _inner_error_read is not None :
437- _schema .code = cls ._schema_azure . _core . _foundations . _inner_error_read .code
438- _schema .innererror = cls ._schema_azure . _core . _foundations . _inner_error_read .innererror
435+ def _build_schema_azure_core_foundations_innererror_read (cls , _schema ):
436+ if cls ._schema_azure_core_foundations_innererror_read is not None :
437+ _schema .code = cls ._schema_azure_core_foundations_innererror_read .code
438+ _schema .innererror = cls ._schema_azure_core_foundations_innererror_read .innererror
439439 return
440440
441- cls ._schema_azure . _core . _foundations . _inner_error_read = _schema_azure . _core . _foundations . _inner_error_read = AAZObjectType ()
441+ cls ._schema_azure_core_foundations_innererror_read = _schema_azure_core_foundations_innererror_read = AAZObjectType ()
442442
443- azure . _core . _foundations . _inner_error_read = _schema_azure . _core . _foundations . _inner_error_read
444- azure . _core . _foundations . _inner_error_read .code = AAZStrType ()
445- azure . _core . _foundations . _inner_error_read .innererror = AAZObjectType ()
446- cls ._build_schema_azure . _core . _foundations . _inner_error_read ( azure . _core . _foundations . _inner_error_read .innererror )
443+ azure_core_foundations_innererror_read = _schema_azure_core_foundations_innererror_read
444+ azure_core_foundations_innererror_read .code = AAZStrType ()
445+ azure_core_foundations_innererror_read .innererror = AAZObjectType ()
446+ cls ._build_schema_azure_core_foundations_innererror_read ( azure_core_foundations_innererror_read .innererror )
447447
448- _schema .code = cls ._schema_azure . _core . _foundations . _inner_error_read .code
449- _schema .innererror = cls ._schema_azure . _core . _foundations . _inner_error_read .innererror
448+ _schema .code = cls ._schema_azure_core_foundations_innererror_read .code
449+ _schema .innererror = cls ._schema_azure_core_foundations_innererror_read .innererror
450450
451451
452452__all__ = ["Create" ]
0 commit comments