Skip to content

Commit

Permalink
Fix file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
reespozzi committed Dec 20, 2023
1 parent a4f6108 commit 30d885b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/applicationManager.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { OnPremisesPublishing } from "./onPremisesPublishing.js";
import { errorHandler } from "./errorHandler.js";
import { findExistingServicePrincipal,
getEntraGroupId,
import {
findExistingServicePrincipal,
getEntraGroupId,
} from "./servicePrincipalManager.js";
import { TLS } from "./tls.js";

Expand Down Expand Up @@ -702,7 +703,6 @@ async function updateApplicationGroupAssignments({
}
}


/**
* Updates an Azure Entra Application group assignments, specifically for app roles
* @param applicationId The object ID of enterprise application
Expand Down

0 comments on commit 30d885b

Please sign in to comment.