msgraph-sdk 1.6.0__py3-none-any.whl → 1.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- msgraph/_version.py +1 -1
- msgraph/generated/communications/calls/item/participants/invite/invite_request_builder.py +3 -3
- msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
- msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
- msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
- msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py +7 -7
- msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +4 -4
- msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
- msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +7 -7
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
- msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
- msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +10 -10
- msgraph/generated/device_management/device_management_request_builder.py +2 -2
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +4 -4
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/tables/add/add_request_builder.py +3 -3
- msgraph/generated/drives/item/items/item/workbook/worksheets/item/tables/add/add_request_builder.py +3 -3
- msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
- msgraph/generated/groups/groups_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/conversations_request_builder.py +3 -3
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +5 -5
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
- msgraph/generated/kiota-lock.json +2 -2
- msgraph/generated/organization/item/branding/localizations/item/banner_logo/banner_logo_request_builder.py +3 -3
- msgraph/generated/organization/item/organization_item_request_builder.py +3 -3
- msgraph/generated/organization/organization_request_builder.py +4 -4
- msgraph/generated/sites/item/lists/item/list_item_request_builder.py +4 -4
- msgraph/generated/sites/sites_request_builder.py +4 -4
- msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py +3 -3
- msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
- msgraph/generated/users/item/presence/presence_request_builder.py +4 -4
- msgraph/generated/users/item/user_item_request_builder.py +5 -5
- msgraph/generated/users/users_request_builder.py +4 -4
- {msgraph_sdk-1.6.0.dist-info → msgraph_sdk-1.7.0.dist-info}/METADATA +2 -2
- {msgraph_sdk-1.6.0.dist-info → msgraph_sdk-1.7.0.dist-info}/RECORD +48 -48
- {msgraph_sdk-1.6.0.dist-info → msgraph_sdk-1.7.0.dist-info}/LICENSE +0 -0
- {msgraph_sdk-1.6.0.dist-info → msgraph_sdk-1.7.0.dist-info}/WHEEL +0 -0
@@ -48,10 +48,10 @@ class BannerLogoRequestBuilder(BaseRequestBuilder):
|
|
48
48
|
|
49
49
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> bytes:
|
50
50
|
"""
|
51
|
-
|
51
|
+
Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.
|
52
52
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
53
53
|
Returns: bytes
|
54
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
54
|
+
Find more info here: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0
|
55
55
|
"""
|
56
56
|
request_info = self.to_get_request_information(
|
57
57
|
request_configuration
|
@@ -103,7 +103,7 @@ class BannerLogoRequestBuilder(BaseRequestBuilder):
|
|
103
103
|
|
104
104
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
105
105
|
"""
|
106
|
-
|
106
|
+
Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.
|
107
107
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
108
108
|
Returns: RequestInformation
|
109
109
|
"""
|
@@ -79,11 +79,11 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
|
|
79
79
|
|
80
80
|
async def patch(self,body: Organization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[Organization]:
|
81
81
|
"""
|
82
|
-
Update the properties of
|
82
|
+
Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization.
|
83
83
|
param body: The request body
|
84
84
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
85
85
|
Returns: Optional[Organization]
|
86
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
86
|
+
Find more info here: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0
|
87
87
|
"""
|
88
88
|
if body is None:
|
89
89
|
raise TypeError("body cannot be null.")
|
@@ -125,7 +125,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
|
|
125
125
|
|
126
126
|
def to_patch_request_information(self,body: Organization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
127
127
|
"""
|
128
|
-
Update the properties of
|
128
|
+
Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization.
|
129
129
|
param body: The request body
|
130
130
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
131
131
|
Returns: RequestInformation
|
@@ -52,10 +52,10 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
async def get(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> Optional[OrganizationCollectionResponse]:
|
54
54
|
"""
|
55
|
-
|
55
|
+
List properties and relationships of the organization objects.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: Optional[OrganizationCollectionResponse]
|
58
|
-
Find more info here: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0
|
58
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0
|
59
59
|
"""
|
60
60
|
request_info = self.to_get_request_information(
|
61
61
|
request_configuration
|
@@ -96,7 +96,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
|
|
96
96
|
|
97
97
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
98
98
|
"""
|
99
|
-
|
99
|
+
List properties and relationships of the organization objects.
|
100
100
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
101
101
|
Returns: RequestInformation
|
102
102
|
"""
|
@@ -178,7 +178,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
|
|
178
178
|
@dataclass
|
179
179
|
class OrganizationRequestBuilderGetQueryParameters():
|
180
180
|
"""
|
181
|
-
|
181
|
+
List properties and relationships of the organization objects.
|
182
182
|
"""
|
183
183
|
def get_query_parameter(self,original_name: str) -> str:
|
184
184
|
"""
|
@@ -57,10 +57,10 @@ class ListItemRequestBuilder(BaseRequestBuilder):
|
|
57
57
|
|
58
58
|
async def get(self,request_configuration: Optional[RequestConfiguration[ListItemRequestBuilderGetQueryParameters]] = None) -> Optional[List_]:
|
59
59
|
"""
|
60
|
-
|
60
|
+
Get a list of rich long-running operations associated with a list.
|
61
61
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
62
62
|
Returns: Optional[List_]
|
63
|
-
Find more info here: https://learn.microsoft.com/graph/api/list-
|
63
|
+
Find more info here: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0
|
64
64
|
"""
|
65
65
|
request_info = self.to_get_request_information(
|
66
66
|
request_configuration
|
@@ -112,7 +112,7 @@ class ListItemRequestBuilder(BaseRequestBuilder):
|
|
112
112
|
|
113
113
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[ListItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
114
114
|
"""
|
115
|
-
|
115
|
+
Get a list of rich long-running operations associated with a list.
|
116
116
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
117
117
|
Returns: RequestInformation
|
118
118
|
"""
|
@@ -228,7 +228,7 @@ class ListItemRequestBuilder(BaseRequestBuilder):
|
|
228
228
|
@dataclass
|
229
229
|
class ListItemRequestBuilderGetQueryParameters():
|
230
230
|
"""
|
231
|
-
|
231
|
+
Get a list of rich long-running operations associated with a list.
|
232
232
|
"""
|
233
233
|
def get_query_parameter(self,original_name: str) -> str:
|
234
234
|
"""
|
@@ -51,10 +51,10 @@ class SitesRequestBuilder(BaseRequestBuilder):
|
|
51
51
|
|
52
52
|
async def get(self,request_configuration: Optional[RequestConfiguration[SitesRequestBuilderGetQueryParameters]] = None) -> Optional[SiteCollectionResponse]:
|
53
53
|
"""
|
54
|
-
|
54
|
+
Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
|
55
55
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
56
56
|
Returns: Optional[SiteCollectionResponse]
|
57
|
-
Find more info here: https://learn.microsoft.com/graph/api/site-
|
57
|
+
Find more info here: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0
|
58
58
|
"""
|
59
59
|
request_info = self.to_get_request_information(
|
60
60
|
request_configuration
|
@@ -72,7 +72,7 @@ class SitesRequestBuilder(BaseRequestBuilder):
|
|
72
72
|
|
73
73
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[SitesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
74
74
|
"""
|
75
|
-
|
75
|
+
Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
|
76
76
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
77
77
|
Returns: RequestInformation
|
78
78
|
"""
|
@@ -139,7 +139,7 @@ class SitesRequestBuilder(BaseRequestBuilder):
|
|
139
139
|
@dataclass
|
140
140
|
class SitesRequestBuilderGetQueryParameters():
|
141
141
|
"""
|
142
|
-
|
142
|
+
Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results.
|
143
143
|
"""
|
144
144
|
def get_query_parameter(self,original_name: str) -> str:
|
145
145
|
"""
|
msgraph/generated/teams/item/channels/item/members/item/conversation_member_item_request_builder.py
CHANGED
@@ -71,11 +71,11 @@ class ConversationMemberItemRequestBuilder(BaseRequestBuilder):
|
|
71
71
|
|
72
72
|
async def patch(self,body: ConversationMember, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ConversationMember]:
|
73
73
|
"""
|
74
|
-
Update the role of a conversationMember in a
|
74
|
+
Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.
|
75
75
|
param body: The request body
|
76
76
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
77
77
|
Returns: Optional[ConversationMember]
|
78
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
78
|
+
Find more info here: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0
|
79
79
|
"""
|
80
80
|
if body is None:
|
81
81
|
raise TypeError("body cannot be null.")
|
@@ -117,7 +117,7 @@ class ConversationMemberItemRequestBuilder(BaseRequestBuilder):
|
|
117
117
|
|
118
118
|
def to_patch_request_information(self,body: ConversationMember, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
119
119
|
"""
|
120
|
-
Update the role of a conversationMember in a
|
120
|
+
Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.
|
121
121
|
param body: The request body
|
122
122
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
123
123
|
Returns: RequestInformation
|
@@ -70,11 +70,11 @@ class MembersRequestBuilder(BaseRequestBuilder):
|
|
70
70
|
|
71
71
|
async def post(self,body: ConversationMember, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ConversationMember]:
|
72
72
|
"""
|
73
|
-
Add a conversationMember to a channel.
|
73
|
+
Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
|
74
74
|
param body: The request body
|
75
75
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
76
76
|
Returns: Optional[ConversationMember]
|
77
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
77
|
+
Find more info here: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
|
78
78
|
"""
|
79
79
|
if body is None:
|
80
80
|
raise TypeError("body cannot be null.")
|
@@ -105,7 +105,7 @@ class MembersRequestBuilder(BaseRequestBuilder):
|
|
105
105
|
|
106
106
|
def to_post_request_information(self,body: ConversationMember, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
107
107
|
"""
|
108
|
-
Add a conversationMember to a channel.
|
108
|
+
Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
|
109
109
|
param body: The request body
|
110
110
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
111
111
|
Returns: RequestInformation
|
@@ -54,10 +54,10 @@ class PresenceRequestBuilder(BaseRequestBuilder):
|
|
54
54
|
|
55
55
|
async def get(self,request_configuration: Optional[RequestConfiguration[PresenceRequestBuilderGetQueryParameters]] = None) -> Optional[Presence]:
|
56
56
|
"""
|
57
|
-
|
57
|
+
Set a presence status message for a user. An optional expiration date and time can be supplied.
|
58
58
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
59
59
|
Returns: Optional[Presence]
|
60
|
-
Find more info here: https://learn.microsoft.com/graph/api/presence-
|
60
|
+
Find more info here: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0
|
61
61
|
"""
|
62
62
|
request_info = self.to_get_request_information(
|
63
63
|
request_configuration
|
@@ -109,7 +109,7 @@ class PresenceRequestBuilder(BaseRequestBuilder):
|
|
109
109
|
|
110
110
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[PresenceRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
111
111
|
"""
|
112
|
-
|
112
|
+
Set a presence status message for a user. An optional expiration date and time can be supplied.
|
113
113
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
114
114
|
Returns: RequestInformation
|
115
115
|
"""
|
@@ -198,7 +198,7 @@ class PresenceRequestBuilder(BaseRequestBuilder):
|
|
198
198
|
@dataclass
|
199
199
|
class PresenceRequestBuilderGetQueryParameters():
|
200
200
|
"""
|
201
|
-
|
201
|
+
Set a presence status message for a user. An optional expiration date and time can be supplied.
|
202
202
|
"""
|
203
203
|
def get_query_parameter(self,original_name: str) -> str:
|
204
204
|
"""
|
@@ -107,10 +107,10 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
107
107
|
|
108
108
|
async def delete(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> None:
|
109
109
|
"""
|
110
|
-
|
110
|
+
Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
|
111
111
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
112
112
|
Returns: None
|
113
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
113
|
+
Find more info here: https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0
|
114
114
|
"""
|
115
115
|
request_info = self.to_delete_request_information(
|
116
116
|
request_configuration
|
@@ -144,7 +144,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
144
144
|
Read properties and relationships of the user object.
|
145
145
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
146
146
|
Returns: Optional[User]
|
147
|
-
Find more info here: https://learn.microsoft.com/graph/api/intune-
|
147
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0
|
148
148
|
"""
|
149
149
|
request_info = self.to_get_request_information(
|
150
150
|
request_configuration
|
@@ -166,7 +166,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
166
166
|
param body: The request body
|
167
167
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
168
168
|
Returns: Optional[User]
|
169
|
-
Find more info here: https://learn.microsoft.com/graph/api/
|
169
|
+
Find more info here: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0
|
170
170
|
"""
|
171
171
|
if body is None:
|
172
172
|
raise TypeError("body cannot be null.")
|
@@ -201,7 +201,7 @@ class UserItemRequestBuilder(BaseRequestBuilder):
|
|
201
201
|
|
202
202
|
def to_delete_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
203
203
|
"""
|
204
|
-
|
204
|
+
Delete a user object. When deleted, user resources, including their mailbox and license assignments, are moved to a temporary container and if the user is restored within 30 days, these objects are restored to them. The user is also restored to any groups they were a member of. After 30 days and if not restored, the user object is permanently deleted and their assigned resources freed. To manage the deleted user object, see deletedItems.
|
205
205
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
206
206
|
Returns: RequestInformation
|
207
207
|
"""
|
@@ -52,10 +52,10 @@ class UsersRequestBuilder(BaseRequestBuilder):
|
|
52
52
|
|
53
53
|
async def get(self,request_configuration: Optional[RequestConfiguration[UsersRequestBuilderGetQueryParameters]] = None) -> Optional[UserCollectionResponse]:
|
54
54
|
"""
|
55
|
-
|
55
|
+
List properties and relationships of the user objects.
|
56
56
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
57
57
|
Returns: Optional[UserCollectionResponse]
|
58
|
-
Find more info here: https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0
|
58
|
+
Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0
|
59
59
|
"""
|
60
60
|
request_info = self.to_get_request_information(
|
61
61
|
request_configuration
|
@@ -97,7 +97,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
|
|
97
97
|
|
98
98
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[UsersRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
|
99
99
|
"""
|
100
|
-
|
100
|
+
List properties and relationships of the user objects.
|
101
101
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
102
102
|
Returns: RequestInformation
|
103
103
|
"""
|
@@ -179,7 +179,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
|
|
179
179
|
@dataclass
|
180
180
|
class UsersRequestBuilderGetQueryParameters():
|
181
181
|
"""
|
182
|
-
|
182
|
+
List properties and relationships of the user objects.
|
183
183
|
"""
|
184
184
|
def get_query_parameter(self,original_name: str) -> str:
|
185
185
|
"""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: msgraph-sdk
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.7.0
|
4
4
|
Summary: The Microsoft Graph Python SDK
|
5
5
|
Keywords: msgraph,openAPI,Microsoft,Graph
|
6
6
|
Author-email: Microsoft <graphtooling+python@microsoft.com>
|
@@ -162,7 +162,7 @@ credential = ClientSecretCredential(
|
|
162
162
|
'client_id',
|
163
163
|
'client_secret'
|
164
164
|
)
|
165
|
-
scopes = [
|
165
|
+
scopes = ['https://graph.microsoft.com/.default']
|
166
166
|
client = GraphServiceClient(credentials=credential, scopes=scopes)
|
167
167
|
|
168
168
|
# GET /users/{id | userPrincipalName}
|