Skip to content

Commit 2c7f1cd

Browse files
committed
Add resource area id to the graph client.
1 parent 0e49c66 commit 2c7f1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vsts/vsts/graph/v4_1/graph_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# --------------------------------------------------------------------------------------------
1+
# --------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
@@ -23,7 +23,7 @@ def __init__(self, base_url=None, creds=None):
2323
self._serialize = Serializer(client_models)
2424
self._deserialize = Deserializer(client_models)
2525

26-
resource_area_identifier = None
26+
resource_area_identifier = 'bb1e7ec9-e901-4b68-999a-de7012b920f8'
2727

2828
def get_descriptor(self, storage_key):
2929
"""GetDescriptor.

0 commit comments

Comments
 (0)