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:
2026-02-04 21:39:56 +01:00
parent 147ccfe3bc
commit 46c3c97e63
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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() {