Skip to content

Commit f1783ad

Browse files
authored
Merge pull request #133 from Microsoft/users/tedchamb/dev
Add resource area id to the graph client.
2 parents 2ca5ce0 + 0e48526 commit f1783ad

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)