From c7f10d0e41012e6c1d5c0ad98dfd152c76146f36 Mon Sep 17 00:00:00 2001 From: Ted Chambers Date: Tue, 23 Oct 2018 12:12:52 -0400 Subject: [PATCH] Add resource area id to the graph client. --- vsts/vsts/graph/v4_1/graph_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vsts/vsts/graph/v4_1/graph_client.py b/vsts/vsts/graph/v4_1/graph_client.py index bb19ba48..bae17124 100644 --- a/vsts/vsts/graph/v4_1/graph_client.py +++ b/vsts/vsts/graph/v4_1/graph_client.py @@ -1,4 +1,4 @@ -# -------------------------------------------------------------------------------------------- +# -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- @@ -23,7 +23,7 @@ def __init__(self, base_url=None, creds=None): self._serialize = Serializer(client_models) self._deserialize = Deserializer(client_models) - resource_area_identifier = None + resource_area_identifier = 'bb1e7ec9-e901-4b68-999a-de7012b920f8' def get_descriptor(self, storage_key): """GetDescriptor.