Skip to content

Commit

Permalink
updating examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushDub committed Oct 11, 2024
1 parent 3b1b234 commit e36c14c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Configuration Example
AADIdentityGovernanceLifecycleWorkflow "AADIdentityGovernanceLifecycleWorkflow-Onboard pre-hire employee updated version"
{
Category = "joiner";
Credential = $Credscredential;
Description = "Description the onboard of prehire employee";
DisplayName = "Onboard pre-hire employee updated version";
Ensure = "Present";
Expand Down Expand Up @@ -59,6 +58,9 @@ Configuration Example
)
}
);
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Configuration Example
AADIdentityGovernanceLifecycleWorkflow "AADIdentityGovernanceLifecycleWorkflow-Onboard pre-hire employee updated version"
{
Category = "joiner";
Credential = $Credscredential;
#updated description
Description = "Updated description the onboard of prehire employee";
DisplayName = "Onboard pre-hire employee updated version";
Expand Down Expand Up @@ -62,6 +61,9 @@ Configuration Example
)
}
);
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Configuration Example
AADIdentityGovernanceLifecycleWorkflow "AADIdentityGovernanceLifecycleWorkflow-Onboard pre-hire employee updated version"
{
Category = "joiner";
Credential = $Credscredential;
Description = "Updated description the onboard of prehire employee";
DisplayName = "Onboard pre-hire employee updated version";
Ensure = "Absent";
Expand Down Expand Up @@ -59,6 +58,9 @@ Configuration Example
)
}
);
ApplicationId = $ApplicationId
TenantId = $TenantId
CertificateThumbprint = $CertificateThumbprint
}
}
}

0 comments on commit e36c14c

Please sign in to comment.