File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/HealthcareApis/HealthcareApis/HealthcareApis Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,8 @@ private ServicesDescription GenerateServiceDescription(ServicesDescription healt
247
247
AllowCredentials = AllowCorsCredential != healthcareApisAccount . Properties . CorsConfiguration . AllowCredentials ? healthcareApisAccount . Properties . CorsConfiguration . AllowCredentials : this . AllowCorsCredential . ToBool ( )
248
248
} ,
249
249
AccessPolicies = accessPolicies
250
- }
250
+ } ,
251
+ Kind = healthcareApisAccount . Kind
251
252
} ;
252
253
}
253
254
@@ -277,7 +278,8 @@ private ServicesDescription InputObjectToServiceDescription(ServicesDescription
277
278
AllowCredentials = InputObject . Properties . CorsConfiguration . AllowCredentials ?? healthcareApisAccount . Properties . CorsConfiguration . AllowCredentials
278
279
} ,
279
280
AccessPolicies = accessPolicies
280
- }
281
+ } ,
282
+ Kind = InputObject . Kind
281
283
} ;
282
284
}
283
285
}
You can’t perform that action at this time.
0 commit comments