Skip to content

Commit

Permalink
updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayaisaiah committed Aug 5, 2024
1 parent 797abe5 commit 8bdb2ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3029,7 +3029,7 @@ def set_up_network_profile(self, mc: ManagedCluster) -> ManagedCluster:
network_profile.advanced_networking = self.models.AdvancedNetworking( # pylint: disable=no-member
observability=self.models.AdvancedNetworkingObservability( # pylint: disable=no-member
enabled=advanced_network_observability,
tlsManagement=self.context.get_advanced_networking_observability_tls_management(),
tls_management=self.context.get_advanced_networking_observability_tls_management(),
)
)
return mc
Expand Down

0 comments on commit 8bdb2ca

Please sign in to comment.