@@ -97,7 +97,7 @@ impl Client {
9797 pub ( crate ) async fn send (
9898 & self ,
9999 request : & mut azure_core:: http:: Request ,
100- ) -> azure_core:: Result < azure_core:: http:: RawResponse > {
100+ ) -> azure_core:: Result < azure_core:: http:: BufResponse > {
101101 let context = azure_core:: http:: Context :: default ( ) ;
102102 self . pipeline . send ( & context, request) . await
103103 }
@@ -121,6 +121,7 @@ impl Client {
121121 options,
122122 Vec :: new ( ) ,
123123 Vec :: new ( ) ,
124+ None ,
124125 ) ;
125126 Self {
126127 endpoint,
@@ -230,7 +231,7 @@ pub mod pipeline_permissions {
230231 ) -> azure_core:: Result < models:: ResourcePipelinePermissionsList > {
231232 self . 0 . into_body ( ) . await
232233 }
233- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
234+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
234235 self . 0 . into ( )
235236 }
236237 }
@@ -338,7 +339,7 @@ pub mod pipeline_permissions {
338339 ) -> azure_core:: Result < models:: ResourcePipelinePermissions > {
339340 self . 0 . into_body ( ) . await
340341 }
341- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
342+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
342343 self . 0 . into ( )
343344 }
344345 }
@@ -448,7 +449,7 @@ pub mod pipeline_permissions {
448449 ) -> azure_core:: Result < models:: ResourcePipelinePermissions > {
449450 self . 0 . into_body ( ) . await
450451 }
451- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
452+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
452453 self . 0 . into ( )
453454 }
454455 }
@@ -685,7 +686,7 @@ pub mod check_configurations {
685686 pub async fn into_body ( self ) -> azure_core:: Result < models:: CheckConfigurationList > {
686687 self . 0 . into_body ( ) . await
687688 }
688- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
689+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
689690 self . 0 . into ( )
690691 }
691692 }
@@ -818,7 +819,7 @@ pub mod check_configurations {
818819 pub async fn into_body ( self ) -> azure_core:: Result < models:: CheckConfiguration > {
819820 self . 0 . into_body ( ) . await
820821 }
821- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
822+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
822823 self . 0 . into ( )
823824 }
824825 }
@@ -920,7 +921,7 @@ pub mod check_configurations {
920921 pub async fn into_body ( self ) -> azure_core:: Result < models:: CheckConfiguration > {
921922 self . 0 . into_body ( ) . await
922923 }
923- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
924+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
924925 self . 0 . into ( )
925926 }
926927 }
@@ -1032,7 +1033,7 @@ pub mod check_configurations {
10321033 pub async fn into_body ( self ) -> azure_core:: Result < models:: CheckConfiguration > {
10331034 self . 0 . into_body ( ) . await
10341035 }
1035- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
1036+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
10361037 self . 0 . into ( )
10371038 }
10381039 }
@@ -1131,7 +1132,7 @@ pub mod check_configurations {
11311132 #[ derive( Debug ) ]
11321133 pub struct Response ( azure_core:: http:: Response < ( ) , azure_core:: http:: NoFormat > ) ;
11331134 impl Response {
1134- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
1135+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
11351136 self . 0 . into ( )
11361137 }
11371138 }
@@ -1239,7 +1240,7 @@ pub mod check_configurations {
12391240 pub async fn into_body ( self ) -> azure_core:: Result < models:: CheckConfigurationList > {
12401241 self . 0 . into_body ( ) . await
12411242 }
1242- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
1243+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
12431244 self . 0 . into ( )
12441245 }
12451246 }
@@ -1401,7 +1402,7 @@ pub mod check_evaluations {
14011402 pub async fn into_body ( self ) -> azure_core:: Result < models:: CheckSuite > {
14021403 self . 0 . into_body ( ) . await
14031404 }
1404- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
1405+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
14051406 self . 0 . into ( )
14061407 }
14071408 }
@@ -1513,7 +1514,7 @@ pub mod check_evaluations {
15131514 pub async fn into_body ( self ) -> azure_core:: Result < models:: CheckSuite > {
15141515 self . 0 . into_body ( ) . await
15151516 }
1516- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
1517+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
15171518 self . 0 . into ( )
15181519 }
15191520 }
@@ -1694,7 +1695,7 @@ pub mod approvals {
16941695 pub async fn into_body ( self ) -> azure_core:: Result < models:: ApprovalList > {
16951696 self . 0 . into_body ( ) . await
16961697 }
1697- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
1698+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
16981699 self . 0 . into ( )
16991700 }
17001701 }
@@ -1847,7 +1848,7 @@ pub mod approvals {
18471848 pub async fn into_body ( self ) -> azure_core:: Result < models:: ApprovalList > {
18481849 self . 0 . into_body ( ) . await
18491850 }
1850- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
1851+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
18511852 self . 0 . into ( )
18521853 }
18531854 }
@@ -1949,7 +1950,7 @@ pub mod approvals {
19491950 pub async fn into_body ( self ) -> azure_core:: Result < models:: Approval > {
19501951 self . 0 . into_body ( ) . await
19511952 }
1952- pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
1953+ pub fn into_raw_response ( self ) -> azure_core:: http:: BufResponse {
19531954 self . 0 . into ( )
19541955 }
19551956 }
0 commit comments