msgraph-sdk 1.38.0__py3-none-any.whl → 1.39.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.
Files changed (46) hide show
  1. msgraph/_version.py +1 -1
  2. msgraph/generated/device_app_management/device_app_management_request_builder.py +2 -2
  3. msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py +4 -4
  4. msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py +1 -1
  5. msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py +1 -1
  6. msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py +1 -1
  7. msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py +4 -4
  8. msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py +4 -4
  9. msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py +3 -3
  10. msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py +4 -4
  11. msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py +4 -4
  12. msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py +10 -10
  13. msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py +7 -7
  14. msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py +4 -4
  15. msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py +7 -7
  16. msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py +7 -7
  17. msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py +10 -10
  18. msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py +7 -7
  19. msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py +3 -3
  20. msgraph/generated/device_management/device_management_request_builder.py +2 -2
  21. msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py +4 -4
  22. msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py +7 -7
  23. msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py +3 -3
  24. msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py +3 -3
  25. msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py +4 -4
  26. msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py +3 -3
  27. msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py +5 -5
  28. msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py +4 -4
  29. msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py +3 -3
  30. msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py +10 -10
  31. msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py +4 -4
  32. msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py +3 -3
  33. msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py +4 -4
  34. msgraph/generated/kiota-lock.json +1 -1
  35. msgraph/generated/models/workbook_worksheet_protection_options.py +11 -11
  36. msgraph/generated/organization/item/organization_item_request_builder.py +4 -4
  37. msgraph/generated/organization/organization_request_builder.py +4 -4
  38. msgraph/generated/sites/sites_request_builder.py +4 -4
  39. msgraph/generated/teams/item/channels/item/members/members_request_builder.py +3 -3
  40. msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py +3 -3
  41. msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py +3 -3
  42. msgraph/generated/users/users_request_builder.py +3 -3
  43. {msgraph_sdk-1.38.0.dist-info → msgraph_sdk-1.39.0.dist-info}/METADATA +1 -1
  44. {msgraph_sdk-1.38.0.dist-info → msgraph_sdk-1.39.0.dist-info}/RECORD +46 -46
  45. {msgraph_sdk-1.38.0.dist-info → msgraph_sdk-1.39.0.dist-info}/WHEEL +0 -0
  46. {msgraph_sdk-1.38.0.dist-info → msgraph_sdk-1.39.0.dist-info}/licenses/LICENSE +0 -0
@@ -59,10 +59,10 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
59
59
 
60
60
  async def get(self,request_configuration: Optional[RequestConfiguration[OrganizationItemRequestBuilderGetQueryParameters]] = None) -> Optional[Organization]:
61
61
  """
62
- Read properties and relationships of the organization object.
62
+ Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
63
63
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
64
64
  Returns: Optional[Organization]
65
- Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0
65
+ Find more info here: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0
66
66
  """
