Skip to content

Commit

Permalink
Pre-down investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-johnalex committed Oct 11, 2024
1 parent 786577f commit e5249cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pre-down.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import argparse

import azure.core.exceptions
from azure.identity import DefaultAzureCredential
from azure.mgmt.cognitiveservices import CognitiveServicesManagementClient
Expand All @@ -10,7 +11,7 @@
parser.add_argument("--deployment-name", required=True, help="The name of the deployment to delete.")
parser.add_argument("--subscription-id", required=True, help="The Azure subscription ID.")

print(f"Pre-down OpenAI script starting.")
print("Pre-down OpenAI script starting.")

args = parser.parse_args()

Expand Down

0 comments on commit e5249cd

Please sign in to comment.