Skip to content

Commit

Permalink
missed class remaining renames
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Jan 6, 2025
1 parent 1b7ca92 commit 34d2af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_nebari/stages/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class AzureProvider(schema.Base):
network_profile: Optional[Dict[str, str]] = None
max_pods: Optional[int] = None
workload_identity_enabled: bool = False
azure_rbac: Optional[AzureRBAC] = None
aad_access_control: Optional[AADAccessControl] = None

@model_validator(mode="before")
@classmethod
Expand Down Expand Up @@ -828,7 +828,7 @@ def input_vars(self, stage_outputs: Dict[str, Dict[str, Any]]):
network_profile=self.config.azure.network_profile,
max_pods=self.config.azure.max_pods,
workload_identity_enabled=self.config.azure.workload_identity_enabled,
azure_rbac=self.config.azure.azure_rbac,
aad_access_control=self.config.azure.azure_rbac,
azure_policy_enabled=self.config.azure.azure_policy_enabled,
).model_dump()
elif self.config.provider == schema.ProviderEnum.aws:
Expand Down

0 comments on commit 34d2af6

Please sign in to comment.