67
67
  request_info = self.to_get_request_information(
68
68
  request_configuration
@@ -115,7 +115,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
115
115
 
116
116
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OrganizationItemRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
117
117
  """
118
- Read properties and relationships of the organization object.
118
+ Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
119
119
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
120
120
  Returns: RequestInformation
121
121
  """
@@ -240,7 +240,7 @@ class OrganizationItemRequestBuilder(BaseRequestBuilder):
240
240
  @dataclass
241
241
  class OrganizationItemRequestBuilderGetQueryParameters():
242
242
  """
243
- Read properties and relationships of the organization object.
243
+ Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
244
244
  """
245
245
  def get_query_parameter(self,original_name: str) -> str:
246
246
  """
@@ -53,10 +53,10 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
53
53
 
54
54
  async def get(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> Optional[OrganizationCollectionResponse]:
55
55
  """
56
- Retrieve a list of organization objects. There's only one organization object in the collection.
56
+ List properties and relationships of the organization objects.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[OrganizationCollectionResponse]
59
- Find more info here: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0
59
+ Find more info here: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0
60
60
  """
61
61
  request_info = self.to_get_request_information(
62
62
  request_configuration
@@ -97,7 +97,7 @@ class OrganizationRequestBuilder(BaseRequestBuilder):
97
97
 
98
98
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[OrganizationRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
99
99
  """
100
- Retrieve a list of organization objects. There's only one organization object in the collection.
100
+ List properties and relationships of the organization 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 OrganizationRequestBuilder(BaseRequestBuilder):
179
179
  @dataclass
180
180
  class OrganizationRequestBuilderGetQueryParameters():
181
181
  """
182
- Retrieve a list of organization objects. There's only one organization object in the collection.
182
+ List properties and relationships of the organization objects.
183
183
  """
184
184
  def get_query_parameter(self,original_name: str) -> str:
185
185
  """
@@ -52,10 +52,10 @@ class SitesRequestBuilder(BaseRequestBuilder):
52
52
 
53
53
  async def get(self,request_configuration: Optional[RequestConfiguration[SitesRequestBuilderGetQueryParameters]] = None) -> Optional[SiteCollectionResponse]:
54
54
  """
55
- 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
+ List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
56
56
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
57
57
  Returns: Optional[SiteCollectionResponse]
58
- Find more info here: https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0
58
+ Find more info here: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0
59
59
  """
60
60
  request_info = self.to_get_request_information(
61
61
  request_configuration
@@ -73,7 +73,7 @@ class SitesRequestBuilder(BaseRequestBuilder):
73
73
 
74
74
  def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[SitesRequestBuilderGetQueryParameters]] = None) -> RequestInformation:
75
75
  """
76
- 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
+ List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
77
77
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
78
78
  Returns: RequestInformation
79
79
  """
@@ -140,7 +140,7 @@ class SitesRequestBuilder(BaseRequestBuilder):
140
140
  @dataclass
141
141
  class SitesRequestBuilderGetQueryParameters():
142
142
  """
143
- 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
+ List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale.
144
144
  """
145
145
  def get_query_parameter(self,original_name: str) -> str:
146
146
  """
@@ -72,11 +72,11 @@ class MembersRequestBuilder(BaseRequestBuilder):
72
72
 
73
73
  async def post(self,body: ConversationMember, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ConversationMember]:
74
74
  """
75
- Add a conversationMember to a channel.
75
+ Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
76
76
  param body: The request body
77
77
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
78
78
  Returns: Optional[ConversationMember]
79
- Find more info here: https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0
79
+ Find more info here: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0
80
80
  """
81
81
  if body is None:
82
82
  raise TypeError("body cannot be null.")
@@ -107,7 +107,7 @@ class MembersRequestBuilder(BaseRequestBuilder):
107
107
 
108
108
  def to_post_request_information(self,body: ConversationMember, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
109
109
  """
110
- Add a conversationMember to a channel.
110
+ Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
111
111
  param body: The request body
112
112
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
113
113
  Returns: RequestInformation
@@ -71,11 +71,11 @@ class RepliesRequestBuilder(BaseRequestBuilder):
71
71
 
72
72
  async def post(self,body: ChatMessage, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ChatMessage]:
73
73
  """
74
- Create a new reply to a chatMessage in a specified channel.
74
+ Send a new reply to a chatMessage in a specified channel.
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[ChatMessage]
78
- Find more info here: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0
78
+ Find more info here: https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0
79
79
  """
80
80
  if body is None:
81
81
  raise TypeError("body cannot be null.")
@@ -106,7 +106,7 @@ class RepliesRequestBuilder(BaseRequestBuilder):
106
106
 
107
107
  def to_post_request_information(self,body: ChatMessage, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
108
108
  """
109
- Create a new reply to a chatMessage in a specified channel.
109
+ Send a new reply to a chatMessage in a specified channel.
110
110
  param body: The request body
111
111
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
112
112
  Returns: RequestInformation
@@ -55,11 +55,11 @@ class MultiTenantOrganizationRequestBuilder(BaseRequestBuilder):
55
55
 
56
56
  async def patch(self,body: MultiTenantOrganization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[MultiTenantOrganization]:
57
57
  """
58
- Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.
58
+ Update the properties of a multitenant organization.
59
59
  param body: The request body
60
60
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
61
61
  Returns: Optional[MultiTenantOrganization]
62
- Find more info here: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-1.0
62
+ Find more info here: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0
63
63
  """
64
64
  if body is None:
65
65
  raise TypeError("body cannot be null.")
@@ -90,7 +90,7 @@ class MultiTenantOrganizationRequestBuilder(BaseRequestBuilder):
90
90
 
91
91
  def to_patch_request_information(self,body: MultiTenantOrganization, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
92
92
  """
93
- Create a new multitenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multitenant organization.
93
+ Update the properties of a multitenant organization.
94
94
  param body: The request body
95
95
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
96
96
  Returns: RequestInformation
@@ -74,11 +74,11 @@ class UsersRequestBuilder(BaseRequestBuilder):
74
74
 
75
75
  async def post(self,body: User, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[User]:
76
76
  """
77
- Create a new user object.
77
+ Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties.
78
78
  param body: The request body
79
79
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
80
80
  Returns: Optional[User]
81
- Find more info here: https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0
81
+ Find more info here: https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0
82
82
  """
83
83
  if body is None:
84
84
  raise TypeError("body cannot be null.")
@@ -109,7 +109,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
109
109
 
110
110
  def to_post_request_information(self,body: User, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
111
111
  """
112
- Create a new user object.
112
+ Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties.
113
113
  param body: The request body
114
114
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
115
115
  Returns: RequestInformation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: msgraph-sdk
3
- Version: 1.38.0
3
+ Version: 1.39.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>
@@ -1,11 +1,11 @@
1
1
  msgraph/__init__.py,sha256=z9y3uvhxSkYvEROUONqY_Lg8ORHRDI9mWdeqqPhSWEo,211
2
- msgraph/_version.py,sha256=DFMDnWO-x8uvX-X5pme4iOL8yIVEaCk19Veop7tjO1A,98
2
+ msgraph/_version.py,sha256=WOWhuxppo4m-AKz5FWYb8uv1_jWy5Obr93zxxHQq41M,98
3
3
  msgraph/graph_request_adapter.py,sha256=t4rnrAb-jWOOzFO2m8fDT9F7DiqSHMMX7CoEToxGNkY,1033
4
4
  msgraph/graph_service_client.py,sha256=KoDB2xwNpbXk3sc1X34-4lFiztLJdqiC8Ku9zbihcsE,2904
5
5
  msgraph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  msgraph/generated/base_graph_service_client.py,sha256=D1b2h8XR72UfQXCR4wsKir1amugkg-YiyPEzhvNMJq4,38970
7
7
  msgraph/generated/kiota-dom-export.txt,sha256=aswQY7Gm6NCi_3QM3tY761oQmLz-oR0Dm_LaCjwqCKU,31890748
8
- msgraph/generated/kiota-lock.json,sha256=caM2bnw11JiDtBuGsmo803PVD0Zn1OGh1oyi2YfN_MQ,1421
8
+ msgraph/generated/kiota-lock.json,sha256=tTxwyUcB_HpacZIYGeIRErT1OjuHLWW1M9WzP9YfPP4,1421
9
9
  msgraph/generated/admin/admin_request_builder.py,sha256=DmPOBljGADCaui5SfGtEcvohJuYpWYb3O3_xVfSHvnA,9683
10
10
  msgraph/generated/admin/edge/edge_request_builder.py,sha256=pw3s08tg9OakRr09USd6YdX1fTLomFuUxnLDmCCXazg,9487
11
11
  msgraph/generated/admin/edge/internet_explorer_mode/internet_explorer_mode_request_builder.py,sha256=mU0u6DC0DxzxQMaHforG5HIoWNPkjYB88E12xRSw6W4,9908
@@ -565,7 +565,7 @@ msgraph/generated/contracts/validate_properties/validate_properties_request_buil
565
565
  msgraph/generated/data_policy_operations/data_policy_operations_request_builder.py,sha256=6GixlLvhwEVe2Fg5tmjikykdK2LNLJV8Al-X9YtxSRE,9971
566
566
  msgraph/generated/data_policy_operations/count/count_request_builder.py,sha256=ELxXt7OaepUR6Vu3rkDx6CJU1M2ivklYMZ_J4wC9SOE,4772
567
567
  msgraph/generated/data_policy_operations/item/data_policy_operation_item_request_builder.py,sha256=xWkySl2WwncBeUcMcfCH94cYO7M-2GftKqIwVjXRhmU,9512
568
- msgraph/generated/device_app_management/device_app_management_request_builder.py,sha256=IKalBl_8HNOFnB8yj0gxfC_x6TuWik5BLvlM3afaLQs,16859
568
+ msgraph/generated/device_app_management/device_app_management_request_builder.py,sha256=GzSFre0DhlSxTwN8kpc3Tk1P6LC4CXogMfkF456imCg,16873
569
569
  msgraph/generated/device_app_management/android_managed_app_protections/android_managed_app_protections_request_builder.py,sha256=FG5aAyz-j_GDw9tQzlMQA4fhQOUlp30VR4o9QvcMyUI,10791
570
570
  msgraph/generated/device_app_management/android_managed_app_protections/count/count_request_builder.py,sha256=l6SPCO6bu3HvrvQzReWiqRtZUW2-8JrJMP0x3q2s6Nk,4802
571
571
  msgraph/generated/device_app_management/android_managed_app_protections/item/android_managed_app_protection_item_request_builder.py,sha256=vi7o84yWaLZJf9msFt_swCMm7toa8pXHfytWnzwPW58,11631
@@ -595,10 +595,10 @@ msgraph/generated/device_app_management/ios_managed_app_protections/item/assignm
595
595
  msgraph/generated/device_app_management/ios_managed_app_protections/item/deployment_summary/deployment_summary_request_builder.py,sha256=-noIQ-kFtCePbvv-AiR8gLdbkan6R3vdW7F1MXRylT0,10102
596
596
  msgraph/generated/device_app_management/managed_app_policies/managed_app_policies_request_builder.py,sha256=eLYDhxQ6egjl-S2RbjsPs5mQFl_ytvwYyJRsdUH-iic,10205
597
597
  msgraph/generated/device_app_management/managed_app_policies/count/count_request_builder.py,sha256=n_Llpc6M-PSoSiHl5mev06fiKs_QRdMXEpjm2O91JIk,4792
598
- msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py,sha256=6YjQ2tJ9ds9iNUQoU8T7KFocoSyxx0Dpgi8TUBrtSm8,10094
598
+ msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py,sha256=YZ0dIUGh2SnBI0UcWVTYcwc31TCgVtdklaRInD9MiPk,10114
599
599
  msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_post_request_body.py,sha256=outJZQMfvYdSwinAuSibk01Wk9pd35i3Gkl-I5AIkoc,2536
600
- msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py,sha256=Q2RZn27Lj19HAFKsOB4TDpRfycwagFerXDpwaNAzOwA,4421
601
- msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py,sha256=l29oZ71rPEeZZxnadJZP8BXhvFz7NzA3ahXw3Ydc9XE,11247
600
+ msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py,sha256=PciEnSukojkmJ0bk-PGoXKWYxBeGZ6F7CkgGlWmrMW8,4433
601
+ msgraph/generated/device_app_management/managed_app_registrations/managed_app_registrations_request_builder.py,sha256=_USJFH4sky2yVJ0h8303eyAOXueoYdzun-mMm28qpv4,11263
602
602
  msgraph/generated/device_app_management/managed_app_registrations/count/count_request_builder.py,sha256=u9D1gS28GdZMFg_pSc5eaEcRPL0zPc7h24NO1HUX3bM,4797
603
603
  msgraph/generated/device_app_management/managed_app_registrations/get_user_ids_with_flagged_app_registration/get_user_ids_with_flagged_app_registration_get_response.py,sha256=G54Ef8oRRuopPy_uI2I0ZP7uwS-cKlFDOyLDLSPRNzM,2391
604
604
  msgraph/generated/device_app_management/managed_app_registrations/get_user_ids_with_flagged_app_registration/get_user_ids_with_flagged_app_registration_request_builder.py,sha256=D0-U3O8SI8xPttxFxyBwh4YhcG-R5MkztWQjU_LOgBc,6099
@@ -607,16 +607,16 @@ msgraph/generated/device_app_management/managed_app_registrations/item/applied_p
607
607
  msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/count/count_request_builder.py,sha256=bQiiQ-GLdZrAr-77RctfLSXYqQ-q3IvZ3OKbJkOICdE,4847
608
608
  msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/managed_app_policy_item_request_builder.py,sha256=XfZMpwdNv8WMGScejX6_Gsd8xF6f7AXPjiWv282K9Go,10129
609
609
  msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_post_request_body.py,sha256=k5PIE7-8qs33s1Jy_YiXAwt9wbZt1NF3kV8yiiociZ0,2542
610
- msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py,sha256=kOkyUEhmtid7CN3MONtT1BCmHyAm7DVdqcG3LM6hoJ4,4476
610
+ msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py,sha256=BmlzdUXA56Yt6WqYRfsmNYVjTpJZAKdFD1dGLb8pmr8,4488
611
611
  msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/intended_policies_request_builder.py,sha256=Gvr-Z9RRplXkhd31XsbQ5Der5AWq2I74_g5P4SprMWE,10078
612
612
  msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/count/count_request_builder.py,sha256=iduz-Pti7C0ZR2Rb5W_lQHVjyXsj8nOoZfosvybq5Qk,4848
613
613
  msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/managed_app_policy_item_request_builder.py,sha256=hHH2p-xLwxaYNz_-NCdqruSHJWMymjhIU0eFhlZV-k4,9988
614
614
  msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_post_request_body.py,sha256=k5PIE7-8qs33s1Jy_YiXAwt9wbZt1NF3kV8yiiociZ0,2542
615
- msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py,sha256=lkznU6CvTt79FmwPvxLiWlgyISsVk11ju-SDWumptKU,4477
615
+ msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py,sha256=396mtm6m-GMjlPtmhg3cJNl265eLDTG-XWRXliau2H0,4489
616
616
  msgraph/generated/device_app_management/managed_app_registrations/item/operations/operations_request_builder.py,sha256=pvSeLiAsv3f83GLAE0YzpHo-r10dWP_ZOa9ELz4IGCE,10297
617
617
  msgraph/generated/device_app_management/managed_app_registrations/item/operations/count/count_request_builder.py,sha256=HOxQAo5K917VDL8S-5MzmDt_B6bdi6WdrhRRNxTVPqI,4842
618
618
  msgraph/generated/device_app_management/managed_app_registrations/item/operations/item/managed_app_operation_item_request_builder.py,sha256=PVSUVltD1bQ09GuSYZmFZdjUcX11FhhXrT7AbqsOVKE,9940
619
- msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py,sha256=zkKlc56JqbQyizXjjKIFuAtW8AsG6VvUdXHejp_maoc,10177
619
+ msgraph/generated/device_app_management/managed_app_statuses/managed_app_statuses_request_builder.py,sha256=QN_JC0wncigzwM_GwPsCCngIeZ1AieVofKQHoW9Jh-4,10189
620
620
  msgraph/generated/device_app_management/managed_app_statuses/count/count_request_builder.py,sha256=vbSZGc2Sp5mBRBOioOWiSAOonq0F8I_jnmwlAz566hA,4792
621
621
  msgraph/generated/device_app_management/managed_app_statuses/item/managed_app_status_item_request_builder.py,sha256=nA6hQ-jWeSJB1EJSrInMeTEnKpUQL4gJHDdQK7B-4Pk,9668
622
622
  msgraph/generated/device_app_management/managed_e_books/managed_e_books_request_builder.py,sha256=zWoSt98WUf0MWV2iMtOc6-7EQgFUbrfqmeRFwQOcmeg,9996
@@ -624,7 +624,7 @@ msgraph/generated/device_app_management/managed_e_books/count/count_request_buil
624
624
  msgraph/generated/device_app_management/managed_e_books/item/managed_e_book_item_request_builder.py,sha256=Blb5P4MYmoMMj6sVi6VndBTo8WwLcRkhtOcBhH76JNg,11935
625
625
  msgraph/generated/device_app_management/managed_e_books/item/assign/assign_post_request_body.py,sha256=DmDqLy0nd8W_rNXrZ3rgoBue-HdVNgyp7iDue_zhc0s,2694
626
626
  msgraph/generated/device_app_management/managed_e_books/item/assign/assign_request_builder.py,sha256=0LkVW5oY7cUePbYBLXjOYCjRRydi8wScJ7Z-gxvO2uI,4357
627
- msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py,sha256=Q7Vhp3m1BuBhJcRLnScQKvUzl_LQZSkwNDPwr0AmvaQ,10398
627
+ msgraph/generated/device_app_management/managed_e_books/item/assignments/assignments_request_builder.py,sha256=ungqwVDzRqRSHWDfUnPuM4jJUZyaPT3Z_QW7cGURNgA,10401
628
628
  msgraph/generated/device_app_management/managed_e_books/item/assignments/count/count_request_builder.py,sha256=laItflZMdxhEFxDmlfob40JP88JhDGaUglByyfsgihY,4823
629
629
  msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py,sha256=CkFH91Pq3-9WwkJeYp4ve-rfArBFwTYVCrEPtUHLkrU,10022
630
630
  msgraph/generated/device_app_management/managed_e_books/item/device_states/device_states_request_builder.py,sha256=1N1AMi5N-S3y-dBbjZ48iluvtoZYpfAZQYvM0V0pIAw,10251
@@ -652,9 +652,9 @@ msgraph/generated/device_app_management/mdm_windows_information_protection_polic
652
652
  msgraph/generated/device_app_management/mobile_app_categories/mobile_app_categories_request_builder.py,sha256=hbmdoyQ2hLhi6bUa8NStof8Jw0_44L-KOiXT0bO-8Hc,10275
653
653
  msgraph/generated/device_app_management/mobile_app_categories/count/count_request_builder.py,sha256=vm3akTyJsguRKI2KY9LHcZqwHa-EjtyTvXkWOYjMY-Q,4793
654
654
  msgraph/generated/device_app_management/mobile_app_categories/item/mobile_app_category_item_request_builder.py,sha256=n01PYhe63mB8SSJmECEDj658avj0WQq5XixqJElDjF0,9816
655
- msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py,sha256=8fjj4JHIv6kaWpHxnxBVDuWDZrU5j95X0akKzRayPrE,10969
655
+ msgraph/generated/device_app_management/mobile_app_configurations/mobile_app_configurations_request_builder.py,sha256=YHZ05HnzmUiZQ-xNec63ezeureiEOeaeBI5-fr_iN6k,11009
656
656
  msgraph/generated/device_app_management/mobile_app_configurations/count/count_request_builder.py,sha256=5avTadGtNl0gqYC3nis0oi4sQz_cNW6HHE7EmK_L7Wk,4797
657
- msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py,sha256=473l0WW6JkvTkaS_4A-ebtao3akGVUjKtzNuxN7idkE,13396
657
+ msgraph/generated/device_app_management/mobile_app_configurations/item/managed_device_mobile_app_configuration_item_request_builder.py,sha256=wuuZVKH_G7JzFQvccIV-ZnTFnt716Gi3lGpbgFUz8tc,13436
658
658
  msgraph/generated/device_app_management/mobile_app_configurations/item/assign/assign_post_request_body.py,sha256=bLXda5TywXPbmIUeMVcq_YGR6PNEeX0SZ_OiqprPt1c,2803
659
659
  msgraph/generated/device_app_management/mobile_app_configurations/item/assign/assign_request_builder.py,sha256=M11GUCgdz3hw7TwuFd449Ont_4TXh6tHw3UjniF7ta8,4412
660
660
  msgraph/generated/device_app_management/mobile_app_configurations/item/assignments/assignments_request_builder.py,sha256=CtxzK7DeIfgRZUav8CN6DEC-lq9JTkuDrHuuAR9oEFo,11376
@@ -668,7 +668,7 @@ msgraph/generated/device_app_management/mobile_app_configurations/item/user_stat
668
668
  msgraph/generated/device_app_management/mobile_app_configurations/item/user_statuses/user_statuses_request_builder.py,sha256=hWPebS_JPLVKTyXbtwi7BPi8Qm6zATP8tNCo1s-MizY,11402
669
669
  msgraph/generated/device_app_management/mobile_app_configurations/item/user_statuses/count/count_request_builder.py,sha256=74u-kPkl6a4GMUb82J1imi1aK741ou3DcyMj6yzcoaY,4857
670
670
  msgraph/generated/device_app_management/mobile_app_configurations/item/user_statuses/item/managed_device_mobile_app_configuration_user_status_item_request_builder.py,sha256=W3EIIxt_aKVWdh8ceB2DsJKTzw1-lkhQEeL9ux2TCQk,10947
671
- msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py,sha256=FpMre1aTFRKVzt7Pg4370Eu-uaglwCrUUWKXr1R18dY,17944
671
+ msgraph/generated/device_app_management/mobile_apps/mobile_apps_request_builder.py,sha256=coeX7ZftHoGT73t2U79hFAV--sK1z3vFnz7sa_I5JWQ,18057
672
672
  msgraph/generated/device_app_management/mobile_apps/count/count_request_builder.py,sha256=akuAxgJALpfadRuVCyiOXV3xn04YkfVtumSumw0gDOg,4784
673
673
  msgraph/generated/device_app_management/mobile_apps/graph_android_lob_app/graph_android_lob_app_request_builder.py,sha256=gZr1Ph-1x72MkwrG7b6MieMHMmQKY381Oabf-egYY2E,6715
674
674
  msgraph/generated/device_app_management/mobile_apps/graph_android_lob_app/count/count_request_builder.py,sha256=2Ffssko3c9kcWlCGxed6Q1Jb4Kxd5wb3F5Yn97Ao7-g,4806
@@ -702,7 +702,7 @@ msgraph/generated/device_app_management/mobile_apps/graph_windows_universal_app_
702
702
  msgraph/generated/device_app_management/mobile_apps/graph_windows_universal_app_x/count/count_request_builder.py,sha256=fUtz8FeNkiO-W-CRBtuOUI4taEMaATPSJ-sRNaX1VTg,4813
703
703
  msgraph/generated/device_app_management/mobile_apps/graph_windows_web_app/graph_windows_web_app_request_builder.py,sha256=QnsBd_m7l_uNwAFrBddxMxGjN-iDGIXSKlYsWQIRbTA,6715
704
704
  msgraph/generated/device_app_management/mobile_apps/graph_windows_web_app/count/count_request_builder.py,sha256=0U4untctLPOCm-IDQ2Gop3HNn5zc71htq0msD1YOsZA,4806
705
- msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py,sha256=0MikCBXAGZSUDgZL9Cgxs2Xw_bG00jbZ7Fv09bfPefU,18986
705
+ msgraph/generated/device_app_management/mobile_apps/item/mobile_app_item_request_builder.py,sha256=Ey0xjVXieBo_pxlCpSd_DrNmqjBDv0Bj3_1iDDY_b_U,18960
706
706
  msgraph/generated/device_app_management/mobile_apps/item/assign/assign_post_request_body.py,sha256=DkZX7QUnRsvfg4PIFoAKFiZW3tw1UcUj1WPWT86bFKM,2646
707
707
  msgraph/generated/device_app_management/mobile_apps/item/assign/assign_request_builder.py,sha256=4qGVb9jPY6wI5xgfYIIAQwAl7gfAox-yjCmRsH1HgRU,4235
708
708
  msgraph/generated/device_app_management/mobile_apps/item/assignments/assignments_request_builder.py,sha256=Td_3IC8hWZhynXYf1hfvSHPx-hOFr-LtUhpVvjSZ-LI,10261
@@ -989,7 +989,7 @@ msgraph/generated/device_app_management/windows_information_protection_policies/
989
989
  msgraph/generated/device_app_management/windows_information_protection_policies/item/protected_app_locker_files/protected_app_locker_files_request_builder.py,sha256=B29T2_xmWHMjL7kkB8nfVfbwtABFHuYDmK3pHpziHYo,11020
990
990
  msgraph/generated/device_app_management/windows_information_protection_policies/item/protected_app_locker_files/count/count_request_builder.py,sha256=zD0D3aGt5sMzlgKLFOWU4qn5swUMgOO0w_vI37Y_CfA,4880
991
991
  msgraph/generated/device_app_management/windows_information_protection_policies/item/protected_app_locker_files/item/windows_information_protection_app_locker_file_item_request_builder.py,sha256=Uhe82wBBQ7HIjMcf6m9qEsblNkOaAufwRTvYnFR0bZw,10317
992
- msgraph/generated/device_management/device_management_request_builder.py,sha256=j2s_nebLGWPtt8igEmFfZBxbwzVO__aUS5MtzQhrGBU,52106
992
+ msgraph/generated/device_management/device_management_request_builder.py,sha256=Lb8PGUOJirVYO8GpjvTMn8ynt7YIKE4Pm7NPVrnazvM,52105
993
993
  msgraph/generated/device_management/apple_push_notification_certificate/apple_push_notification_certificate_request_builder.py,sha256=juy9vShFgGYiYLgnRIdlHlje1s6q7vzLptdULZOO8xs,11115
994
994
  msgraph/generated/device_management/apple_push_notification_certificate/download_apple_push_notification_certificate_signing_request/download_apple_push_notification_certificate_signing_request_get_response.py,sha256=_5rIpNw5Y6iHl9WNtHax_AVXU1Dv2syUA-wmhumm5GE,2410
995
995
  msgraph/generated/device_management/apple_push_notification_certificate/download_apple_push_notification_certificate_signing_request/download_apple_push_notification_certificate_signing_request_request_builder.py,sha256=3BHG5doLT2dRDMHANvQudzA9eyVu2N8tb17Hvk9p5HA,4943
@@ -1013,9 +1013,9 @@ msgraph/generated/device_management/detected_apps/item/managed_devices/item/mana
1013
1013
  msgraph/generated/device_management/device_categories/device_categories_request_builder.py,sha256=IUJN7rcFODqOLjB_smD45nrCO__yKYzmSchbf0dluwQ,10110
1014
1014
  msgraph/generated/device_management/device_categories/count/count_request_builder.py,sha256=JvlLIspqXZqB167bx48bhuZlxyB1p_lMuFZMITTbth4,4787
1015
1015
  msgraph/generated/device_management/device_categories/item/device_category_item_request_builder.py,sha256=I3JJiLiVyg2iCFqCK0oS4eHyoygY-fLyLr6Y9BhhK8o,9708
1016
- msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py,sha256=Nyv4APP4NM_E1uOb6-RepQuMGokgeLvCebV3dtUW7ho,10547
1016
+ msgraph/generated/device_management/device_compliance_policies/device_compliance_policies_request_builder.py,sha256=fsWNNEAvoWiB4mp709GSv-fWVpAa3VWjvZUyTq9CpXY,10587
1017
1017
  msgraph/generated/device_management/device_compliance_policies/count/count_request_builder.py,sha256=3pDJxURXKJDxGI4UfvWM1_IWceRSsDEVgAfHGi-9apo,4795
1018
- msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py,sha256=qohWzczH0bjuO_zyzt5zEkP3vCZrXhGQUmMY-2RqPo4,14854
1018
+ msgraph/generated/device_management/device_compliance_policies/item/device_compliance_policy_item_request_builder.py,sha256=wVr24chWHbCa7xM-dUzBtHUig-PLu_emgHmdytxCUAc,14883
1019
1019
  msgraph/generated/device_management/device_compliance_policies/item/assign/assign_post_request_body.py,sha256=dbPfuAydyVdEEC5lIdLHSLv2se_p-i9_6XiAgsfOnno,2693
1020
1020
  msgraph/generated/device_management/device_compliance_policies/item/assign/assign_post_response.py,sha256=PkXmvR7mE1C5GK2cd71Qu43L5G0i1l_umkwroKtsJtk,2630
1021
1021
  msgraph/generated/device_management/device_compliance_policies/item/assign/assign_request_builder.py,sha256=lfRx5UjpnCLUUPqUOYDZZlyrbZ_XnROb1PlWto_WMPY,4559
@@ -1049,9 +1049,9 @@ msgraph/generated/device_management/device_compliance_policy_setting_state_summa
1049
1049
  msgraph/generated/device_management/device_compliance_policy_setting_state_summaries/item/device_compliance_setting_states/count/count_request_builder.py,sha256=CuegC8mp99L6Qou3jO9uX0L8nNg1wdXcO6gPKpC6Yzc,4897
1050
1050
  msgraph/generated/device_management/device_compliance_policy_setting_state_summaries/item/device_compliance_setting_states/item/device_compliance_setting_state_item_request_builder.py,sha256=_DhbIrAAe01T7CPjLhya1oPdvrJicatbp_VAP3QP--U,10396
1051
1051
  msgraph/generated/device_management/device_configuration_device_state_summaries/device_configuration_device_state_summaries_request_builder.py,sha256=I8UBA4dzO-oUsMN5FHPXbDHKXaVOpF-X9fg0PELOBr8,10470
1052
- msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py,sha256=O26TzYaSs7_Fy3Jj8D47j6BLoeD0_rH9W7O2rnguO_s,10455
1052
+ msgraph/generated/device_management/device_configurations/device_configurations_request_builder.py,sha256=WVeLnjw_fXpGJTx3lf2Nms5gwTFFAZHYyAbpmwL7EEU,10466
1053
1053
  msgraph/generated/device_management/device_configurations/count/count_request_builder.py,sha256=NCeHZX2783caH5aH5svr-8vDeTzc_ui9iJFAiHHcxvI,4791
1054
- msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py,sha256=fCsvbakwxcvheNqi6qom1oERhnAzC_rCVb1qrutqeoY,14892
1054
+ msgraph/generated/device_management/device_configurations/item/device_configuration_item_request_builder.py,sha256=BvbM6S_bud1dQ3P6wlIuhNvDutAlrcPIuDUgocvg6g8,14793
1055
1055
  msgraph/generated/device_management/device_configurations/item/assign/assign_post_request_body.py,sha256=j4EbT3-bOAHObhAJjfbtblGnGcjdQVsPX7gMaI6KwUs,2666
1056
1056
  msgraph/generated/device_management/device_configurations/item/assign/assign_post_response.py,sha256=BaQVmOu2l9AVkgaYA6ZSzBwta5FcLUe03e-YEXQFPrE,2603
1057
1057
  msgraph/generated/device_management/device_configurations/item/assign/assign_request_builder.py,sha256=LGsGnv8l4G6apo6jR7SES-1a1q7z1OfsqyyO0yfHBPg,4549
@@ -1071,9 +1071,9 @@ msgraph/generated/device_management/device_configurations/item/user_status_overv
1071
1071
  msgraph/generated/device_management/device_configurations/item/user_statuses/user_statuses_request_builder.py,sha256=hveKr711QjbZP-eTuTcuYLX-Zp4aCQLzEtehRDAhe0A,10720
1072
1072
  msgraph/generated/device_management/device_configurations/item/user_statuses/count/count_request_builder.py,sha256=BY_PH_RZQUuP2FRtFWdUmyW2AETIunduMcb_9wPzeNM,4835
1073
1073
  msgraph/generated/device_management/device_configurations/item/user_statuses/item/device_configuration_user_status_item_request_builder.py,sha256=fu9eu83Fva08eQJqi-yAMH95LusNsRFb9a0sCqyltnQ,10332
1074
- msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py,sha256=X4b6hYXkGS8kKmsqX_CqSEfxkcmTGFTjvZHXrjyt3Ls,11037
1074
+ msgraph/generated/device_management/device_enrollment_configurations/device_enrollment_configurations_request_builder.py,sha256=-LpqtjfFdlPURLCgUm7Mq9eMmOQFbs1-cpGAFbe5sYQ,10948
1075
1075
  msgraph/generated/device_management/device_enrollment_configurations/count/count_request_builder.py,sha256=habRBNKUo2DpDHhWxt-I6W5ZDP7w1uOnfKYmHKFEik4,4801
1076
- msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py,sha256=k0sBCODhoTflQzErZHD1ei_5YOd_NpxH7TG8po51rBc,11608
1076
+ msgraph/generated/device_management/device_enrollment_configurations/item/device_enrollment_configuration_item_request_builder.py,sha256=UcQVnksABHFQmflne2VVEO01L3O_Gf-Nff2Oqffqoa8,11662
1077
1077
  msgraph/generated/device_management/device_enrollment_configurations/item/assign/assign_post_request_body.py,sha256=PKPaDcDnJwjGD5tm14G8IiYBlhlLruCbKn5oz0xrI3Q,2842
1078
1078
  msgraph/generated/device_management/device_enrollment_configurations/item/assign/assign_request_builder.py,sha256=3Hq3SQSVQbPgb4-SNyKZ65Rm9NxcA8zySa4Hm16VK8I,4410
1079
1079
  msgraph/generated/device_management/device_enrollment_configurations/item/assignments/assignments_request_builder.py,sha256=MHV9SCnMtzPnn4eqEa2ZupFSD-urUn_H_1dJOmKOyqo,10882
@@ -1217,9 +1217,9 @@ msgraph/generated/device_management/role_assignments/role_assignments_request_bu
1217
1217
  msgraph/generated/device_management/role_assignments/count/count_request_builder.py,sha256=YDRPcpkPfcPkulKLpHdYfCpjFJl6yrLni0oixSw9Y9g,4786
1218
1218
  msgraph/generated/device_management/role_assignments/item/device_and_app_management_role_assignment_item_request_builder.py,sha256=VJneYt8W3sAHNJmiBtU5B1Z5K3FpKwQAKQkU2aIk2Fc,11013
1219
1219
  msgraph/generated/device_management/role_assignments/item/role_definition/role_definition_request_builder.py,sha256=ATRPa7ExCNo44q4qq1nTGXbMOcL8XbnX5jUVKHaMwRs,5161
1220
- msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py,sha256=Wq9C8Mzl5OTItx075qV-XhzIFvb4jFPjnm0vZ-JoOyc,10238
1220
+ msgraph/generated/device_management/role_definitions/role_definitions_request_builder.py,sha256=othJU-7Z3yF_mLcZe0jY_c1gBXCg42ZxLhy0sZJGeOg,10084
1221
1221
  msgraph/generated/device_management/role_definitions/count/count_request_builder.py,sha256=bjfYN26o-MUorNQDTsEYByZsXo6P4KmMWq0vsRZVrPc,4786
1222
- msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py,sha256=OLTYMrWHEu1JdH9z-zLryhn2UbVFem9NnwhNb0ULbKc,10351
1222
+ msgraph/generated/device_management/role_definitions/item/role_definition_item_request_builder.py,sha256=qEJzHh8KxxyKoAUU9cFXRlnPr8AfA0Pun2n4XqwxpdY,10263
1223
1223
  msgraph/generated/device_management/role_definitions/item/role_assignments/role_assignments_request_builder.py,sha256=qm1WLW1LhnFMxvPEWZWCC8_TAZwYKCTFTr-uUi7Q5cc,10132
1224
1224
  msgraph/generated/device_management/role_definitions/item/role_assignments/count/count_request_builder.py,sha256=j-cLmMeW_KZN_D5QuK5c04c7-NgB6-brhqqSfKWG36Y,4828
1225
1225
  msgraph/generated/device_management/role_definitions/item/role_assignments/item/role_assignment_item_request_builder.py,sha256=SoHHrWgi5Wm19TC94B51HXUcpqdCq1MkV-mwOflIrx4,10237
@@ -1795,7 +1795,7 @@ msgraph/generated/drives/item/items/item/preview/preview_post_request_body.py,sh
1795
1795
  msgraph/generated/drives/item/items/item/preview/preview_request_builder.py,sha256=BIHoiLIKaX1Ph9lO0xdZXwLa5_JnUDOh_PZxBJ2A9Dg,4416
1796
1796
  msgraph/generated/drives/item/items/item/restore/restore_post_request_body.py,sha256=CXwAhOABdefdO6FfvOPhfSb5i_4pjzQc6jtKkdT3b5w,2711
1797
1797
  msgraph/generated/drives/item/items/item/restore/restore_request_builder.py,sha256=SyeL-H-VZW3hhrMHQJgWa1hfqVQUPNBhc5r9i148X6Q,4591
1798
- msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py,sha256=kQJEFaTusKlqiDwtf4NKmnubhAiZ9bEPl2a_VHrxlHs,10692
1798
+ msgraph/generated/drives/item/items/item/retention_label/retention_label_request_builder.py,sha256=AbY8dGOkgbM90cQEYhAuAmvlUqOQe0MUur_YH7mBm0w,11031
1799
1799
  msgraph/generated/drives/item/items/item/search_with_q/search_with_q_get_response.py,sha256=RxLPiIfQ5H9VP3sTZuKejUy2bp13pl17R-e_oJG3QnA,2463
1800
1800
  msgraph/generated/drives/item/items/item/search_with_q/search_with_q_request_builder.py,sha256=7ENXlYwghnxO6qo75awbJFfyfLLoZztiSCBKtCHPkUk,6619
1801
1801
  msgraph/generated/drives/item/items/item/subscriptions/subscriptions_request_builder.py,sha256=3bdWzAdij3wFF6Ow6tgniCU3goXIjsSgt9Ne5ZDwHfQ,9857
@@ -4154,7 +4154,7 @@ msgraph/generated/external/connections/item/groups/item/members/count/count_requ
4154
4154
  msgraph/generated/external/connections/item/groups/item/members/item/identity_item_request_builder.py,sha256=bOns2PgBg0FFVWHadv6jsKNhYB3qZeR9mTIIwmjKHzM,9753
4155
4155
  msgraph/generated/external/connections/item/items/items_request_builder.py,sha256=uOkbr65ldQOVHAp2Ge4Wra3JTWB0RZvYq2vgdVbY1nE,9842
4156
4156
  msgraph/generated/external/connections/item/items/count/count_request_builder.py,sha256=IpnVPU0l7pxB3tezGZmZZuKh0YQLMUWip7ujYHP6PHw,4810
4157
- msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py,sha256=VPMpH5mLOjuM5tj2HyeWiPSLcyXeFXRBJkscJqDjjY8,10974
4157
+ msgraph/generated/external/connections/item/items/item/external_item_item_request_builder.py,sha256=VJ-mRbt9tI0YcbV40PWdATR_W4R5hjR0YiLHJfU2TYU,10953
4158
4158
  msgraph/generated/external/connections/item/items/item/activities/activities_request_builder.py,sha256=yZa_6iSBVPqx55mUoSTbrGNYLBe0mwhyQunGY4kOh4c,10071
4159
4159
  msgraph/generated/external/connections/item/items/item/activities/count/count_request_builder.py,sha256=4vrOalezBnsBzbnAry_WTsfkgKg2rmks5dtzUudLWwk,4845
4160
4160
  msgraph/generated/external/connections/item/items/item/activities/item/external_activity_item_request_builder.py,sha256=piaS-r-HEl1t9zQtZsA9gvy2XlY14fDVjFYktiUPMAQ,10079
@@ -4289,7 +4289,7 @@ msgraph/generated/groups/item/check_member_objects/check_member_objects_post_res
4289
4289
  msgraph/generated/groups/item/check_member_objects/check_member_objects_request_builder.py,sha256=X8HIzIypWRS-1rF99H25ll-w-j2av7i3VY60jYV5K6E,4630
4290
4290
  msgraph/generated/groups/item/conversations/conversations_request_builder.py,sha256=g_kRE4g2nKNhWcEbCfBgQEksz244vUhngW0WQbdQrZ0,10557
4291
4291
  msgraph/generated/groups/item/conversations/count/count_request_builder.py,sha256=Kx0KIARd8lBZ20WUWDAA1nJGgQD1TUibEf-wtYora8E,4789
4292
- msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py,sha256=DJtodbAKPC8Tdnc44PRWfgxvhkPHFrT87Zz2TyzC93c,7606
4292
+ msgraph/generated/groups/item/conversations/item/conversation_item_request_builder.py,sha256=FLXzCa7ZGQGeajVIF55PXUzgiKn8tS2XzUvIR7MFwAM,7495
4293
4293
  msgraph/generated/groups/item/conversations/item/threads/threads_request_builder.py,sha256=_ZOgORKVUtDScRF2er8q2EpzrKzDZPEufEc4pnYsk8Y,10739
4294
4294
  msgraph/generated/groups/item/conversations/item/threads/count/count_request_builder.py,sha256=iHyJc9mT-VQQyx9QmmHvYN5YZAqU5A5k_ZPdkImhu-0,4821
4295
4295
  msgraph/generated/groups/item/conversations/item/threads/item/conversation_thread_item_request_builder.py,sha256=d4niYbGmhkUumj7D89HaOrLOmaDQJY34TrSYHkR9sLs,10413
@@ -4322,7 +4322,7 @@ msgraph/generated/groups/item/conversations/item/threads/item/posts/item/in_repl
4322
4322
  msgraph/generated/groups/item/conversations/item/threads/item/posts/item/reply/reply_post_request_body.py,sha256=T4oYtCiHgeWgSBWeYpQTNdiUN91TJIw8anwvf3lFFdA,2393
4323
4323
  msgraph/generated/groups/item/conversations/item/threads/item/posts/item/reply/reply_request_builder.py,sha256=nD1VDYAwNZGwNn0CvoqdRiA7GPy9DInDAjrkcbNlB3Q,4289
4324
4324
  msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_post_request_body.py,sha256=0ntJYdqnA5gioZvDsPkYPriu87uB4MlD-W5fXxUx5ck,2387
4325
- msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py,sha256=-5yZE3iPNU0LeHYc_UAuDKcVDMwYuOw44Z1A_9BU_JE,5059
4325
+ msgraph/generated/groups/item/conversations/item/threads/item/reply/reply_request_builder.py,sha256=s5rF9kO-oH4Xm1gc_6OMDWy_1Qlb9uEqim6khlRV_TY,4791
4326
4326
  msgraph/generated/groups/item/created_on_behalf_of/created_on_behalf_of_request_builder.py,sha256=_qDvJs1N_e4ZnxjzVxonY2gR754hPYN4Me2FdesRf8k,5374
4327
4327
  msgraph/generated/groups/item/drive/drive_request_builder.py,sha256=TSWt6GpMScGUhWJNORlCwEc9fTBfYOdSulqVPH4r6e0,4900
4328
4328
  msgraph/generated/groups/item/drives/drives_request_builder.py,sha256=hSeb54qpWbQERk_9_x9IsKNOtiIf0NX4U-9UA3aN-6U,7073
@@ -5546,8 +5546,8 @@ msgraph/generated/groups/item/team/template/template_request_builder.py,sha256=u
5546
5546
  msgraph/generated/groups/item/team/unarchive/unarchive_request_builder.py,sha256=qfvZ0pf6TTHcZ53z8il0aKhKaCtWfxg48u1Q1B1PG1g,4519
5547
5547
  msgraph/generated/groups/item/threads/threads_request_builder.py,sha256=LgXxlrqeoRPGUSspAuFNCCBRz_9ikqYLKxQ49bq2S9s,10413
5548
5548
  msgraph/generated/groups/item/threads/count/count_request_builder.py,sha256=3OUVSajMwdCL-Yivl-fCJ9nxStOUEiDEAWmPu-Gni0I,4783
5549
- msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py,sha256=_pKwlnSZS6z_RPwFrmRNlKHwV93iAwnf6pQj0am80_o,10333
5550
- msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py,sha256=eQ5mPxlOAfWZatcSkLRxx0SLCtxhz1LgPOlzzcHQiuk,8162
5549
+ msgraph/generated/groups/item/threads/item/conversation_thread_item_request_builder.py,sha256=jjpYMJ8lP_3vWYUipi-TYw_d0ZFes_r3Bi7rxvFav7g,10825
5550
+ msgraph/generated/groups/item/threads/item/posts/posts_request_builder.py,sha256=EnKLW6AmaIskGPbi1YhffLfqTN2v4N4sIeNwKAfxtXk,7655
5551
5551
  msgraph/generated/groups/item/threads/item/posts/count/count_request_builder.py,sha256=d1xxkU_bk2b8qN1IkalZe5N9wzlrAtUoTS_wwnWCjQo,4819
5552
5552
  msgraph/generated/groups/item/threads/item/posts/item/post_item_request_builder.py,sha256=ybhWhJb9CEAlsQaMpUU0TZcrugH_07xN1dInmQvJp9A,7018
5553
5553
  msgraph/generated/groups/item/threads/item/posts/item/attachments/attachments_request_builder.py,sha256=H_wV67OwjMIJy_XgKwplMmsNXEaZFfOSA7VH4WjgAE0,10353
@@ -5576,7 +5576,7 @@ msgraph/generated/groups/item/threads/item/posts/item/in_reply_to/reply/reply_re
5576
5576
  msgraph/generated/groups/item/threads/item/posts/item/reply/reply_post_request_body.py,sha256=0ntJYdqnA5gioZvDsPkYPriu87uB4MlD-W5fXxUx5ck,2387
5577
5577
  msgraph/generated/groups/item/threads/item/posts/item/reply/reply_request_builder.py,sha256=XFj4kAqcnj7VGa4j9WHVXeA4d3BlE-QRYh9fRkR6B0o,4251
5578
5578
  msgraph/generated/groups/item/threads/item/reply/reply_post_request_body.py,sha256=EsCnQIkqEKIvMYMsI7Jh_Mky63Fs9DRcOZs96qXZjyk,2381
5579
- msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py,sha256=z-CVntw1tcqE9RcpZ3hZ9H9EJ5u2c0OCaaTIAMOYqa8,5021
5579
+ msgraph/generated/groups/item/threads/item/reply/reply_request_builder.py,sha256=BLlvm6dQ0D_7N6r4goDl1mMKjkTQ3jiht-6XqniJsog,4753
5580
5580
  msgraph/generated/groups/item/transitive_member_of/transitive_member_of_request_builder.py,sha256=PbbrL-PMZhfiCSB-dQ5gDvvC8FYaX4L_3eONZrG5pgY,9174
5581
5581
  msgraph/generated/groups/item/transitive_member_of/count/count_request_builder.py,sha256=-p4ODmivGtKEM4kcQ3D7ddgte-2Lrhvd6gkBHZiHPuE,4794
5582
5582
  msgraph/generated/groups/item/transitive_member_of/graph_administrative_unit/graph_administrative_unit_request_builder.py,sha256=qqiXI7sS9zKiP5iEWrSI-u4CpDloDAlA1Cc-GNTRzKc,6853
@@ -5709,7 +5709,7 @@ msgraph/generated/identity/conditional_access/authentication_strength/policies/i
5709
5709
  msgraph/generated/identity/conditional_access/authentication_strength/policies/item/usage/usage_request_builder.py,sha256=9TdsAlDb1G2DAT9c0sfuRcU9X8ZtkQ0-ZUaaCGEuJGU,5098
5710
5710
  msgraph/generated/identity/conditional_access/named_locations/named_locations_request_builder.py,sha256=nkcsCxS-IK4lT3ex7fqYEqh-TEXRTJTp_SpCM_2gPms,10156
5711
5711
  msgraph/generated/identity/conditional_access/named_locations/count/count_request_builder.py,sha256=sgWsvBj1a8JmoJJiMh3dTDybE6cUwtTxdLqyy08wizY,4797
5712
- msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py,sha256=YNs3bNAokZDC0malVynS6kRZQigHnky8RnTpM_MfRxk,9701
5712
+ msgraph/generated/identity/conditional_access/named_locations/item/named_location_item_request_builder.py,sha256=fxiyFrS-6nswPZz5ZBL9Pn8YDqj1ZL5frzsCXpbCxRk,9694
5713
5713
  msgraph/generated/identity/conditional_access/policies/policies_request_builder.py,sha256=XXMJ4dAIVQ0OfknOGATEcrlCus3Myc7na6mOGiubdMY,10275
5714
5714
  msgraph/generated/identity/conditional_access/policies/count/count_request_builder.py,sha256=066I5TmRHkEW8dfbZTSVXIgOsGkGyvDRHa9dv-aGJyE,4791
5715
5715
  msgraph/generated/identity/conditional_access/policies/item/conditional_access_policy_item_request_builder.py,sha256=vGBFoo7yjVmUugpQnK3AJJIf_0e6Iop834TZuznK1s8,10026
@@ -5810,7 +5810,7 @@ msgraph/generated/identity_governance/entitlement_management/access_packages/acc
5810
5810
  msgraph/generated/identity_governance/entitlement_management/access_packages/count/count_request_builder.py,sha256=AWFBqj_Xkg5XhxTJI7n_8SN6UcuSZxr9Rb-cPSq8f2Y,4811
5811
5811
  msgraph/generated/identity_governance/entitlement_management/access_packages/filter_by_current_user_with_on/filter_by_current_user_with_on_get_response.py,sha256=9mGGMlAZhIbyVhwy8JSK1sQb6fOPnxm_X6QeV3mX-UM,2544
5812
5812
  msgraph/generated/identity_governance/entitlement_management/access_packages/filter_by_current_user_with_on/filter_by_current_user_with_on_request_builder.py,sha256=acxOOC4tHl6kZR-fBpgdWlRHeX8ixM12pFGTuHUF0oI,6814
5813
- msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py,sha256=PHwYcNdOVWXZIfxxt4zetm3Q2ChzzU9R-VOyxrMq9ZA,13943
5813
+ msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_package_item_request_builder.py,sha256=dbrXAuk5pfMP6n5_roxCcWOSm6CgUN_Sbu1FwEMrN20,14527
5814
5814
  msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_packages_incompatible_with/access_packages_incompatible_with_request_builder.py,sha256=3uNlFOpa28XXDBTxjVjKo-BqW7caiVmakhj2xGo4PHs,8018
5815
5815
  msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_packages_incompatible_with/count/count_request_builder.py,sha256=6JEK9q0x1n4SKGEk-4vBZS8HEJ367YUsBX3jMWAVSKs,4867
5816
5816
  msgraph/generated/identity_governance/entitlement_management/access_packages/item/access_packages_incompatible_with/item/access_package_item_request_builder.py,sha256=xKCjnKhXGx9Fk_1pB1fFG3_KbXV7tWWF9WrC7X6fybw,5329
@@ -5920,7 +5920,7 @@ msgraph/generated/identity_governance/entitlement_management/catalogs/item/acces
5920
5920
  msgraph/generated/identity_governance/entitlement_management/catalogs/item/access_packages/item/access_package_item_request_builder.py,sha256=f-iq2PAEZQZCxmSYMKBBEuDXmvY8IItGIQ-l5AlDcAk,5262
5921
5921
  msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/custom_workflow_extensions_request_builder.py,sha256=59O5V4a65jJkB8Jm8q1jsHHjBZH2zsew7_dpgDCjX1g,12435
5922
5922
  msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/count/count_request_builder.py,sha256=f6imPsaN8W6fKErF7Yp9J8bUzVi9FzuGdDVke4F3OQc,4862
5923
- msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py,sha256=j8qrUCh2CRS-k4anDZmB0hjWYzFCfXN8-mUtUunW-Ck,10680
5923
+ msgraph/generated/identity_governance/entitlement_management/catalogs/item/custom_workflow_extensions/item/custom_callout_extension_item_request_builder.py,sha256=khVOZ-iD1HWBC6SqKgDSeMWar61Hag17ybCABM2dpLc,10701
5924
5924
  msgraph/generated/identity_governance/entitlement_management/catalogs/item/resource_roles/resource_roles_request_builder.py,sha256=r1yNfzACMxGINkBISGyb2Mm2oQxDnoRLwHSK1IhaDvc,11326
5925
5925
  msgraph/generated/identity_governance/entitlement_management/catalogs/item/resource_roles/count/count_request_builder.py,sha256=4qR4-BpGCJ09Ixracq44cG1hAgYPkogy58Dpi5kgHhs,4851
5926
5926
  msgraph/generated/identity_governance/entitlement_management/catalogs/item/resource_roles/item/access_package_resource_role_item_request_builder.py,sha256=rDpGtxBtAcf0n9DbIkbdOIx5CC1vPoZ4uwcJDhGTEVc,10202
@@ -6559,7 +6559,7 @@ msgraph/generated/identity_governance/terms_of_use/agreement_acceptances/count/c
6559
6559
  msgraph/generated/identity_governance/terms_of_use/agreement_acceptances/item/agreement_acceptance_item_request_builder.py,sha256=PKdYvSOLm-11sx7gP2PwPsuTv0w81LrI1QJm0gxTX7w,9751
6560
6560
  msgraph/generated/identity_governance/terms_of_use/agreements/agreements_request_builder.py,sha256=NutwbX53GNhaBL84_UIMulmEx1mNhej31lChMyfymQY,9788
6561
6561
  msgraph/generated/identity_governance/terms_of_use/agreements/count/count_request_builder.py,sha256=7QpDbNoADcpxXhd1uSB03IQF8Zg1gVN3hnIxPPy7tx8,4796
6562
- msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py,sha256=oU3nFy1lCynNg0Jd4ZFM4aUBI2bSNDD5ZT0vt0BxPAs,10761
6562
+ msgraph/generated/identity_governance/terms_of_use/agreements/item/agreement_item_request_builder.py,sha256=OwoXULiMeu1ZaR062DBo8R7GdNuEvIPoyI-SXWakkEk,10870
6563
6563
  msgraph/generated/identity_governance/terms_of_use/agreements/item/acceptances/acceptances_request_builder.py,sha256=fKG_WvXD7HVa1YR7ShGh8SIQmWepGo2IAKNOiHKe2CM,10189
6564
6564
  msgraph/generated/identity_governance/terms_of_use/agreements/item/acceptances/count/count_request_builder.py,sha256=E-K93bn-I2NOAIdSYM5u9lqyJMz3-cdglQLv0qxDOw8,4829
6565
6565
  msgraph/generated/identity_governance/terms_of_use/agreements/item/acceptances/item/agreement_acceptance_item_request_builder.py,sha256=V9JFymmRjbJeDAv1he_HpfTeyW866qaNul96607A6f4,9600
@@ -9589,7 +9589,7 @@ msgraph/generated/models/workbook_table_sort.py,sha256=B3Y2DNIDBhAztz4QChJKQUrKp
9589
9589
  msgraph/generated/models/workbook_worksheet.py,sha256=f_ce4gdBQYztu2OmD7tpeOC7Q3z6EntDeuCIMPiO4mM,4891
9590
9590
  msgraph/generated/models/workbook_worksheet_collection_response.py,sha256=qS4tmT909y-VwdMBOm3oDVk64bnyrGHtyu2ZXZf322A,2495
9591
9591
  msgraph/generated/models/workbook_worksheet_protection.py,sha256=e6h8n4wYBCJqHC6KfuBmIQY1skS4lGoSibNoXfSgG4E,2618
9592
- msgraph/generated/models/workbook_worksheet_protection_options.py,sha256=ffw19m5cvGmno__JKA7cHU3S7A3Rv_NNsb_Jl2PKaNk,5657
9592
+ msgraph/generated/models/workbook_worksheet_protection_options.py,sha256=D_yq2jdIpA9pKNgZHMFEbdLlTtg4lSLx3fsMLZ46p4I,5848
9593
9593
  msgraph/generated/models/workforce_integration.py,sha256=vo0KRziY4yH2h849HYTqNRX90Jgwbuk-7i-8BIUgPnc,5611
9594
9594
  msgraph/generated/models/workforce_integration_collection_response.py,sha256=22mvcGp-h_YXniOky7_kX145kqXbNOfsk3td5GvmQPg,2531
9595
9595
  msgraph/generated/models/workforce_integration_encryption.py,sha256=SBcjPPH8J7_D5zJ1UXYjs5y9-DJKKRJshkFgx45pXUQ,3130
@@ -10358,7 +10358,7 @@ msgraph/generated/oauth2_permission_grants/count/count_request_builder.py,sha256
10358
10358
  msgraph/generated/oauth2_permission_grants/delta/delta_get_response.py,sha256=7vRAH3B1l20fE2rWY1DhbvwhCs7MAvDNx-QOR3xLLmI,2408
10359
10359
  msgraph/generated/oauth2_permission_grants/delta/delta_request_builder.py,sha256=31mWj2NP1lNGobhIvGJAukfglG7KZa-ZSzN-yNfF_Jc,6583
10360
10360
  msgraph/generated/oauth2_permission_grants/item/o_auth2_permission_grant_item_request_builder.py,sha256=IjvN2SuzSyoI0FDCAQv8-8P8K5XOM0Jn00fGU92N6Yk,11472
10361
- msgraph/generated/organization/organization_request_builder.py,sha256=Vk327mr-PK9fa-nSU1xWUgDRYtt2tjTPJ4gooLmtLg0,11699
10361
+ msgraph/generated/organization/organization_request_builder.py,sha256=mXj7YfuthCJYU4UqqAwRAn9sa2zHCO-KwiTUoz02cB8,11615
10362
10362
  msgraph/generated/organization/count/count_request_builder.py,sha256=4rW9C_R75m0yUsvUXoauymjooqkWRDO2pXob1tqaDlE,4764
10363
10363
  msgraph/generated/organization/delta/delta_get_response.py,sha256=7OYlnFA321mXwrOi6KKPO_R_r3JKALN7jAst5zd6UOU,2354
10364
10364
  msgraph/generated/organization/delta/delta_request_builder.py,sha256=CWIbpmAt3PAO99fIuaMAa-6-EEqf1CQhAUHmgRoWmbo,6552
@@ -10368,7 +10368,7 @@ msgraph/generated/organization/get_available_extension_properties/get_available_
10368
10368
  msgraph/generated/organization/get_by_ids/get_by_ids_post_request_body.py,sha256=CWcp2u9vgiqe0z0jmSNbQuttKpVD0Q3bxAYfyIK-xro,2516
10369
10369
  msgraph/generated/organization/get_by_ids/get_by_ids_post_response.py,sha256=GICGPo2IEI0T1omnMg3IKu0Veu3pVk7YtdAEDV50oT4,2482
10370
10370
  msgraph/generated/organization/get_by_ids/get_by_ids_request_builder.py,sha256=b7E6jcw1K8xx3VhoMrXo8N1tmuCryFkfsK-30hTezDQ,4809
10371
- msgraph/generated/organization/item/organization_item_request_builder.py,sha256=P0SBONSJDL22WAQU9-KgCE7t0V3RyY_9Zzeu_3Aft1M,13998
10371
+ msgraph/generated/organization/item/organization_item_request_builder.py,sha256=Mb7PimhsgbZgrjhi6x1yVhMTHviAyEN9WvkpIaB5Iro,14523
10372
10372
  msgraph/generated/organization/item/branding/branding_request_builder.py,sha256=GB_G-4CGakx1A6bRciw4wolRWMdPF2YIsImpN9xXR9U,15195
10373
10373
  msgraph/generated/organization/item/branding/background_image/background_image_request_builder.py,sha256=y7E2CXzaOCafvqTQzm7CzaeNAmUMorKd63Fo_nGjP-M,9491
10374
10374
  msgraph/generated/organization/item/branding/banner_logo/banner_logo_request_builder.py,sha256=tZy3jl-zrVK6rmTHVg_Nhlbevl_4c6zb76SMyi8MOBY,9308
@@ -11731,7 +11731,7 @@ msgraph/generated/shares/item/permission/grant/grant_request_builder.py,sha256=n
11731
11731
  msgraph/generated/shares/item/root/root_request_builder.py,sha256=pej_qUCe9jHpjoMSybZzLj4EyEiI3fsBKziPgDmazSc,5457
11732
11732
  msgraph/generated/shares/item/root/content/content_request_builder.py,sha256=tCPR-r53bLrciyzoU4IzePn_IkIfWi0AP73J3lkaBi8,8847
11733
11733
  msgraph/generated/shares/item/site/site_request_builder.py,sha256=8rJa6iUXc87UrbVywPV0nIxvqFQ-5031f41GNUeSCm0,4892
11734
- msgraph/generated/sites/sites_request_builder.py,sha256=ImN7ycl4ZQ1Qc_-EgQYyOzQiytBAgQmu-SL2mTj4MU4,9173
11734
+ msgraph/generated/sites/sites_request_builder.py,sha256=boidpB3XCXKDZMyH1DIQtDlV2clD8qlDSmYJSNgdUxU,9885
11735
11735
  msgraph/generated/sites/add/add_post_request_body.py,sha256=RJ05pvWEy3oM6uRS33jacuQtD2jdISXo8XCHLaZxGRM,2406
11736
11736
  msgraph/generated/sites/add/add_post_response.py,sha256=3GCeDId-iwF6VvGd_UNgP6vmyJchWkHiIGD2Nm0IpJA,2371
11737
11737
  msgraph/generated/sites/add/add_request_builder.py,sha256=eMe7KTtjZ_kd9yMVF5kbkPOzeK-a6ParfsnZUDbu5Sw,4436
@@ -12769,7 +12769,7 @@ msgraph/generated/teams/item/channels/item/does_user_have_accessuser_id_user_id_
12769
12769
  msgraph/generated/teams/item/channels/item/does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name/does_user_have_accessuser_id_user_id_tenant_id_tenant_id_user_principal_name_user_principal_name_request_builder.py,sha256=xnnlbem7HgtBkq-LiYLfAHxOqK7fBbPioudXeypKyW4,6738
12770
12770
  msgraph/generated/teams/item/channels/item/files_folder/files_folder_request_builder.py,sha256=ZXdvmmee68u3I-mKiBp8NS2cthchYB_rvDQXvvSgmkk,5647
12771
12771
  msgraph/generated/teams/item/channels/item/files_folder/content/content_request_builder.py,sha256=AKb6c_UxWLCzYy1NbVsEhRqVoFaWZmHQdeY6c7GOyL4,8867
12772
- msgraph/generated/teams/item/channels/item/members/members_request_builder.py,sha256=uBntOjKBLr5r1fXhPsI_mTK2-oQiM_8KeXn4cqoM_ng,11141
12772
+ msgraph/generated/teams/item/channels/item/members/members_request_builder.py,sha256=c6ZpXtcSHxawWi4-Q5KyKopx8iDTlLAk4yA3DEwg0QQ,11327
12773
12773
  msgraph/generated/teams/item/channels/item/members/add/add_post_request_body.py,sha256=LkvFinvECENfSMzu16I7Lc6Tvd9eCJBVMKBgw8HSJfQ,2539
12774
12774
  msgraph/generated/teams/item/channels/item/members/add/add_post_response.py,sha256=9o6tYIXPeLHgdAdxYhNSqNVt3vGR7gV0vkoTKEy_ofs,2501
12775
12775
  msgraph/generated/teams/item/channels/item/members/add/add_request_builder.py,sha256=EvKnQXVJMD-xO8C6Z1nJzVCXnMmJwz1Iop7lhDgICgg,4694
@@ -12787,7 +12787,7 @@ msgraph/generated/teams/item/channels/item/messages/item/hosted_contents/hosted_
12787
12787
  msgraph/generated/teams/item/channels/item/messages/item/hosted_contents/count/count_request_builder.py,sha256=FxqeJjo37n5tbfXmw_g-0c1DVTeWlyUmT3mU_xVwt8w,4848
12788
12788
  msgraph/generated/teams/item/channels/item/messages/item/hosted_contents/item/chat_message_hosted_content_item_request_builder.py,sha256=lM_M8pblFd5sCDvyt0CddxjQBGJ35mta7vo_3aBby-E,10200
12789
12789
  msgraph/generated/teams/item/channels/item/messages/item/hosted_contents/item/value/content_request_builder.py,sha256=EBR9oK9UnNiuuRGRlaBINR4LzmbfI-RRSf89TmNL96Y,8356
12790
- msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py,sha256=s02HTtkFnMjkT654u5ed9kUNYhqw0UJqdY3z1G0en8I,10697
12790
+ msgraph/generated/teams/item/channels/item/messages/item/replies/replies_request_builder.py,sha256=7QkbhD_KEbQlHirrY9n0vRUbgHC0JDut9pOTEclnCi4,10692
12791
12791
  msgraph/generated/teams/item/channels/item/messages/item/replies/count/count_request_builder.py,sha256=RW7_o-ZDtJJW7-ITN3Vr95N8mn9NK34yulCGeGeIqv8,4841
12792
12792
  msgraph/generated/teams/item/channels/item/messages/item/replies/delta/delta_get_response.py,sha256=ugsrTzMk0rnhQdPioeRIKRj9ge3PqXMIz3BYslZYp8U,2364
12793
12793
  msgraph/generated/teams/item/channels/item/messages/item/replies/delta/delta_request_builder.py,sha256=mHtyViiZ6IUx7TJ-XLAW8sXlamziclSF6WH29pu5daI,8620
@@ -13096,12 +13096,12 @@ msgraph/generated/tenant_relationships/delegated_admin_relationships/item/reques
13096
13096
  msgraph/generated/tenant_relationships/delegated_admin_relationships/item/requests/item/delegated_admin_relationship_request_item_request_builder.py,sha256=VeCH72iApp2x83dyoKg4RGw6G-JrGInxOQf2cTeN0zo,10204
13097
13097
  msgraph/generated/tenant_relationships/find_tenant_information_by_domain_name_with_domain_name/find_tenant_information_by_domain_name_with_domain_name_request_builder.py,sha256=TklbkKMg7nenOlP7R2fxkZ9ag_Tcd5rz4PuWv1RvYLc,4977
13098
13098
  msgraph/generated/tenant_relationships/find_tenant_information_by_tenant_id_with_tenant_id/find_tenant_information_by_tenant_id_with_tenant_id_request_builder.py,sha256=ae5_H44HyrTqYRtFhdkPIfJcdPMlCo_AsiYOfnuhAFA,4953
13099
- msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py,sha256=cocJMecJfQKmX3fy8nbfU04mujKYwO5ciI8ZXVc_FRw,9078
13099
+ msgraph/generated/tenant_relationships/multi_tenant_organization/multi_tenant_organization_request_builder.py,sha256=soQxCb18wKnb0kc0QPeMjNXHXTxduZ15IlFTsLGdTNg,8812
13100
13100
  msgraph/generated/tenant_relationships/multi_tenant_organization/join_request/join_request_request_builder.py,sha256=A7R7UeKVhlgXb2aCD_347ri8SoHnYCy4HkopBlharv8,8876
13101
13101
  msgraph/generated/tenant_relationships/multi_tenant_organization/tenants/tenants_request_builder.py,sha256=PNvGZRqHBowb9ruGDEARJal9RGaId0Glz4yKJA7WhK0,11179
13102
13102
  msgraph/generated/tenant_relationships/multi_tenant_organization/tenants/count/count_request_builder.py,sha256=Z84OW676sJ2Rc8c8FjPAId0H8Tq_c4JByJRuA4lPzao,4807
13103
13103
  msgraph/generated/tenant_relationships/multi_tenant_organization/tenants/item/multi_tenant_organization_member_item_request_builder.py,sha256=a_ozDdwU45tDbOx9CjXtA809m_Gi5a1mSWY74GgJ_2M,10188
13104
- msgraph/generated/users/users_request_builder.py,sha256=DtbOStWudBUJSFfLyvhHbuGFcfUMx4SDe8Z8efGQv9s,11185
13104
+ msgraph/generated/users/users_request_builder.py,sha256=5mEz82XdLOFQR4z3d5OE8xKsStVU2xaHaabl3n0QfMk,11508
13105
13105
  msgraph/generated/users/count/count_request_builder.py,sha256=zpSTZtohxSSQejZzFIAoqD6PaeGQE5JdA0f-UBO93iI,4757
13106
13106
  msgraph/generated/users/delta/delta_get_response.py,sha256=gUDjvtXT_sbBAwpoC5kThRxyspyMzrI25ZeJV6iVeas,2263
13107
13107
  msgraph/generated/users/delta/delta_request_builder.py,sha256=hjE9P8V8C1wmz8o8iDBOE4cCTjPDaM4TLvx5xcjGoa8,6486
@@ -14370,7 +14370,7 @@ msgraph/generated/users/item/wipe_managed_app_registrations_by_device_tag/wipe_m
14370
14370
  msgraph/generated/users/validate_properties/validate_properties_post_request_body.py,sha256=d7byBhVBxhmN0jEHKTrPuu4enDvOYFq6ZD-NyoMHrdo,3054
14371
14371
  msgraph/generated/users/validate_properties/validate_properties_request_builder.py,sha256=yha6wDN26GoeGwoxhFwW0WjPMeiYLCf8Latq-yAxy68,6370
14372
14372
  msgraph/generated/users_with_user_principal_name/users_with_user_principal_name_request_builder.py,sha256=3Lt1Bs9FUVPAj4S0KxJINVi3rKe0UYjzQQCsclZH7r4,11390
14373
- msgraph_sdk-1.38.0.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
14374
- msgraph_sdk-1.38.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
14375
- msgraph_sdk-1.38.0.dist-info/METADATA,sha256=KP3q7k3LM1oAlJW9pe-0LWI9fW7Max9Ar0TbNvlAnxM,13220
14376
- msgraph_sdk-1.38.0.dist-info/RECORD,,
14373
+ msgraph_sdk-1.39.0.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
14374
+ msgraph_sdk-1.39.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
14375
+ msgraph_sdk-1.39.0.dist-info/METADATA,sha256=177_jzv03lXjw9Wi2LhhrXX-VmMplNMkAzdsEAWAtOE,13220
14376
+ msgraph_sdk-1.39.0.dist-info/RECORD,,