Refactor import statements in create-app-and-sp and delete-app-and-sp scripts to use sk-az-tools/graph
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
getApp,
|
||||
getGraphClient,
|
||||
getServicePrincipal,
|
||||
} from "../src/graph.js";
|
||||
} from "sk-az-tools/graph";
|
||||
import { parseArgs } from "node:util";
|
||||
|
||||
async function usage() {
|
||||
|
||||
Reference in New Issue
Block a user