@@ -130,26 +130,26 @@ protected Deployment() { }
130130        public  virtual  Azure . ResourceManager . Resources . DeploymentData  Data  {  get  {  throw  null ;  }  } 
131131        public  virtual  bool  HasData  {  get  {  throw  null ;  }  } 
132132        protected  override  Azure . ResourceManager . ResourceType  ValidResourceType  {  get  {  throw  null ;  }  } 
133-         public  virtual  Azure . Response  CancelAtScope ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
134-         public  virtual  System . Threading . Tasks . Task < Azure . Response >  CancelAtScopeAsync ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
135-         public  virtual  Azure . Response  CheckExistenceAtScope ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
136-         public  virtual  System . Threading . Tasks . Task < Azure . Response >  CheckExistenceAtScopeAsync ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
133+         public  virtual  Azure . Response  Cancel ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
134+         public  virtual  System . Threading . Tasks . Task < Azure . Response >  CancelAsync ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
135+         public  virtual  Azure . Response  CheckExistence ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
136+         public  virtual  System . Threading . Tasks . Task < Azure . Response >  CheckExistenceAsync ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
137137        public  virtual  Azure . ResourceManager . Resources . Models . DeploymentDeleteAtScopeOperation  Delete ( bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
138138        public  virtual  System . Threading . Tasks . Task < Azure . ResourceManager . Resources . Models . DeploymentDeleteAtScopeOperation >  DeleteAsync ( bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
139-         public  virtual  Azure . Response < Azure . ResourceManager . Resources . Models . DeploymentExportResult >  ExportTemplateAtScope ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
140-         public  virtual  System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . Models . DeploymentExportResult > >  ExportTemplateAtScopeAsync ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
139+         public  virtual  Azure . Response < Azure . ResourceManager . Resources . Models . DeploymentExportResult >  ExportTemplate ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
140+         public  virtual  System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . Models . DeploymentExportResult > >  ExportTemplateAsync ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
141141        public  virtual  Azure . Response < Azure . ResourceManager . Resources . Deployment >  Get ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
142142        public  virtual  System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . Deployment > >  GetAsync ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
143-         public  virtual  Azure . Response < Azure . ResourceManager . Resources . Models . DeploymentOperation >  GetAtScopeDeploymentOperation ( string  operationId ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
144-         public  virtual  System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . Models . DeploymentOperation > >  GetAtScopeDeploymentOperationAsync ( string  operationId ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
145-         public  virtual  Azure . Pageable < Azure . ResourceManager . Resources . Models . DeploymentOperation >  GetAtScopeDeploymentOperations ( int ?  top  =  default ( int ? ) ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
146-         public  virtual  Azure . AsyncPageable < Azure . ResourceManager . Resources . Models . DeploymentOperation >  GetAtScopeDeploymentOperationsAsync ( int ?  top  =  default ( int ? ) ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
147143        public  virtual  System . Collections . Generic . IEnumerable < Azure . ResourceManager . Resources . Models . Location >  GetAvailableLocations ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
148144        public  virtual  System . Threading . Tasks . Task < System . Collections . Generic . IEnumerable < Azure . ResourceManager . Resources . Models . Location > >  GetAvailableLocationsAsync ( System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
149-         public  virtual  Azure . ResourceManager . Resources . Models . DeploymentValidateAtScopeOperation  ValidateAtScope ( Azure . ResourceManager . Resources . Models . DeploymentInput  parameters ,  bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
150-         public  virtual  System . Threading . Tasks . Task < Azure . ResourceManager . Resources . Models . DeploymentValidateAtScopeOperation >  ValidateAtScopeAsync ( Azure . ResourceManager . Resources . Models . DeploymentInput  parameters ,  bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
151-         public  virtual  Azure . ResourceManager . Resources . Models . DeploymentWhatIfOperation  WhatIf ( Azure . ResourceManager . Resources . Models . DeploymentWhatIfProperties  properties ,  string  location  =  null ,  bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
152-         public  virtual  System . Threading . Tasks . Task < Azure . ResourceManager . Resources . Models . DeploymentWhatIfOperation >  WhatIfAsync ( Azure . ResourceManager . Resources . Models . DeploymentWhatIfProperties  properties ,  string  location  =  null ,  bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
145+         public  virtual  Azure . Response < Azure . ResourceManager . Resources . Models . DeploymentOperation >  GetDeploymentOperation ( string  operationId ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
146+         public  virtual  System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . Models . DeploymentOperation > >  GetDeploymentOperationAsync ( string  operationId ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
147+         public  virtual  Azure . Pageable < Azure . ResourceManager . Resources . Models . DeploymentOperation >  GetDeploymentOperations ( int ?  top  =  default ( int ? ) ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
148+         public  virtual  Azure . AsyncPageable < Azure . ResourceManager . Resources . Models . DeploymentOperation >  GetDeploymentOperationsAsync ( int ?  top  =  default ( int ? ) ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
149+         public  virtual  Azure . ResourceManager . Resources . Models . DeploymentValidateAtScopeOperation  Validate ( Azure . ResourceManager . Resources . Models . DeploymentInput  parameters ,  bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
150+         public  virtual  System . Threading . Tasks . Task < Azure . ResourceManager . Resources . Models . DeploymentValidateAtScopeOperation >  ValidateAsync ( Azure . ResourceManager . Resources . Models . DeploymentInput  parameters ,  bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
151+         public  virtual  Azure . ResourceManager . Resources . Models . DeploymentWhatIfAtTenantScopeOperation  WhatIf ( string  location ,  Azure . ResourceManager . Resources . Models . DeploymentWhatIfProperties  properties ,  bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
152+         public  virtual  System . Threading . Tasks . Task < Azure . ResourceManager . Resources . Models . DeploymentWhatIfAtTenantScopeOperation >  WhatIfAsync ( string  location ,  Azure . ResourceManager . Resources . Models . DeploymentWhatIfProperties  properties ,  bool  waitForCompletion  =  true ,  System . Threading . CancellationToken  cancellationToken  =  default ( System . Threading . CancellationToken ) )  {  throw  null ;  } 
153153    } 
154154    public  partial  class  DeploymentCollection  :  Azure . ResourceManager . Core . ArmCollection ,  System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . Resources . Deployment > ,  System . Collections . Generic . IEnumerable < Azure . ResourceManager . Resources . Deployment > ,  System . Collections . IEnumerable 
155155    { 
0 commit comments