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,
|
getApp,
|
||||||
getGraphClient,
|
getGraphClient,
|
||||||
getServicePrincipal,
|
getServicePrincipal,
|
||||||
} from "../src/graph.js";
|
} from "sk-az-tools/graph";
|
||||||
import { parseArgs } from "node:util";
|
import { parseArgs } from "node:util";
|
||||||
|
|
||||||
async function usage() {
|
async function usage() {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import {
|
|||||||
getApp,
|
getApp,
|
||||||
getGraphClient,
|
getGraphClient,
|
||||||
getServicePrincipal,
|
getServicePrincipal,
|
||||||
} from "../src/graph.js";
|
} from "sk-az-tools/graph";
|
||||||
import { parseArgs } from "node:util";
|
import { parseArgs } from "node:util";
|
||||||
|
|
||||||
async function usage() {
|
async function usage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user