Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit ed7a80d

Browse files
committed
Resetting.
1 parent 2a60179 commit ed7a80d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/deployment/deploy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
ContainerSasPermissions,
4141
generate_container_sas,
4242
)
43+
from msrest.serialization import TZ_UTC
44+
4345
from deploylib.configuration import (
4446
Config,
4547
InstanceConfigClient,
@@ -65,7 +67,6 @@
6567
set_app_audience,
6668
update_pool_registration,
6769
)
68-
from msrest.serialization import TZ_UTC
6970

7071
# Found by manually assigning the User.Read permission to application
7172
# registration in the admin portal. The values are in the manifest under

src/deployment/set_admins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from azure.cosmosdb.table.tableservice import TableService
1010
from azure.identity import AzureCliCredential
1111
from azure.mgmt.storage import StorageManagementClient
12+
1213
from deploylib.configuration import (
1314
InstanceConfigClient,
1415
update_admins,

0 commit comments

Comments
 (0)